body
{
	font-size : 12px;
	font-family : times new roman, serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : black;
	text-align : right;
}

.toptext
{
	position : absolute;
	top : 200px;
	left : 0px;
	width : 100%;
	background-color : #A00000;
	z-index : 3;
	color : white;
}

.toptext h1
{
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}
	
.nav
{
	position : absolute;
	top : 225px;
	left : 0px;
	width : 100%;
	background-color : #403D3A;
	text-align : center;
	font-size : 13px;
	padding : 5px 0px;
	border-bottom : 1px solid black;
}

.nav a
{
	color : white;
}

.content
{
	position : relative;
	margin : 245px 140px 15px 220px;
	padding : 10px;
}

.content-redirect	{
	position:absolute;
	margin : 235px 140px 15px 200px;
}

td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 255px;
	left:5px;
	width:210px;
	text-align : center;
}

#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}


.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:14px;
	display:block;
	background-color:#ffffff !important;
	margin-bottom:10px;
	margin-left:20px;
}


.continue-button {
}
.form {
	display:block;
	width:210px;
	clear:both;
	padding-top:2px;
	
}
.form h2 {
	color:#990000;
	font-size:24px;
	width:200px;
	
}