@charset "utf-8";

body { padding:0; margin:0;}

.Clr { clear:both;}
.Bg{ background-repeat:no-repeat;}

.LeftNav
{ 
	width:150px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.LeftNavTxt
{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:5px 0 5px 2px;
	color:#000000;
			   }
.LeftNavTxt a:hover
{ 
	color: #FFF;
	text-decoration:none;
			   }		   
.LeftNavTxt a
{ 
	color:#000000;
	text-decoration:none;
			   }	
.LeftNavTxtActive
{ 
	color:#FFFFFF !important;
 }

.board
{
	border-bottom:#918EBF 1px solid;
}

.txt
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.txtColor
{
color:#015E82;}

.topBtn a
{
color:#015E82;
text-decoration:none;
}



/************  drop down   **************/
.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: 100%;
padding:0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
background-color:#4799B5;
height:20px;
padding-top:4px;
padding-bottom:0px;
line-height:12px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
margin:0;
padding: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: none;
color: #333333; /*THEME CHANGE HERE*/
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #086688;
}
.style3 {font-family:Arial, Helvetica, sans-serif; font-size: 12px; }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.header {	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #086688;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left:-100px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
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;
}

