body {
	background-color:#FFFFFF;
	margin:0px;
	color:#919195;
	font-size:12px;
	font-weight: normal;
	padding:0px;
	font-family:Arial, Verdana, Tahoma;
}
img {
	border:none;
}
H1 {
	Color: #339966;
	padding-top: 10px;
	Font-size:26px;
	font-family:Arial, Verdana, Tahoma;
	line-height:26px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight: bold;
}
H2 {
	Color:#339966;
	Font-size:18px;
	line-height:20px;
	font-family:Arial, Verdana, Tahoma;
	font-weight: normal;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:2px;
}
H3 {
	font-size:16px;
	font-weight:bold;
	color:#919295;
	margin-bottom:3px;
	padding:0px;
	padding-top:10px;
	font-family:Arial, Verdana, Tahoma;
}
a {
	font-size:12px;
	color:#008BB0;
	text-decoration:underline;
}
a:hover {
	font-size:12px;
	color:#008BB0;
	text-decoration:none;
}
/*
===========================================================
*/
.chromestyle{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	width: 99%;
	font-weight: 500;
	padding:0px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	font-size:11px;
	border: 0px solid #BBB;
	width: 100%;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	text-transform:uppercase;
	font-size:11px;
	color: #FFFFFF;
	margin: 0;
	margin:0px;
	padding:0px;
	padding-right:7px;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:2px;
	line-height:19px;
	text-decoration: none;
/*	border-right: 1px solid #DADADA;*/
}
.chromestyle ul li a:hover{
	font-size:11px;
	color:FFFFFF;
	background-color:#008BB0;	
/*	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
.OnStateNav {
	color:FFFFFF;
	background-color:#008BB0;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	text-transform:uppercase;
	position:absolute;
	top: 0px;
	text-align:right;
	font-size:11px;
	line-height:19px;
	z-index:100;
	border:1px solid #008BB0;
	background-color:#008BB0;
	color:#FFFFFF;
	width: 160px;
	visibility: hidden;
	margin-top:-1px;
}
.dropmenudiv a{
	text-transform:uppercase;
	width: auto;
	display: block;
	text-indent: 3px;
	font-size:11px;
	padding-right: 4px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom:1px solid #008BB0;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color:#FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-size:11px;
	background-color:#009CC0;
	color:#FFFFFF;
}