body{
	background:url(../images/bodybg.jpg) repeat-x top left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#616161;
	margin:0px auto;
}

*{
	margin:0px;
	padding:0px;
}

.main{
	width:1000px;
	margin:0px auto;
}

.wrapper{
	width:1000px;
	float:left;
}

.header{
	width:1000px;
	height:196px;
	float:left;
	/*background:url(../images/headerbg.jpg) no-repeat top left;
	background:#000;
*/}

.logo{
	width:344px;
	float:left;
	padding:50px 0 0 85px;
}

.marsearch{
	width:560px;
	float:right;
}

.topsearch{
	width:244px;
	float:right;
	margin-top:5px;
	display:none;
}

.marquee1{
	float:left;
	width:380px;
	margin-top:80px;
	margin-left:190px;
}

* html .marquee1{
	margin-top:75px;
	margin-left:95px;
}
	

.menus{
	width:1000px;
	float:left;
}

.menus ul{
	margin:12px 0;
}

.menus li{
	list-style:none;
	display:inline;
	padding:0px 35px 0px 35px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#3f3f3f;
	font-weight:normal;
}

.menus li a{
	text-decoration:none;
	color:#3f3f3f;
}

.menus li a:hover{
	text-decoration:none;
	color:#000000;
}


.midcontainer{
	width:1000px;
	float:left;
}

.midcontent{
	width:950px;
	padding:25px;
	float:left;
}

.midcontent h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#004282;
}


.midflash{
	width:680px;
	float:left;
	margin-top:15px;
}

.sidebar{
	width:320px;
	float:left;
	margin-top:15px;
}

.sidebar p{
	font-family:Garamond;
	font-size:15px;
	color:#747474;
	font-weight:bold;
}

.sidebar p a{
	text-decoration:none;
	color:#747474;
}

.intro{
	width:300px;
	float:left;
	padding-left:20px;

}

.intro h1{
	font-family:Garamond;
	font-size:19px;
	color:#004282;
	font-weight:bold;
}

.intro p{
	color:#616161;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.footer{
	background:url(../images/footerbg.jpg) repeat-x top left;
	width:100%;
	height:38px;
	float:left;
	margin-top:28px;
}

.footerlink{
	width:500px;
	float:left;
	margin-left:200px;
}


* html .footerlink{
	margin-left:100px;
}


.footerlink ul{
	margin:10px 0;
}

.footerlink li{
	list-style:none;
	display:inline;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	padding:0px 5px;
	font-weight:normal;
}

.footerlink li a{
	color:#000000;
	text-decoration:none;
}

.poweredby{
	width:400px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	margin-top:10px;
	margin-right:100px;
}

* html .poweredby{
	margin-right:50px;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.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%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
padding:10px 0;
}

.chromestyle ul li{
list-style:none;
	display:inline;
	padding:0px 31px 0px 31px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#3f3f3f;
	font-weight:normal;
}

.chromestyle ul li a{
color: #000000;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
/*border-right: 1px solid #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: 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 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
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;
}
