@charset "utf-8";
/* CSS Document */

body {
    background: #666666 url('../images2010/bg_gray2.gif') left top;
}
h4{
	color: #003AB3; 
	font-family: Verdana;
	font-size: small;
	padding-top: 5px;
	padding-left: 5px;	
	text-align: left;
}
h5{
	font-family: Tahoma;
	color: #023e72;
	font-size: small;
	font-weight: 600;
	padding: .5em 0 0 .2em;
	text-align: center;	
	margin-top: .5em;
}
.hiddenSection {
	display: none
}
.clear {
	clear: both;
}
.img_noborder {
	border-width: 0px;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #454545;
}
#wrapper1 {
	width: 962px;
	margin: 0px auto;
}
#header {
	width: 960px;
	height: 90px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
    border-bottom: 0;
}

#headertop {
}
#menuTop {
	background-position: 10px;
	width: 960px;
	height: 28px;
	background-image: url('../images2010/menubar_bgblue.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: .9em;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#menuTop ul {
	padding: 0px 0px 0px 8px;
	margin: 0px;
	list-style-type: none;
}
#menuTop ul li {
	display: inline;
	position: relative;
}
#menuTop ul li a {
	float: left;
	padding: 6px 9px 2px 7px;
	list-style-type: none;
	color: #FFFFFF;
	font-size: .9em;
	text-decoration: none;
	width: 130px;
	text-align: center;
	font-weight: bold;
}
#menuTop ul li a:hover {
	height: 14px;
	padding-bottom: 8px;
	background-color: #efefef; 
	color: #666666;
}

.topbar_orange {
	width: 962px;
	height: 3px; 
	margin:0; 
	padding:0;
	background-color:#fcb13E;	
}

.orange_bar {
	margin:0 10px; 
	padding:0;
	border-top: 3px #fcb13e solid
}

#footer {
				border: 1px solid #C0C0C0;
				margin: 0px;
				padding: 10px 0px 10px 20px;
				background-color: #efefef;
				font-size: 11px;
				color: #808080;
				width: 940px;
				text-align: left;
				font-family: Verdana;
				text-decoration: none;
}
#footer a{
	color: #999;	
	text-decoration: none;
}
.banner {
				border-width: 1px;
				background-color: #023868;
				padding: 3px;
				margin: 10px;
				border-style: solid;
				width: 920px;
				height: 80px;
}



