Body,Table,TR,TD,H1{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:Black;
	font: 10pt;
}

h1 {
	font-size:12pt;
	padding:10px;
}
.header{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:Black;
	font-weight: bold;
}
a:link {
	color: #ac061e;
}
a:visited {
	color: #ac061e;
}
a:hover{
	color: #ac061e;
	text-decoration: none;
}

/* Navigation */
#navbg {
	position: absolute;
	z-index: 100;
	/* background: #712934; */
	background: #ac061e;
	height: 35px;
	margin: -18px 0 0 0px;
	width: 780px;
}

#nav .top { /* all 1st level list items should include class="top" */
background: white;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
	line-height: 1;
	font-size:12px;
}
#nav a {
	text-align:left;
	display: block;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
#nav a:hover {
background:#232B4F;
display: block;
	}
#nav li { /* all list items */
	float: left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #ac061e;
	border-top:9px solid #ac061e;
	width: 160px;
	margin-left:-1px;
	border-left:3px solid #ac061e;
	border-bottom:3px solid #ac061e;
	border-right:3px solid #ac061e;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a{
margin:0;
width:140px;
}
#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;
}
.navtop{
margin-top:8px;
border-right:1px solid white;
}
.navtop a{
	padding:3px 10px 3px 10px;
	}
.navtopright{
margin-top:8px;
}
.navtopright a{
	padding:3px 10px 3px 10px;
	}
.nav {
width:160px;
}