@charset "utf-8";
body {
background:#f0f0f0;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
min-height:600px;
}
.mainbg{background:url(../images/bodyBg.gif) repeat-y;
min-height:600px;
}
.newsbox{background:url(../images/newsboxbg.gif) #FFFFFF bottom repeat-x;
width:280px;
height:100px;
border:#ececec solid 1px;}
.h1{font-size:12px;
    color:#009900;
	font-weight:normal;}
.h2{font-size:12px;
    color:#666666;
	font-weight:normal;
	line-height:14px;}
.h2 a:link{
    color:#bb5837;
	text-decoration:underline;
		}
.h2 a:visited{
    color:#bb5837;
	text-decoration:underline;
		}
.h2 a:hover{
    color:#bb5837;
	text-decoration:none;
		}
.h3{font-size:12px;
    color:#333333;
	font-weight:normal;
	line-height:16px;}
.mesg{font-size:12px;
    color:#596d8f;
	font-weight:normal;
	line-height:16px;}
	
.h4{font-size:12px;
    color:#ffffff;
	font-weight:normal;
	line-height:16px;
	padding-left:15px;}
	
.orangetext{font-size:14px;
color:#bb5837;
font-weight:normal;}
	
/*------------------css menu--------------------*/

.chromestyle{
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
}

.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(images/mainmenu_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #bdd2d6;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #186371;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ffffff;  /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #4d7f88; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Arial;
color:#FFFFFF;
line-height:24px;
z-index:100;
background-color:#002c34;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4d7f88; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#0c515e no-repeat center scroll;
color:#bdd2d6;
}

.textboxnoW{

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:#c0c0c0 1px solid;
	height:16px;
	}
.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#000000;		
	background-color:#999999;
	height:25px;
}
.textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#c0c0c0 1px solid;
	
}
#contentbox1 {
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		width:280px;
		height:150px;
		margin-top:0px;
		padding-left:2px;
		padding-right:3px;
		text-align:left;
		scrollbar-3dlight-color:#a3a3a3; 
	    scrollbar-arrow-color:#a3a3a3; 
	    scrollbar-base-color:#FFFFFF; 
	    scrollbar-darkshadow-color:#FFFFFF; 
	    scrollbar-face-color:#ffffff; 
	    scrollbar-highlight-color:#FFFFFF; 
	    scrollbar-shadow-color:#a3a3a3; 
		overflow:auto;
		}


.drop{font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; font-weight:normal; text-decoration:none;}
.drop a{font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000; font-weight:normal; text-decoration:none;}
.drop a:hover{font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#330099; font-weight:normal; text-decoration:underline;}
.redtext
{
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size: 12px;
}
.smalltext{color:#333333; font-size:10px; line-height:10px;}
.smalltext a:link{color:#333333; text-decoration:underline;}
.smalltext a:visited{color:#333333; text-decoration:underline;}
.smalltext a:hover{color:#333333; text-decoration:none;}
.browntext{color:#663300; font-size:12px;}
.browntext a:link{color:#2B1500; text-decoration:none;}
.browntext a:visited{color:#2B1500; text-decoration:none;}
.browntext a:hover{color:#663300; text-decoration:none;}