body {
	background-color:#003366;
	background-image:url(images/main_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.headline {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
color:#000099;
padding: 10px;
font-weight:900;
}
a.website:link, a.website:visited, a.website:active {
display: block;
vertical-align: middle;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
height: 15px;
text-decoration: none;
padding: 5px;
border: 1px solid #cccccc;
background-color:#f5f5f5;
color:#333333;
font-weight:bold;
margin:15px;
}
a.website:hover {
border: 1px solid #cccccc;
background-color:#f9f9f9;
background-repeat: repeat;
text-decoration: none;
color: #003399;
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	border:1px solid #27509C;
	border-bottom-width: 0;
	font:normal 10px Arial;
	line-height:18px;
	z-index: 100;
}

#nav a {
	display: block;
	width: 115px;
	border-bottom: 1px solid #27509C;
	text-decoration:none;
}

#nav a:hover {
	background-color: #27509C;
	color: #FFFFFF;
}

#nav li { /* all list items */
	float: left;
	width: 80px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 115px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 115px;
}

#nav .wider a, #nav .wider li, #nav .wider, #nav .wider li ul, #nav .wider ul { /* wider second-level lists */
	width: 215px;
}

#nav .wider .normal, #nav .wider .normal a {
	width: 115px; /* resets 3rd level to normal width */
}

#nav .wider ul { /* position wider third-and-above-level lists */
	margin: -2em 0 0 215px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav .submenu a {
	color: #27509C;
}

#nav .submenu a:hover {
	color: #fff;
}

.menutopbg {
	background: #27509C;
}

.menutop {
	padding-left: 8px;
	color: #fff;
	font-weight: bold;
}


