body {
	font-family: arial, helvetica, serif;
	font-size: 14px;
	color: #000000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color: #FFFFFF;
	background-color: #FF0000;
	font-style: normal;
	text-align: center;
	margin: 1px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-top-style: groove;
	border-right-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 16px;
}
	
#nav li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	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;
}

#content {
	clear: left;
	color: #ccc;
}

.style1 {color: #000000}

h1#lhs {
	font-family: arial, helvetica, serif;
	width: 180px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #999999;
	height: auto;
	text-decoration: none;
	text-indent: 0.3cm;
}

h1#lhsselected {
	font-family: arial, helvetica, serif;
	border: thin solid #000000;
	width: 180px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #999999;
	height: auto;
	text-decoration: none;
	text-indent: 0.3cm;
}

#lhssub {
	font-family: arial, helvetica, serif;
	padding: 0px;
	width: 180px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	text-indent: 0.7cm;
	font-style: normal;
	font-weight: bold;
}

h2#lhssubselected {
	font-family: arial, helvetica, serif;
	padding: 0px;
	width: 180px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	text-indent: 0.7cm;
	font-style: normal;
	font-weight: bold;
	border: thin solid #000000;
}
