/*text styles and microformats*/
.HFHbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.HFHheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.vcard {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.HFHcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.HFHsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #666666;
}

/* navigation for two levels with drop-downs */

#nav_bar {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	background-color:#F1AB00;
	vertical-align: middle;
}	
	
	#nav_bar ul{
	margin: 0;
	list-style:none;
	padding: 0;
	text-align:center;
	}
		
	#nav_bar li{
		list-style: none;
		float:left;
		position: relative;		
		padding: 0;	
		line-height: 25px;
		white-space: nowrap;				
		}
		
	.first_level{
	color:#000000;
	background-color: #F1AB00;
	font-size: 1em;
	font-weight:bold;
	text-align: center;
	width: 8.2em;
	border: 2px solid #B57013;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
	.first_level a{
		margin-left: .1em;
		margin-right: .1em;
		text-decoration:none;
		color:#000000;
		background-color: #F1AB00;
	}
	.first_level a:hover{
		color:#FFFFFF;
		background-color: #F1AB00;
	}
	
	.sub_menu{
	display:none;
	width: 9em;
	position: absolute;
	top: 2.1em;
	left: 0;
	color:#000000;
	background-color: #F1AB00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 2px solid #B57013;
	font-size: 1em;
	font-weight: bold;
	} 
	
	.sub_menu li{
		width:100%;
		color:#FFFFFF;
		background-color: #F1AB00; 
		font-size: 0.9em;
		font-weight:bold;		                                                                   
		border: 1.5px solid #B57013
		}
		
	.sub_menu li a,
	.sub_menu li a:link,
	.sub_menu li a:visited {
		margin-left: .12em;
		margin-right: .12em;
		text-decoration:none;
		color:#000000;
		background-color: #F1AB00;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	.sub_menu li a:hover{
		color:#FFFFFF;
		background-color: #F1AB00;
	}	

/* overrides top and left in browsers other than IE.  IE will position to the top right of the container.*/
	
	#nav_bar li>ul{ 
		top: auto;
		left: auto;
	}
	li:hover ul, li.over ul{   /*lists nested under hovered list items */
		display:block;
		color:#FFFFFF;
		background-color: transparent;
	}
/*miscelaneous styles */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color:  #d3be96;
}
a:link {
	color: #003580;
}
a:visited {
	color: #003580;
}
a:hover {
	color: #000000;
}
a:active {
	color: #003580;
}
.bottom_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
/* style for bottom border of header table cell */
.headercell {
	border-bottom-style: solid;
	border-bottom-color: #01549A;
	border-bottom-width: 8px;
}
.Imageright {
	margin: 5px;
	float: right;
}
