﻿body {
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ad011b;
	font-family: "Trebuchet MS","Tahoma";
	margin:0px;
	padding:0px;
}
.wrapper {
	width: 889px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.logo {
	float: left;
	width: 233px;
	height: 84px;
}
.topArea {
	background-color:white;
}
.topAreaWrap {
	width: 889px;
	margin: 0 auto;
}
.banner {
	float: right;
	width: 646px;
	height: 84px;
}
.content {
	margin-top:10px;
	background-color: white;
	padding: 30px;
	background-image: url('../images/bgtop.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	border: 3px #b1000d solid;
}
.content h2 {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #6d6e71;
}
#main_body .form_description p {
	font-size: 15px;
	font-weight: bold;
	color: #ad001a;
	text-align: center;
	margin-top: 10px;
	line-height: 1.1em;
}
.footer {
	margin-top:20px;
}

.footer p.links {
	font-size:15px;
	color:white;
}

.footer p.links a:link, .footer p.links a:visited {
	color:white;
	text-decoration:none;
}
.footer p.links a:hover {
	text-decoration:underline;
	color:#66000a;
}


.footer p.icons img {
 border:0px;
}

#main_body form .section_break h3 {
	font-weight:bold !important;
	text-transform:uppercase !important;
	color:black !important;
}

.form_success a:link, .form_success a:visited {
	display:block;
	font-size:12px;
	color:black;
}
