@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	background: #eee;
	width:100%;
	background: url(../new_images/header_bg.jpg) repeat-x;
	height:85px;
}
#headerin {
	width: 850px;
	padding-top:10px;
}
#headerin h1 {
	margin-bottom:-2px;
	font-size: 35px;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing: 2px;
	font-family:verdana;
	padding-left: 10px;
}
#headerin h3 {
	margin-top: 0px; margin-bottom:0px;
	font-size: 11px;
	color: #FFFFCC;
	font-weight:normal;
	font-family:verdana;
	padding-left: 10px;
}
#search {
	margin-top: -35px;
	float: right;
}
#header input {
	border: 0px solid #9bb2be;
	padding-left: 2px;
	padding-top: 2px;
	font-family:verdana;
	font-size:11px;
	width: 105px;
	height: 19px;
	background: url(../new_images/search.gif) no-repeat;
}
#header .buttons {
	font-family: Verdana;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
	height: 20px;
	width: 50px;
	background: url(../new_images/submit.gif) repeat-x;
}


#bottom { background-image:url(../new_images/bg_bottom.jpg); height:75px; background-repeat:repeat-x; width:100%; float:left; margin-top:10px;}

#footer {
	text-align: center;
	width: 100%;
	/*background: #000 url(../new_images/nav.gif) repeat-x;*/
	margin: 0;
	padding: 0;
	height: 40px;
	cursor: default;
	float:left;
}

#footer li, #footer a {
	display: inline;
	color: #fff;
	text-decoration: none;
	font:normal 11px verdana,;
	height: 40px;
	line-height: 40px;
	padding: 10px 8px;
	margin: 0;
}

#footer li a {
	/*background: transparent url(../new_images/nav.gif) repeat-x;*/
}

#footer li a:hover, #footer li#current2 a {
	/*background: transparent url(../new_images/nav.gif) repeat-x;*/
	/*background-position: 0 -40px;*/
	background-color:#FFFFFF;
	color:#990000;
}

#footer li {
	padding: 5px 0;
}

BODY{
scrollbar-face-color:#E1E1E1;
scrollbar-arrow-color:black;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:'FFFFFF';
scrollbar-highlight-color:'ffffff';
scrollbar-3dlight-color:'FFFFFF';
scrollbar-darkshadow-Color:'000000';
}
