

html, body { 
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	}
	
body, div, p, th, td, li, dt dd {
    /* redundant selectors to help NS4 remember */
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 11px;
    }
    
img	{
	border: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}
    
#container {
	position: relative;
	width: 600px;
	margin: 10px auto;
	text-align: left;
	}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}

#banner  {
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	margin-left: 180px;
	height: 100px;
	border: none;
	}
	
#banner h1 {
	text-indent: -5000px;
	font-size: 1%;
	}
	
#logo  {
	background-image: url("../images/ugylogo3.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 100px;
	border: none;
	}

#logo a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 140px;
	height: 80px;
    text-decoration: none;
    border: none;
	}

#logo a i {
	font-size: 1px;
	visibility: hidden;
	}	

#menu {
	height: 26px;
	border: none;
	border-bottom: 4px solid #009;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #f60;
	}

#menu ul li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	}
	
#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
	color: #00f;
	line-height: 24px;
	}
	
#menu ul li a:hover, #menu ul li a.active {
	text-decoration: none;
	color: #006;
	border-bottom: 4px solid #999;
	}
	
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #menu ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}
 
/* End hide from IE5/mac */

	
#pagebody {
	border: 1px solid #fff;
	margin: 0 5px 0 10px;
	position: relative;
	}
	
#subsection {
	float: left;
	margin: 10px 0 30px 0;
	width: 145px;
	border: none;
	}
	
#subsection dl {
	margin: 0;
	padding: 0;
	border: 1px dotted #999;
	margin-bottom: 1em;
	background-color: #ddd;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
	
#subsection dt {
	border: none;
	margin: 0;
	color: #333;
	font-weight: bold;
	padding-top: 0.3em;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
	padding-right: 1.2em;
	}
	
#subsection dt a {
	display: block;
	text-decoration: none;
	color: #000;
	}

#subsection dt a:hover, a:active {
	text-decoration: underline;
	color: #009;
	}
	
#subsection dt a:link, a:visited {
	text-decoration: none;
	color: #000;
	}

#subsection dd {
	border: none;
	border-top: 1px solid #ccc;
	background-color: #eee;
	margin: 0;
	padding-left: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1.5em;
	}
	
#subsection dd.first {
	padding-top: 0.5em;
	}
	
#subsection dd.last {
	padding-bottom: 0.5em;
	}
	
#subsection dd a {
	display: block;
	text-decoration: none;
	color: #009;
	}

#subsection dd a:hover, a:active {
	text-decoration: underline;
	color: #009;
	}
	
#subsection dd a:visited {
	text-decoration: underline;
	color: #666;
	}
		
#splash {
	border: 1px dotted #666;
	background-color: #fff;
	padding-bottom: 0.5em;
	text-align: center;
	}

#splash p {
	margin: 0;
	padding: 0;
	}
	
#splash img {
	border: 0;
	margin-top: 0.5em;
	}
	
#splash img a {
	border: none;
	}
	
	
	
.adbox {
	border: 1px dotted #000;
	background-color: #fff;
	margin: 15px 0;
	padding: 0.5em 0.2em;
	text-align: center;
	}
	
.adbox p {
	margin: 0;
	padding: 0;
	}
	
.adbox a {
	text-decoration: none;
	color: #009;
	}
	
.adbox a:hover, a:active {
	text-decoration: underline;
	color: #009;
	}
	
.adbox a:visited {
	text-decoration: underline;
	color: #666;
	}
	
#content {
	margin: 10px 0 10px 170px;
	color: #000;
	border: none;
	}
	
/* Holly Hack. Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #subsection {
	margin-right: 25px;
	}
 
* html #content {
	height: 1%;
	margin-left: 0;
	}
 
/* End hide from IE5/mac */

#content p {
	text-align: justify;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
	
#content h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	}

#content h4 {
	margin: 0;
	padding: 0;
	margin-bottom: -0.8em;
	border-bottom: 1px dotted #999;
	}
	
#soundbites {
	margin: 10px 0;
	border: none;
	}
	
#soundbites ul {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	border: none;
	}
	
#soundbites ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin: 1em 0 0 1em;
	width: 120px;
	text-align: center;
	list-style: none;
	color: teal;
	font-weight: bold;
	display: inline;
	border: none;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */


abbr, acronym, .help {
  border-bottom: 1px dotted #999;
  cursor: help;
  }

	
#content a {
	text-decoration: none;
	color: red;
	}
	
#content a:hover, a:active {
	text-decoration: underline;
	color: red;
	}	

#content a:visited {
	text-decoration: underline;
	color: #666;
	}

#content p.attribution {
	text-align: right;
	font-weight: bold;
	margin-top: -1.0em;
	}

#amazon {
	clear: both;
	margin-top: 0;
	padding: 0;
	text-align: center;
	border: none;
	}


#strapline {
	clear: both;
	color: #f60;
	margin-top: 30px;
	padding: 0 2em;
	text-align: center;
	border: none;
	} 

#footer {
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding-top: 1em;
	text-align: center;
	}
	
#footer a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	}
	

#footer a:hover {
	background: none;
	color: #009;
	text-decoration: underline;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	list-style : none;
	}
	
#footer ul li {
	display: inline;
	}
	
#footer ul li a {
	display: inline;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left: 1px solid #000;
	}
	
#footer ul li a.first {
	display: inline;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left: none;
	}
	

	
#feedback form {
  	border: 1px solid #ccc;
  	margin: 1.5em 0;
  	padding: 1em;
  	padding-top: 1.5em;
	}

		
#feedback form div {
	position: relative;
  	margin-bottom: 2px;
	}
		
#feedback form div#hide {
    display: none;
	}

#feedback form label {
  	display: block;
  	position: absolute;
  	width: 80px;
  	padding-top: 3px; 
  	padding-left: 22px;
  	padding-bottom: 5px;
  	font-weight: normal;
  	cursor: pointer;
  	cursor: hand;
	}
	
/* Tan Hack for IE5x Win */	

* html #feedback form label {
	width: 102px;
	w\idth: 80px;
	}

	
#feedback form label { display: inline-block; }
	
/* Holly Hack. Hide from IE5-mac. Only IE-win sees this. \*/

* html #feedback form {
	border: 1px solid #ccc;
	margin: 0;
	padding: 1.5em 0.5em;
	}

* html #feedback form div {
	height: 1%;
	}
	
#feedback form label {
	display: block;
	}
 
/* End hide from IE5/mac */
		
#feedback form label.required  {
	background-image: url("../images/required.gif");
	background-repeat: no-repeat;
	background-position: 3px 0;
	}
		
#feedback form label.problem  {
	background-image: url("../images/caution.gif");
	background-repeat: no-repeat;
	background-position: 3px 0;
	}

#feedback form label.completed  {
	background-image: url("../images/complete.gif");
	background-repeat: no-repeat;
	background-position: 3px 0;
	}

#feedback div#submitdiv {
 	margin-left: 105px;
  	padding-top: 0.3em;
	}
		
#feedback input#school, textarea {
	margin-left: 105px;
	width: 70%;
	}
	
#feedback input#email, input#realname {
	margin-left: 105px;
	width: 70%;
	}
		
#feedback input, textarea {
	border: 2px solid #ccc;
	}
		
#feedback input:focus, textarea:focus {
  	border: 2px solid #666;
	}

#responder {
  	border: 3px solid #ccc;
  	margin: 3em 3em 2em 1em;
  	padding: 1em 0 2em 0;
	}
	
#responder p {
	text-align: center;
	}

/* Holly Hack. Hide from IE5-mac. Only IE-win sees this. \*/

* html #responder {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 1em 0.5em;
	}
 
/* End hide from IE5/mac */

#responder {
  	border: 1px solid #ccc;
  	margin: 2em 0;
  	padding: 2em 0 4em 0;
	}
	
#responder p {
	text-align: center;
	}

