/* CSS Document */

body{
	background-color: #003366;
	background-image: url(images/back2.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#backfill{
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	min-height: 622px;
}
#header{
	background-image: url(images/header_fill.jpg);
	height: 128px;
	background-repeat: repeat-x;
}
#footer{
	min-height: 41px;
	background-color: #457EB5;
}
#footer td{
	font-size: 10px;
	padding-top: 12px;
}
#footer td a{
	color: #000;
	text-decoration: none;
}
#footer td a:hover{
	color: #fff;
	text-decoration: none;
}
#content{
	width: 776px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#FFFFFF;
}
.contentText{
	font-size: 16px;
	padding: 10px 20px 20px 0px;
}
.contentText a{
	color: #F38639;
	text-decoration: underline;
}
.contentText a:hover{
	color: #F38639;
	text-decoration: none;
}
#splashholder{
	padding-top: 10px;
}
#leftbar{
	margin-left: 12px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 197px;
}
.leftbarbox{
	background-color: #004F9F;
	color: #fff;
	padding: 0px 22px 22px 22px;
	margin: 10px 0px 30px 0px;
	font-size:14px;
	border: 1px solid #001F3B;
}
.leftbarbox h3{
	color: #004F9F;
	position: relative;
	top: -20px;
	left: -22px;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size:18px;
}
.leftbarbox ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.leftbarbox a{
	color: #F38639;
	text-decoration: underline;
}
.leftbarbox a:hover{
	color: #F38639;
	text-decoration: none;
}

h1{
	color: #004F9F;
	font-size:24px;
}
h2{
	color: #004F9F;
	font-size:20px;
}
h3{
	color: #001534;
	font-size:18px;
}
#header2{
	background-image: url(images/header2.jpg);
	background-repeat:no-repeat;
	height: 118px;
}
#phonenum{
	position: relative;
	top: 40px;
	left: 600px;
}
.style2 {font-size: 14}
.style4 {
	font-size: 18px;
	font-weight: bold;
}
.style5 {color: #00254B}
.but{
		float: left; 
	border-right: 1px solid #000; 
	width: 108px; 
	height: 23px; 
	font-size: 12px; 
	color: #FFCC00; 
	text-align: center; 
	overflow: hidden; 
	line-height: 23px;

}
.but a {
	height: 39px;
	width: 108px;
	color: #000;
	line-height: 23px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#999;
}
.but a:hover {
	background-color: #ccc;
}
#nav{
	width: 776px;
	height: 23px;
	overflow: hidden;
	background-color: #333;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.but_selected{
	float: left; 
	border-right: 1px solid #000; 
	width: 121px; 
	height: 23px; 
	font-size: 12px; 
	color: #FFCC00; 
	text-align: center; 
	overflow: hidden; 
	line-height: 23px;

}
.but_selected a {
	height: 39px;
	width: 121px;
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#666;
}
.but_selected a:hover {
	background-color: #333;
}

