@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #173557;
}
body {
	background-color: #122c49;
	margin: 0px;
}
a:link {
	color: #b03339;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b03339;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #b03339;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #b03339;
}
h2 {
	font-size: 18px;
	color: #b03339;
}

div#topjag {
	width:100%;
	height:41px;
	float:left;
	background:#f0efe0 url(/images/top-bg.jpg) top left repeat-x;
}
div#banner {
	width:100%;
	height:132px;
	float:left;
	background:#f0efe0;
}
div.centered {
	width:912px;
	margin:0px auto;
}
div#logo {
	width:307px;
	height:108px;
	float:left;
	margin:0px 144px 0px 5px;
	background:url(/images/logo-lrg.jpg) top left no-repeat;
}
div#topmenu {
	width:456px;
	height:51px;
	float:left;
	margin:12px 0px;
}
div#lettertop {
	width:897px;
	height:24px;
	float:left;
	background:url(/images/large-letter-top.jpg) bottom right no-repeat;
}
div#stripe {
	width:100%;
	float:left;
	height:200px;
	background:url(/images/blue-stripe-bg.jpg) top left repeat-x;
}
div#logotext {
	width:348px;
	height:200px;
	float:left;
	margin:0px 204px 0px 5px;
	background:url(/images/top-logo-text.jpg) top left no-repeat;
}
div#lettermid {
	width:340px;
	height:200px;
	float:left;
	background:url(/images/large-letter-mid.jpg) top left no-repeat;
}
div#contentarea {
	width:100%;
	float:left;
	background-color:#f0eedf;
}
div#contentwrapleft {
	width:500px;
	float:left;
	margin:31px 19px 40px 38px;
}
div#contentwrapright {
	width:355px;
	float:left;
	margin:0px 0px 40px 0px;
}
.imgb {
	border:5px solid #d5d2c3;
}
div#letterbtm {
	width:340px;
	height:60px;
	float:left;
	background:url(/images/large-letter-btm.jpg) top left no-repeat;
}
div.rtblock {
	width:264px;
	float:left;
	margin:0px 0px 0px 91px;
}
div#contactus {
	width:226px;
	float:left;
	background:url(/images/address-bg.jpg) top left repeat-y;
	padding:0px 0px 5px 20px;
	margin:10px 0px 0px 0px;
	font-size:12px;
	line-height:15px;
}
div#footer {
	width:100%;
	float:left;
	min-height:99px;
	background:url(/images/btm-bg.jpg) top left repeat-x;
}
div.half {
	width:456px;
	float:left;
	margin:20px 0px 0px 0px;
	color:#f2f1e5;
	font-size:10px;
}
div.half a:link, div.half a:active, div.half a:visited {
	color:#f2f1e5;
	font-size:10px;
	text-decoration:none;
}
div.half a:hover {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
.form {
	width:370px;
	height:22px;
	padding:2px;
	background:#FFF;
	color:#173557;
	border:1px solid #d5d2c3;
	margin:0px 0px 15px 5px;
}
.form2 {
	width:370px;
	height:150px;
	padding:2px;
	background:#FFF;
	color:#173557;
	border:1px solid #d5d2c3;
	margin:0px 0px 15px 5px;
	overflow:auto;
}
div.formlabel {
	width:115px;
	float:left;
	height:28px;
	line-height:28px;
	margin-bottom:5px;
}
div.formobject {
	width:385px;
	float:left;
	height:28px;
	margin-bottom:5px;
}
div.formobjecttall {
	width:385px;
	float:left;
	height:160px;
}
.clear {
	clear:both;
}