/* CSS Document */


body {
	background-color: #183152;
	margin: 0 auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}

a {
	color: #FC0;
	text-decoration: none;
}

a:hover {
	color: #FC0;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	font-weight: 300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 7px 0;
}

.img-border {
	border: solid 1px #000000;
}

.small-font {
	font-size: 12px;
}

.input-field {
	width: 200px;
	height: 20px;
	border: solid 1px #006;
	padding: 2px;
	background-color: #73AEFF;
	margin-bottom: 3px;
}

.input-small {
	width: 50px;
	height: 20px;
	border: solid 1px #006;
	padding: 2px;
	background-color: #73AEFF;
	margin-bottom: 3px;
}

.input-large {
	width: 350px;
	height: 20px;
	border: solid 1px #006;
	padding: 2px;
	background-color: #73AEFF;
	margin-bottom: 3px;
}

.drop {
	width: 200px;
	margin-bottom: 3px;
}

.drop-small {
	width: 50px;
	margin-bottom: 3px;
}

.text-field {
	width: 200px;
	height: 150px;
	border: solid 1px #006;
	padding: 2px;
	background-color: #73AEFF;
	margin-bottom: 3px;
}

.submit-btn {
	border: solid 1px #006;
	padding: 2px;
	background-color: #73AEFF;
	font-size: 15px;
}

#statement {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#wrapper {
	margin: 0 auto;
	width: 939px;
}

#nav-bottom {
	height: 9px;
	background-image: url(images/nav-btm-border.gif);
	background-repeat: repeat-x;
	font-size: 0px;
}

#content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
	background-color: #539EDF;
	overflow: hidden;
	padding: 20px;
	font-size: 14px;
}

#left-content {
	margin-right: 20px;
	width: 390px;
	float: left;
}

#left-content-sub {
	margin-right: 20px;
	width: 200px;
	float: left;
}

#right-content {
	float: left;
	width: 489px;
}

#right-content-sub {
	float: left;
	width: 679px;
}

#spacer {
	height: 1px;
	font-size: 0px;
	clear: both;
}

#site-bottom {
	height: 12px;
	background-image: url(images/site-btm-border.gif);
	background-repeat: repeat-x;
}

#contact-left {
	margin-right: 20px;
	width: 440px;
	float: left;
}

#contact-right {
	float: left;
	padding-top: 35px;
	width: 439px;
}

#footer {
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 10px;
}

#footer a {
	color: #5097DC;
}

#footer a:hover {
	color: #2464AA;
	text-decoration: none;
}
.border-img { margin:0 7px 15px 7px; border:solid 5px #d2eaff; }
.repeat     { background:url(images/repeat.jpg) repeat-x bottom; }