/* xhtml */

body{
	behavior:url("./csshover.htc");
	padding: 0;
	margin: 0;
	font-family: "MS Trebuchet", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 135%;
   	background-repeat: repeat-x;
   	background-position: top left;
	background-attachment: fixed;
	color:  #424242;
	text-align: left;
	margin-bottom: 65px;
}

a{
	color: #af0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #FF9F9F;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h3{
	color: #af0000;
	font-size: 120%;
	margin-top: 30px;
	margin-bottom: 0;
	position: relative;
	padding: 0 0 2px 35px;
	background-image: url("flag.gif");
	background-repeat: no-repeat;
	background-position: 0 0px;
}

h3 span{
	background-color: #fff;
}

p{
	margin: 10px 0px 5px 13px;
}

table{
	padding: 0;
	margin: 0;
	font-size: 100%;
}


/* ---- divs ---- */


#container{
	position: relative;
	background-color: #FFFFFF;
	width: 900px;
	border: 1px transparent #5F5F5F;
	border-bottom: 0;
	border-top: 0;
	margin: 0 auto;
	text-align: left;
}


#pageHeader {
	padding: 5px 0 0px 15px;
    margin-top: 0;
	   position: relative;
}
	

#pageHeader h1{
   	 width: 900px;
	height: 200px;
    background-image: url("sky2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
    margin-bottom: 0;
}

#pageHeader a{
	 width: 900px;
	height: 200px;
}
	
#pageHeader h1 span {
	display: block;
    font-size: 150%;
	width: 740px;
	height: 0;
}

#pageHeader h2{
	width: 720px;
	height: 33px;
	margin-top: 5px;
	margin-bottom: 0px;
    text-align: right;
}

#pageHeader h2 span {
	display: block;
  	  width: 700px;
    font-size: 75%;
  	 height: 30px;
}
	

#quickSummary{
	background-color: #AF0000;
	color: #fff;
	margin-bottom: 60px;
	line-height: 125%;
	font-size: 110%;
}

#quickSummary .p1{
	position: relative;
	padding: 29px 20px 0 20px;
	background-color: #AF0000;
	background-position: top left;
	background-repeat: no-repeat;
}

#quickSummary .p2{
	position: relative;
	padding: 0 20px 25px 20px;
}

#quickSummary a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#quickSummary a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#quickSummary a:hover{
	text-decoration: none;
}

#preamble{	
	top: 80px;
	margin-left: 12px;
	padding-right: 20px;
	font-size: 90%;
	
}


#supportingText{
	margin-left: 12px;
	padding-right: 20px;
	font-size: 90%;

}

#supportingText img{
	  margin-left: 8px;
	

}

/* Navigation */

#linkList a:link, #linkList a:visited, #linkList a:hover, #linkList a:active {
		border: 0;
		padding: 0;
		margin: 0;
		}
		
		#linkList2 {
			position: absolute;
			top: 190px;
			left: 350px;
			z-index: 2000;
			height: 160px;
			margin: 0;
			padding: 0;
			width: 600px;
			}
			
		#linkList2 a {
			border: 0;
			}
			
		#linkList2 #lselect li > a:first-child {
			display: block;
			}
			
		#linkList2 ul > li:last-child {
			border-bottom: 0;
			}
		
			
		#linkList2 {
			list-style-type: none;
			font-size: 11px;
			}	
			
		#linkList2 a {
			white-space: normal;
			}
			
		#linkList2 a:first-child {
			font-size: 11px;
			}
			
		#linkList2 li:hover {
			background: url(back.jpg) no-repeat;
			}
			
		#linkList2 li a:hover {
			text-decoration: underline;
			border: 0;
			background: transparent;
			}
		
		#linkList2 li {
			padding: 0 3px;
			border: 0;
			}
		
		 body #linkList2 li {
			margin: 0;
			padding: 3px;
			border-bottom: 1px solid #887;
			}
			
			#lselect, #lfavorites, #larchives, #lresources {
				float: left;
				}
			
			#lselect h3, #lfavorites h3, #larchives h3, #lresources h3 {
				padding-top: 25px;
				float: left;
				display: block;
				height: 150px;
				}
			
			#lselect h3 span, #lfavorites h3 span, #larchives h3 span, #lresources h3 span {
				padding: 5px;
				position: relative;
				margin-bottom: 60px;
				top: -60px;
				color: #776;
				font-size: .5em;
				background: transparent url(back.jpg) no-repeat right;
				border: 1px solid #776;
				padding-right: 25px;
				}
			
			#lselect ul, #lfavorites ul, #larchives ul, #lresources ul {
				float: left;
				position: relative;
				top: -45px;
				z-index: 3000;
				left: -15px;
				}
				
			
			
			body #lselect h3 {
				background: transparent url(wdc.gif) no-repeat;
				height: 36px;
				width: 153px;
				padding-top: 0;
				float: none;
				}
				
			 body #lselect h3 span {
				display: none;
				}
				
			 body #lselect ul {
				display: none;
				position: relative;
				top: 0;
				left: 0;
				}
				
			 body #lselect:hover ul {
				float: none;
				display: block;
				background: url(back.jpg) repeat;
				border: 1px solid #776;
				margin: 0px;
				padding: 5px;
				width: 128px;
				list-style-type: none;
				}
				
			 body #lselect li {
				float: none;
				}
				
			#lselect ul {
				list-style-type: none;
				display: block;
				}	
			
				
		
				
			 body #larchives h3 {
				background: transparent url(swaggle.gif) no-repeat;
				height: 36px;
				width: 153px;
				padding-top: 0;
				float: none;
				}
				
			 body #larchives h3 span {
				display: none;
				}
				
			 body #larchives ul {
				display: none;
				position: relative;
				top: 0;
				left: 0;
				}
				
			 body #larchives:hover ul {
				float: none;
				display: block;
				background: url(back.jpg) repeat;
				border: 1px solid #776;
				margin: 0px;
				padding: 5px;
				width: 128px;
				list-style-type: none;
				}
				
			 body #larchives li {
				float: none;
				display: block;
				}
				
			#larchives ul {
				list-style-type: none;
				}
				
				
			
				
			body #lresources h3 {
				background: transparent url(dipocean.gif) no-repeat;
				height: 36px;
				width: 153px;
				padding-top: 0;
				float: none;
				}
				
			body  #lresources h3 span {
				display: none;
				}
			
			#lresources ul {
				display: block;
				}
				
			body #lresources ul {
				display: none;
				position: relative;
				top: 0;
				left: 0;
				}
				
			body #lresources:hover ul {
				float: none;
				display: block;
				background: url(back.jpg) repeat;
				border: 1px solid #776;
				margin: 0px;
				padding: 5px;
				width: 128px;
				list-style-type: none;
				}
			
			 body #lresources li {
				float: none;
				}
				
			#lresources ul {
				list-style-type: none;
				}
