@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #bdc5e4;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #425ab3;
	text-decoration: none;
}
a:visited {
	color: #a0acd9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	text-align: center;
	margin: 20px 0 0 -1px !important;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(images/bg.jpg) top center repeat-y;
}
#header {
	height: 160px;
	width: 820px;
	background: transparent;
	margin: 20px auto 0;
	padding: 0;
}
#navbar {
	width: 800px;
	height: 30px;
	background: #425ab3;
	margin: 0 auto 0 !important;
	margin: -2px auto 0;
	padding: 0;
}
#navbar ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	list-style: none;
}
#navbar ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#navbar a {
	font: Verdana, Arial, Helvetica, sans-serif 14px;
	color: #fff;
	background: none;
	font-weight: bold;
	display: block;
	margin: 0 2px 0 0;
	padding: 7px 25px 6px !important;
	padding: 7px 25px 9px;
	text-decoration: none;
	text-transform: uppercase;
}
#navbar a:hover {
	background: #bdc5e4;
}
#content {
	text-align: center;
	background-color: #fff;
	clear: both;
	width: 798px;
	margin: 0 auto;
	padding: 0;
}
.section {
	margin: 0 auto;
	width: 798px;
}
.colA, .colB {
	float: left;
}
.colA {
	text-align: left;
	font-size: 10px;
	display: block;
	margin-right: 1px;
	margin-left: -1px;
	padding-right: 5px;
	padding-left: 4px;
	width: 170px;
}
.colB {
	text-align: left;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 600px;
}
.pageSection {
	margin: 0;
	width: 600px;
}
.pageColA, .pageColB {
	float: left;
}
.pageColA {
	text-align: left;
	display: block;
	width: 340px;
	margin-right: 1px;
	padding-right: 5px;
	padding-left: 4px;
}
.pageColB {
	text-align: left;
	display: block;
	width: 250px;
	margin: 0;
	padding: 0;
}
.pageColImg {
	border: 1px solid black;
	padding: 1px;
}
#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 31px;
	width: 820px;
	margin: 0 auto;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	padding: 2px 0 0 0;
}
#footer a, #footer a:visited {
	color: #425ab3;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: underline;
}
fieldset.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: none;
	width: 600px;
}
label.contactLabel {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	position: relative;
	width: 125px;
	float: left;
}
input.contactField {
	border: solid 1px #000;
	color: #333;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 1px;
	height: 18px;
	width: 200px;
}
textarea.contactArea {
	border: solid 1px #000;
	color: #333;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 1px;
	height: 55px;
	width: 275px;
}
input.contactButton {
	color: #000;
	font-size: 11px;
	padding: 1px;
	margin-left: 135px;
}
.imageleft {
	float: left;
	margin: 2px 8px 2px 0;
}
.imageright {
	float: right;
	margin: 2px 0 2px 8px;
	padding: 1px;
	border: 1px solid #000;
}