

/* basic stuff */


body {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: #4872a0;  
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%; line-height:1.5em; font-size: .9em; font-family:Verdana, Arial, Helvetica, sans-serif
}


h3 {
	width: 100%; 
	font-family: Times, serif;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	word-spacing: 0.3em;
	border-bottom: #e9f2ed 1px solid;
}

html > body h3 {
	border-bottom: #f3d841;
}


h4 {
	color: #f3d841;
	font-family: geneva;
	
}

h6 {
	color: #f3d841;
	font-size: 15px;
	font-family: geneva;
	background-color : #004080;
	transparent;
}

acronym {
	border-bottom: #f3d841;
}

a, a:link { color: #900; background: transparent; text-decoration: none; }
a:visited { color: #933; background: transparent }
a:hover { color: #966; background: transparent }
a:active { color: #988; background: transparent }

/* the whole page container */

#container {
	background-image : url(../images/blueshadow.jpg);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	padding-left : 20px;
	padding-right: 10px;
	text-align: left;
	border: 0px solid;
	color: inherit;
}

#bottomcontainer {
	background-image : url(../images/bottomblue.jpg);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	height: 44px;
	padding-left : 20px;
	padding-right: 10px;
	text-align: left;
	border: 0px solid;
	color: inherit;
}

#topcontainer {
	background-image : url(../images/topblue.jpg);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	height: 44px;
	padding-left : 20px;
	padding-right: 10px;
	text-align: left;
	border: 0px solid;
	color: inherit;
}
/* and now the specific divs */


#pageHeader {
	padding-left: 20px;
	height: 164px;
	width : 802px;
	margin: 5px;
	border: 1px solid #000;
	color: inherit;
	background-image : url(../images/headerlogolarger.jpg);
}
#pageHeader a {
	height: 164px;
	width: 802px;
	text-indent: -5000px;
	text-decoration: none;
	border-bottom-style: none;
	display: block;
	margin-left: 0px;
} 

#pageHeader h1, #pageHeader h2 {
	display: none;
}


#quickSummary {
	border: 1px #F3D841;
	background: #012d59;
	color: inherit;
	font-size: 0.85em;
}

#quickSummary, #preamble, #supportingText {
	text-align: left;
	margin: 1em 170px 1em 25px;
	padding: 5px;
}

#quickSummary a, #preamble a, #supportingText a {
	text-decoration: none;
	font-weight: bold;
}

#explanation {
	margin-top: -3em;
}

#linkList {
	position: absolute;
	top: 160px;
	right: 0;
	margin: 0;
	width: 150px;
	background:no-repeat center top;
	padding-left:5px; 
	padding-right:20px; 
	padding-top:0px; 
	line-height: 1.2em; font-size: .96em;
	
}

#lselect ul, #lresources ul, #larchives ul {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#lselect ul li, #lresources ul li, #larchives ul li{
	list-style-type: none;
	border: #000 1px solid;
	padding: 2px;
	margin: 2px;
	text-align: left;
	background: #fff;
	color: inherit;
}


#lselect ul li:hover, #lresources ul li:hover, #larchives ul li:hover {
	background: #900;
	color: #fff;
}

#lselect ul li:hover a, #lresources ul li:hover a, #larchives ul li:hover a {
	background: inherit;
	color: #eee;
}

#lselect ul a:hover, #lresources ul a:hover, #larchives ul a:hover {
	/*  make up for IE's inability to apply :hover*/
	background: #900;
	color: #eee;
}

#lresources, #larchives {
	background: no-repeat center top;
	padding-left:5px;
	padding-right:5px;
	padding-top:25px; 
	padding-bottom:5px
}



#footer {
	margin: 0;
	padding: 5px;
	border: 1px #203545;
	background: #012d59;
	color: inherit;
	text-align: center;
}

#footer a {
	margin-right: 20px;
	padding-left: 18px;
	background: no-repeat left center;
}



