/*Heather's Menu styles */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display:block;
}
#nav li a {/* all list items as links- seems to affect top ones here first due to order placement here... */
	color: #333333;
	font-family: arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	float: left;
	position: relative;
	border-left: 1px solid #cccccc;
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;*/
	
}
#nav ul a { /* all links - seems to affect second level only here -perhaps because of placement. */
	display: block;
	color: #C0C0C0;
	font-size: 11px;
	background: #003366;
	text-decoration: none;
	border-left: 1px solid #003366;	
	/*border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;*/
}
#nav li { /* all list items, mainly for top menu */
	float: left;
	position: relative;
	width: 97px;
}
#nav li li {
	clear:left;
}
#nav li li a {
	padding-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
#nav li ul { /* second-level lists - hidden naturally */
	position: absolute;
	left: -999em;
}

#nav li ul a { /* second-level links - makes them wider! */
	width: 18em;
}
#nav .topMenu {
 	background: url(images/topBut_bg.gif) bottom right no-repeat;
}
#nav .topMenuV {
 	background: url(images/topButV_bg.gif) bottom right no-repeat;
}
#nav .topMenuV:hover, #nav .topMenuV.over {/*top menu class w/dropdown arrow */
	color: white;
	background: #666666 url(images/topButV.gif) top right no-repeat;
	border-left: 1px solid #cccccc;
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;*/
}
#nav .topMenu:hover, #nav .topMenu.over  {/*top menu class w/out arrow */
	color: white;
	background: #666666;
	background-image: none;
	border-left: 1px solid #cccccc;
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;*/
}
#nav li ul a:hover, #nav li ul a.over {/* second-level links over */
	color: #ffffff;
	background-color: #336699;
	border-left: 1px solid #336699;
	/*border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
	border-right: 1px solid #336699;*/
	
}
#nav li:hover ul, #nav li.over ul { /* positions lists nested under hovered list items across top */
	left: 0;
	top: 14px;
}
#content {
	clear: left;
}

/* Mike's styles */


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

a:link, a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}

/* Bill's styles */

.hfhs_rm_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.hfhs_rm_bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.hfhs_rm_bodyital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.hfhs_rm_body10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.hfhs_rm_body10bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.hfhs_rm_headblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.hfhs_rm_body_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.hfhs_rm_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
