@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #37A3EB;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #37A3EB;
}
a:hover {
	text-decoration: none;
	color: #37A3EB;
}
a:active {
	text-decoration: none;
	color: #37A3EB;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/*********************** Menu CSS ***************************************/

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	}

#styletwo{
	position:relative;
	display:block;
	height:30px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/bg_off.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

#styletwo ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#styletwo ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	}

#styletwo ul li a{
	display:block;
	float:left;
	color:#FFF;
font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:30px;
	}

#styletwo ul li a:hover,#styletwo ul li a.current{
	color:#fff;
	background:transparent url(../images/bg_on.gif) repeat-x top left;
	}


/************************ Menu CSS End ****************************/


#header{
	background-image:url(../images/top_header_bg.gif);
	background-repeat:repeat-x;
	height:96px;
	text-align:center;
	vertical-align:middle;
}
.grey_out {
	color:#999999;
}

#logo_footer{
	float:left;
	padding:5px;
}

#searchbox{
	background-image:url(../images/search_bg.gif);
	width:577px;
	height:45px;
	text-align:left;
}
.btn_submit{
	background-color:#37A3EB;
	width:67px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
}
#heading_right{
	background-color:#BCBCBC;
	background-image:url(../images/bg_right.gif);
	background-repeat:no-repeat;
	height:25px;
	background-position:right;
	text-align:left;
	padding-left:5px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
}
#heading_left{
	background-color:#E7E7E7;
	background-image:url(../images/bg_left.gif);
	background-repeat:no-repeat;
	height:25px;
	background-position:left;
	text-align:left;
	padding-left:38px;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	vertical-align:middle;
}
.justify{
	text-align:justify;
}
.left{
	float:left;
	padding:5px;
}
.right{
	float:right;
	padding:5px;
}
.input {
	width: 200px;
	border: 1px solid #999999;
}
.input_font{
	font-size:11px;
}