body {
	margin: 0px;
	background-color: #004080;
	z-index: 1;
}

body, td, p, a {
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

b {
	font-weight: bold;
}

p, ul, li {
	color: #003366;
	line-height: 18px;
}

h1 {
	color: #003366;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #003366;
}

a:hover {
	color: #990000;
}
a.bnav:link, a.bnav:visited, a.bnav:active {
	color: #eeeeee;
	font-size: 10px;
}

a.bnav:hover {
	color: #FFCC00;
	font-size: 10px;
}

/* scroller and nav */

#smoothmover {
	position: absolute;
	top: 133px;
	width: 330px;
	margin-left: 20px;
	z-index: 2;
}

#smoothmover2 {
	position: absolute;
	top: 133px;
	width: 407px;
	margin-left: 20px;
	z-index: 2;
}



#container {
	width: 364px;
	text-align: left;
	margin: 0;
	z-index: 10;
}
#nav, #nav ul { /* all lists */
	padding: 5px;
	margin: 0;
	list-style: none;
	line-height: 18px;
	z-index: 10;
}

#nav a {
	display: block;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	z-index: 10;
}

#nav li { 	/* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	background-color: #9f8e79;
	padding-right: 15px;
	z-index: 10;
}

#nav li ul {
	/* second-level lists */
	position: absolute;
	background-color: #9f8e79;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10;
}

#nav li ul li {
	clear: both;
	width: 170px; /* width needed or else Opera goes nuts */
}

#nav li:hover ul, #nav li.sfhover ul, #nav li a:hover, #nav li a.sfhover { /* lists nested under hovered list items */
	left: auto;
	color: #ffffff;
	background-color: #9f8e79;
	z-index: 10;
}
