body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
p, #content p {
	color: #003466;
	font-size: 12px;
	line-height: 22px;
}
#content {
	color: #003466;
	padding: 4px;
}
h1 {
	font-size: 18px;
	color: #5A84AA;
	margin-bottom: -5px;
}
h2 {
	font-size: 18px;
	color: #003466;
	margin-bottom: -5px;
}
h3 {
	font-size: 16px;
	color: #2C5F8E;
	margin-bottom: -5px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #5A84AA;
	margin-bottom: -5px;
}
a:link, a:visited, a:active {
	font-size: 12px;
	line-height: 22px;
	color: #003466;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
div#outer {
width:780px;
margin: 0 auto;
position:relative;
border: 1px solid #9E8F68;
	background: url("/images/background.jpg") repeat-y;


}
div#imagerotate {
position:absolute;
left:0;
}
div#logoarea {
vertical-align:top;
margin-left: 365px;
}

div#nav {
float:left;
width:154px;
}

div#nav ul, div#nav li{
list-style: none;
padding:0;
margin:0;

}
a img{
border:none;
}
div#nav li {
line-height:0px;
font-size:0;
}
div#navcontent {
	background: url("images/background.jpg") repeat-y;
	margin-top: -2px;

}
* > div#navcontent {
	margin-top: 0;
}
div#content {
	font-size: 12px;
	line-height: 22px;
	color: #003466;
	padding: 10px;
	float: right;
	width: 590px;
	
	}
div#content p {
font-size: 12px;
line-height: 22px;
color: #003466;
}

div#footer {
clear:both;
margin-left: 154px;
margin-bottom: 10px;
font-size: .7em;
}
div#footer p{
text-align:center;
margin: 0 auto;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
font-size: 10px;
	color: #003466;
	}
div#footer a:hover {
	color: #0066FF;
	text-decoration:none;
}
div#mission {
left:148px;
top: 166px;
position: absolute;
float:left;
z-index:100;

}
div#search {
width: 622px;
padding: 2px 5px;
height: 23px;
position:absolute;
background-color:#003466;
left:148px;
font-size: 12px;
line-height: 22px;
color: #D2E3F3;
text-align:right;
top:0;
}
div#search form {
	display: inline;
}
div#search form input {
	font-size: .8em;
	background: #CAD7E0;
}
form table tr th {
	text-align: left;
	background: #003466;
	padding: 3px 5px;
	color: white;
}
form table tr td {
	background: #e5e5e5;
	padding: 3px 5px;
}
form table {
	width: 70%;
	margin: 10px auto;
}
form table tr td label {
	display: block;
	text-align: right;
}
/*----------------------------------------
	DHTML Menu Styles
----------------------------------------*/
#image_rotate {
	float: right;
	width: 370px;
	height: 270px;
}
#menus {
	background: #7278AA;
	padding-bottom: 20px;
	float:left;
	width: 180px;
	height: 100%;
}

#navmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
	position: relative;
	margin-left: 0px;
}
#navmenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
	text-align: left;
}
#navmenu a:link, #navmenu a:visited, #navmenu a:hover, #navmenu a:active{
	text-decoration: none;
	border: none;
	font-size: 11px;
	color: #4B5592;
} 	
#navmenu a img {border: none;}
#navmenu form {margin: 1px 0px;} 										/* this is for browser consistency... */
#navmenu li ul {display: none;} 										/* Hide the Subnav */
/* Absolute positioning moves it out of the flow, so that the menu doesn't jump around when you mouse over it.   */
#navmenu li:hover ul, #navmenu li.over ul {
	position: absolute;
	left: 150px;
	display: block;
	z-index: 10;
}
/* Position the subnav li items relative, so we can adjust for browser differences later, and set their width for consistency.  */
#navmenu li:hover li, #navmenu li.over li {
	margin: 0px;
	position: relative;
	width: 184px;
	background: #E1E1E9;
	float: left;
	clear: both;
	border: 1px solid #E1E1E9;
	border-top: none;
	border-bottom: #00f dashed 1px;
	padding: 5px 6px;
	line-height: 1em;
}
#navmenu li:hover li {height: auto;}
#navmenu li:hover li {top: -28px;} 											/* Position the subnav for firefox */
#navmenu li.over li {} 														/* Position the subnav for IE */
#navmenu li:hover, #navmenu li.over {} 											/* Set properties for the item you are over */	
#navmenu li:hover li ul, #navmenu li.over li ul {display: none;} 				/* can we do second level menus this way? */
#navmenu li:hover li:hover ul, #navmenu li.over li.over ul {display: block;}
#navmenu li:hover li:hover ul { 											/* fix second level menus in FF */
	top: 28px;
	left: 163px;
}
#navmenu li.over li.over ul { /* fix second level menus in IE */
	left: 163px;
	top: 0px;  
}
/* Tertiary levels */
#navmenu li:hover li:hover li, #navmenu li.over li.over li {
	background: #F1F1F9;
	border: 8px solid #F1F1F9;
	border-top: none;
	border-bottom: #00f dashed 1px;
}
/* Just in case some smartass trys putting extra UL tags in somewhere to make third level menus, foil them... */
#navmenu li li li li{	display: none;}
/*
Dynamically created content doesn't work in IE....
#navmenu li.hasChildren a:after {content: "<<";}
#navmenu li.hasChildren li a:after {content: "";}
And IE can't handle background images, which is really lame.
*/
/*
#blue_nav ul#navmenu li.hasChildren {	background: #6385A0 url("/images/pointer.gif") center right;}
*/
#navcontent ul#navmenu li.hasChildren { 
background-image: url(/images/pointer.gif);
background-repeat: no-repeat;
background-position: center right;
background-color: #E1E1E9;
}
#navcontent ul#navmenu li.hasChildren li {background: #F1F1F9;}

/* ---------- End nav DHTML styles -------- */
input[type="checkbox"], input[type="radio"], form table input[type="checkbox"], form table input[type="radio"] { /* this keeps the size of checkboxes and radio buttons in check! */
width:14px;
} 