body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	font-size: 12px;
}
.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #000000;
}
.border {
	background-image: url(images/borders.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	width: 818px;
	font-size: 10px;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #000;
}

.textnav {
	font-size: 12px;
	margin-top: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #D80000;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 772px;
}
a {
	color: #0066D8;
}
a:hover {
	color: #1EA9F7;
	text-decoration: none;
}
.bottom {
	height: 23px;
	width: 818px;
}
.content {
	padding-right: 5px;
	padding-left: 5px;
	width: 243px;
	margin-bottom: 10px;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	text-align: left;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0066D8;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #D70000;
}
/* Contact Us Form formatting  */
.Contact_Us label {
	background: none;
	color: #000000;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
}
.captcha label {
	background: none;
	float: left;
	width: 120px;
	padding: 3px;
	margin-right: 5px;
}
form.Contact_Us {
	width: 400px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #999999;
	color: #000000;
	background: none;
}
.Contact_Us input {
	width: 150px;
	border: 1px solid #999999;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
.Contact_Us br {
	margin: 0px;
	clear: left;
}
input.submit  {
	background-color: #2b3a76;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
	width: 140px;
}
.redtext {
	color: #FF0000;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 15px;
}
.captcha input {
	height: 24px;
	padding-top: 10px;
}

/* Marketing DIV Formatting  */
.marketing {
	cursor: default;
	line-height: 2px;						
	font-size: 2px;
}
.marketing a {
	margin: 0px;
	padding: 0px;
	cursor: default;
}
.marketing img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* "Blacklink" class for unobtrusive links  */

a.blacklink {
color:#000;
text-decoration:none;
}

a.blacklink:hover {
cursor:text;
}
