@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A { color: #008c9a; }

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.homepagebox {
	font-size: 11px;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

a.footer { 
	color: #333333; 
	text-decoration: none;
}
a.footer:hover { text-decoration: underline; }
a.footer:visited { color: #333333; }

.footer { 
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
a.link {
	color: #333333;
	text-decoration: none;
}
a.link:hover {
	color: #008c9a;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	color: #333333;
	text-decoration: none;
}
a.link:visited:hover {
	color: #008c9a;
	font-weight: bold;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 13em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 13em;*/
}
#nav ul { /* all list items */
	width: 14em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	line-height: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

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