body {
	background-image:url(images/background1.gif);
	background-repeat:repeat;
	background-position: center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}

.topnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	text-decoration:none;
}

.topnavtext a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	text-decoration:underline;
}
	

.font14bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	outline-color:#FF0000;
}
.font14boldorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight:bold;
	color:#ab390d;
}
.font11a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.font12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.font12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

.font9gry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 10px;
}

.font12a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

.font12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
}
.hotspot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#CC6600;
	text-decoration:underline;
	cursor:pointer;
	}
	
	
/* Begin navigation bar CSS controls */
	
.chromestyle{
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 99%;
background: #db7725 center center repeat-x; /*nav bar background color or image*/
padding: 12px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
border-bottom: #999999 1px solid;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF; /*nav bar font color*/
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px dotted #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #e59d62 center center repeat-x; /*nav bar color when hovering over a section*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 10;
font:normal 13px Verdana; /*drop menu font size*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
padding:5px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #F90; /*THEME CHANGE HERE*/
padding: 12px 0; /*padding around the drop menu item text*/
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}