body {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

.navigation {
font-family: helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
.pagetext {
font-family: helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
.copyright {
font-family: helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
.whitelink {
font-family: helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;

}

.text {
font-family: helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}

.textsmblack {
font-family: helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.textsmwhite {
font-family: helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}

.bodytext {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
color: #000000;
}

p {
text-indent: 0px;
margin-left: 10px;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 4px;
}

.title {
font-family: arial, helvetica, sans-serif;
font-size: 20px;
color: #000000;
font-weight: bold;
}


A.linktext:link {
	COLOR: #136477; TEXT-DECORATION: underline
}
A.linktext:visited {
	COLOR: #136477; TEXT-DECORATION: underline
}
A.linktext:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.00;
	width: 600px;
}

#nav a {
	display: block;
	width: 120px;
	padding: 0.20em .01em;
	font-family: arial;
	font-size: 12px;
	color: #00A0C6;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
}
	

#nav li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	width: 7.5em;
    /*left: -999em;*/ /* using left instead of display to hide menus because display: none isn't read by screen readers */
    display: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	display: block;
}