* {
margin: 0; 
padding: 0; 
}
body {
	background: #292F74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Layout Divs*/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../assets/bkg_page.jpg) repeat-y;
	
	color: #FFFFFF;

	
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../assets/bkg_header.jpg);
	height: 190px;
}
#description {
	float: left;
	width: 550px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	line-height: 1.5em;
	font-weight: bold;
	color: #66FFFF;
	text-align: right;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 10px;
	height: 90px;
}
#olddescription {
	float: left;
	width: 450px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #66FFFF;
	text-align: right;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 10px;
	height: 90px;
}
#logo {
	margin-left: 640px;
	margin-top: 3px;
}
#search {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 20px;
	padding-top: 30px;
}
#topNav {
	clear: both;
	height: 30px;
	padding-left: 70px;
}
#subNav {
	height: 30px;
	padding-left: 30px;
	color: #CCCCCC;
}

#sideNav {
	float: left;
	text-align: center;
	width: 250px;
	margin-bottom: 100%; /*Fixes text indent problem with floats in IE*/
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
}
#oldsideNav {
	float: left;
	text-align: center;
	margin-left: 25;
	margin-right: 25;
	width: 270px;
	margin-bottom: 100%; /*Fixes text indent problem with floats in IE*/
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 0.9em;
}

#footer {
	margin-left: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	background: #5896D1;
	margin-left: 320px;
	padding: 10px 30px;
	background-image: url(../assets/bluegradient_vert.jpg);
	background-repeat: repeat-x    
}

#content #blockquote{
	width:80%;
	color: #6699FF;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
#content #quoteauthor{
	width:70%;
	color: #6699FF;
	text-align: right;
	font-weight: bold;

}
#content #infobox{
	width:90%; 
	padding-top: 15px;
	padding-bottom: 15px;

	border-style: inset;
}
#breadCrumb {
	font-size: 10px;
	line-height: 12px;
}
#sideBar { /*Not on every page*/
	float: right;
	width: 200px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footnote { /*Not on every page*/
	margin-top: 2em;
	border-top: 1px solid #999999;
}

/*Div Specific*/
#content h1, h2, h3, h4, p {
	margin-top: .5em;
	margin-bottom: .1em;
}
#content h1 {
	font-weight: normal;
	color: #006699;
	font-size: 2em;
	line-height: 1em;
}
#content h2 {

	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	color: #6699FF;
}
#content h2.subtitle {
	font-size: 1em;
	margin-bottom: 1em;
}
#content h3 {
	font-size: 1em;
	line-height: 1em;
	color: #999999;
}
#h4{
	font-size: 1em;
	line-height: 1em;
	color: #66FFFF;

}
#content p, #content td {
	font-size: .8em;
	line-height: 1.5em;
}
#content li {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 5em;
	margin-top: 0.5em;
}
#content li li {
	font-size: 1em;
	margin-left: 3em;
}
#content li li li {
	font-size: 1em;
	margin-left: 4em;
}
#content a {
	color: #0000FF;
	text-decoration: none;
}
#oldcontent a:hover, #content a:focus {
	color: #0099FF;
	text-decoration: underline;
}
#oldcontent a:visited {
	color: #5896D1;
}

#main a {
	color: #00CCFF;
	text-decoration: none;
}
#main a:hover, #footer a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

#content label {
	font-size: 12px;
	line-height: 18px;
}
#content img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content td img {
	margin: 0px;
	padding: 0px;
}
#content sup {
	font-size:0.85em;
	}
#content .moreInfo {
	font-size: 0.925em;
}
#content em.documentType {
	color:#666666;
	font-size: .9em;
	font-style: normal;
	}
#footer p {
	font-size: .7em;
	color:#FFFFFF
}


#footer a {
	color: #00CCFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
#footnote p {
	font-size: 0.7em;
	line-height: 1.25em;
}
#header #search input {
	height: 18px;
	border: 2px inset #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#header #search input.searchButton {
	border: 1px solid #CCCCCC;
	color: #66CCFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	height: 21px;
	background-color: #3F5EAB;
}
#sideBar table {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#sideBar th {
	font-size: .9em;
	line-height: 1em;
	color: #FFFFFF;
	background: #FFFFFF url(../assets/bkg_sideBarH1.jpg) repeat-y;
	padding: 5px 10px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
}
#sideBar td {
	background: #FFFFFF url(../assets/bkg_sideBarTD.jpg) no-repeat left top;
	padding: 2px 10px 5px;
}
#sideBar td h3 {
	color: #666666;
}
#sideBar td p {
	font-size: .9em;
}
#sideBar td li {
	font-size: .9em;
}
#searchResults p {
	margin-bottom: 1.5em;
}

/* Navigation */

#topNav table {
	height: 30px;
}
#topNav td {
	font-size: 13px;
	white-space: nowrap;
	padding-right: 20px;
}
#topNav a {
	color: #6699FF;
	text-decoration: none;
}
#topNav a:hover, #topNav a:focus {
	color: #FFFFFF;
}
#topNav a.topNavHighlight {
	font-weight: bold;
	color: #FFFFFF;
}
#topNav td.topNavHighlight {

}
/*
#topNav td.topNavHighlight {
	padding-left: 20px;
	background: url(assets/img_topNavArrow.gif) no-repeat left center;
}
*/
/*
body.about #topNav #about, body.about #topNav #about a,
body.service #topNav #service, body.service #topNav #service a,
body.leadership #topNav #leadership, body.leadership #topNav #leadership a,
body.resources #topNav #resources, body.resources #topNav #resources a,
body.home #topNav #home, body.home #topNav #home a{
	font-weight: bold;
	color: #FFFFFF;
}
*/

#subNav table {
	height: 28px;
}
#subNav td {
	font-size: 11px;
	padding-right: 10px;
	line-height: 12px;
}
#subNav a {
	color: #66CCFF;
	text-decoration: none;
}
#subNav a:hover, #topNav a:focus {
	color: #FFFFFF;
}
#sideNav #caption,
#sideNav #blockquote{
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0.3em;
	color: #292F74;
	text-align: center;
	font-style: italic;
}
#sideNav #quoteauthor{
	font-size: 0.8em;
	line-height: 1.25em;
	margin-top: 0.3em;
	color: #292F74;
	text-align: right;
	padding-right: 15px;
}
#subNavLayer0, #subNavLayer1, #subNavLayer2, #subNavLayer3, #subNavLayer4, #subNavLayer5, #subNavLayer6 {
	position:absolute;
	visibility:hidden; /*Fixes bug with subNav showing up on page load*/
}
#subNavLayer0 {
	z-index:0;
}
#subNavLayer1 {
	z-index:1;
}
#subNavLayer2 {
	margin-left:50px;
	z-index:2;
}
#subNavLayer3 {
	margin-left:150px;
	z-index:3;
}
#subNavLayer4 {
	margin-left:200px;
	z-index:4;
}
#subNavLayer5 {
	margin-left:625px;
	z-index:5;
}
#subNavLayer6 {
	margin-left:600px;
	z-index:6;
}
#sideNav ul {
	margin: 0px 30px 10px;
}
#sideNav li {
	list-style: none;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}
#sideNav li.sideNavL1 {
	border: 2px solid #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#sideNav li a {
	color: #66CCFF;
	text-decoration: none;
	display: block;
	padding: 3px;
}
#sideNav li a:hover, #sideNav li a:focus {
	color: #FFFFFF;
	background: #333366;
}
#sideNav img {
	margin-top: 30px;
	margin-bottom: 20px;
}
/*Page Specific*/


#home #content #h2{
	margin-left: 75px;
	margin-right: 75px;
	font-size: 1.25em;
	line-height: 1em;
	font-weight: normal;
	color: #ffffff;
	padding: 0px;

}
#home #footer {
	margin-top: 100px;
	padding-left: 15px;
}

#home #sidenav {
	display: none;
}
#home #content img {
	margin-top: 0px;
	margin-bottom: 0px;
}

#home #main #infobox {
	width:70%; 
	margin-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-style: inset;
}
#home #main #blockquote{
	width:80%;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	padding-top: 4em;
}
#home #main #quoteauthor{
	width:80%;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 4em;
}
#resources #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#resources #content #booktitle {
	font-size: 1.5em;
	line-height: 2em;
	color: #66FFFF;
	font-weight: bold;
}
#resources #content #wictitle {
	font-size: 1.5em;
	line-height: 2em;
	color: #999999;
	font-weight: bold;
}
#resources #content #bookdescription {
	font-size: 1em;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
}
#resources #content #author {
	font-size: 1em;
	line-height: 1.8em;
	color: #ffffff;
	font-weight: bold;
}
#resources #content table {
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-spacing: 20px
}


#overview #wrapper {
	background: #000000;
}
#overview #breadCrumb {
	color: #FFFFFF;
	margin-bottom: 20px;
}
#overview #breadCrumb a {
	color: #0099FF;
}
#overview #breadCrumb a:hover {
	color: #00FFFF;
}
#overview #breadCrumb a:visited {
	color: #99CCFF;
}
#overview #content {
	margin-left: 340px;
	background-color: #000000;
}
#overview #content p {
	color: #FFFFFF;
	margin-right: 200px;
}
#overview #content h1 {
	font-size: 1em;
	line-height: 1.25em;
	color: #CCCCCC;
	padding-bottom: 1em;
	margin-right: 200px;
}
#overview #overviewNav {
	margin-top: 20px;
}
#overview #footer {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 30px;
}

#overview #overviewSideNav {
	float: left;
	width: 300px;
	margin-bottom: 100%;
}
#overview #overviewSideNav p {
	color: #FFFFFF;
	font-size: .9em;
	line-height: 1.25em;
	padding-left: 60px;
}
#overview #overviewSideNav img {
	margin-top: 60px;
	margin-left: 60px;
}
#overview #subNavLayer1 {
	margin-left: 340px;
}
#locations #content #map {
	margin-top: 10px;
	border: 1px solid #000000;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#printFooter {
	display: none;
}
#overview #headlinePrint {
	display: none;
}

#printFooter {
	font: .6em/1.25px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #000000;
}
