@charset "utf-8";

.h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#5EB9F1;
	font-weight: bold;
	
}

.h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	line-height:14px;
	padding-left:8px;
	
}

.h2b{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	line-height:14px;
	padding-left:8px;
	font-weight:bold;
	
}

.h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#5EB9F1;
	font-weight: none;
	
}

.h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	font-style: italic;
		
}
 
.footer{
border: 1px solid #000; 
border-bottom-width: 0;
border-left: 0;
border-right: 0;
font:normal 9px Verdana;
text-decoration:none;
padding-left:20px;
padding-top:6px

}

.headder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle{
	width: 85%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 6px 0px 6px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #000000;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 170px;
	visibility: hidden;

}


.dropmenudiv a{
	width: 0px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 5xp 0px 0px;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CCEDFC;
}

