body {
			font: small, arial, helvetica, san-serif; background-color: white;
}

/*HEADER--------------------------------------------------HEADER*/

#header {
			left: 0px;
			width: 750px;
				
			top: 0px;
			position: absolute;}
html>body #header {
	left: 0px;
			width: 750px;
				
			top: 0px;
			position: absolute;}
	
			
div.logo {width: 400px; float: left; padding-left: 5px; padding-top: 5px;}
div.blue {width: auto; float: right; background-color: #000066; height: 65px; padding: .5em; color: white; font-weight: bold;}
a.white {color: white; font-family: Arial; font-size: 10pt;}
a.white:hover {color: yellow;}

	/*main menu----------------------------------------------------------*/


#nav,#nav ul {/*all lists*/  				
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-family: Arial;
	list-style: none;
	line-height: 1.5;
	font-weight: bold;
	color: white;
	float: left;
	width: 750px;
	background-color: #000066;
}

/*head:first-child+body #nav,#nav ul {*//*all lists* THIS IS THE FIREFOX 
HACK*/
/*
	font-size: 10pt;
	margin: 0;
	font-family: Arial;
	list-style: none;
	line-height: 1.5;
	font-weight: bold;
	color: white;
	float: left;
	width: 710px;
	background-color: #000066;
}
*/
#nav a { /* for hyperlinks within nav */
					display: block;
					width: 8em;
					color: white;
					text-decoration: none;
}
		
		
		
#nav li{/*all list items*/ 
		font-size: 100%;
		float: left;
		width: 8em; /*width needed for Opera compatibility*/ 
		padding-left: 3px;
}
			
#nav li ul{/*second-level lists*/
					position: absolute;
					border: solid .1em;
					border-color: #cccccc;
					font-weight: normal;
					
					width: 13em; 
					width: 13em;
					margin: 0;
					left: -999em; /*using left instead of display to hide menus because display:none is not read by screen readers*/ 
}
		
		
#nav li li {
	
	width: 12.8em;
	
}

#nav li ul a {
	width: 13em;
	width: 13em;
}

#nav li ul ul {
	margin: -1.75em 0 0 8em;
}
		
		
#nav li:hover ul, #nav li.sfhover ul {/*lists nested under hovered list items */ 
					left: auto;
					background-color: #666699;
					z-index: 3
}
		
#nav li:hover, #nav li.sfhover { /*test */ 
				background-color: #666666;
				text-decoration: none;
				
				
}
				
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul{
	left: -999em;
} 

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
}
	/*end main menu-----------------------------------------------------------------------*/

/*END HEADER---------------------------------------------------------------------HEADER*/


/*BODY------------------------------------------------------------------------BODY*/
	/*home-------------------------------------------------------------------------------*/
	div.spacer {clear: both;}
	
	div.img {float: left;}
	h1 {float: left; color: #000066; font-size: 12pt; font-family: Arial; width: 300px; padding: 20px 0 0 20px; }
	h2 {float: left; color: #000066; font-size: 1em; font-weight: bold; padding: 20px 0 0 20px; font-family: Arial; font-style: italic;}
	
	.col1 {float: left; width: 200px; 
				font-family: Verdana;}
	.col1 p {padding: 0 0 0 20px; font-size: 80%;}
	.col2 {float: left; width: 200px; top: 330px;
				font-family: Verdana;}
	.col2 p {padding: 0 0 0 20px; border-right: solid 1px #ccc; border-left: solid 1px #ccc; font-size: 80%;}
	.col3 {float: left; width: 340px; top: 330px;
				font-family: Verdana;}
	.col3 p {padding: 0 0 0 20px; color: #000066; font-size: 80%;}
	/*end home-------------------------------------------------------------------------------*/

	/*other pages----------------------------------------------------------------------------*/
	#navcontainer { width: 152px; clear: left; float: left; height: 400px; background: #cccccc; }

#navcontainer ul
{
margin-left: 0;
padding-left: 2px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
}

#navcontainer a
{
display: block;

width: 150px;
background-color: #cccccc;
border-bottom: 1px solid #666699;
}

#navcontainer a.arrow {
	background: url(rightarrow.gif) bottom right no-repeat;}
	
#navcontainer a.arrow:hover {
	 background-color: #cccccc; color: #000066;}
	
#navcontainer a:link, #navlist a:visited
{
color: #000066;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #666699;
color: #fff;
}

.content {float: left; width: 400px; font-family: Verdana;}
.content2 {float: left; width: 550px; font-family: Verdana;}
.content3 {float: left; width: 350px; font-family: Verdana;}
.content p {padding-left: 30px; color: #000066; font-size: 80%;}
.content2 p {padding-left: 30px; color: #000066; font-size: 80%;}
.content3 p {padding-left: 30px; color: #000066; font-size: 80%;}	
.content h1 {float: left; color: #000066; font-size: 1.2em; font-weight: bold; padding: 20px 0 0 20px; font-family: Arial;}
.content2 h1 {float: left; color: #000066; font-size: 1.2em; font-weight: bold; padding: 20px 0 0 20px; font-family: Arial; margin-right: 90px;}
html>body .content2 h1 {float: left; color: #000066; font-size: 1.2em; font-weight: bold; padding: 20px 0 0 20px; font-family: Arial; margin-right: 150px;}
.content h2 {float: left; color: #000066; font-size: .9em; font-weight: bold; padding-left: 30px; font-family: Arial; font-style: italic;}
.content ul {list-style: outside; list-style-type: disc; padding-left: 15px; color: #000066; width: 325px; font-size: 80%;}

head:first-child+body .content ul {list-style: outside; list-style-type: disc; margin-left: 35px; color: #000066; width: 325px; font-size: 80%;} /*THIS IS THE FIREFOX HACK*/

.content ol {float: left; font: verdana, helvetica, san-serif; color: navy; 
		list-style-position: outside; font-size: 80%; padding-left: 25px;}
.form {font-size: 80%; color: #000066;}

.sitemap {float: left; width: 510px; font-family: Verdana; font-size: 80%;}
.sitemap h1 {float: left; color: #000066; font-size: 1.2em; font-weight: bold; padding: 20px 0 0 20px; font-family: Arial;}
.sitemap ul {list-style: outside; list-style-type: disc; color: #000066; padding-left: 15px;}
.side {float: right; width: auto; font-family: Verdana; padding-top: 30px;}
.side p {font-size: 80%; color: #000066;}

.sidetext {float: right; width: 150px; font-family: Verdana; padding-top: 30px;}
.sidetext p {font-size: 80%; color: #000066;}

.css {float: left; padding-left: 190px; font-family: Verdana; font-size: 80%; color: #000066;}

/*td{background-color: red}*/


/*END BODY----------------------------------------------------------------------END BODY*/


/*FOOTER-------------------------------------------------------------------------FOOTER*/
div.dkblue {float: left; background-color: #000066; height: 70px; width: 152px;  clear: left; }
		div.white {float: left; background-color: #ffffff; height: 70px; width: 10px;}
		div.ltblue {float: left; background-color: #666699; height: 70px; width: 378px;}
		div.grey {float: left; background-color: #cccccc; height: 70px; width: 200px;}
		
div.dkblueh {float: left; background-color: #000066; height: 70px; width: 200px;  clear: left; }
		div.white {float: left; background-color: #ffffff; height: 70px; width: 10px;}
		div.ltblueh {float: left; background-color: #666699; height: 70px; width: 200px;}
		div.greyh {float: left; background-color: #cccccc; height: 70px; width: 330px;}
/*END FOOTER-----------------------------------------------------------------END FOOTER*/
