body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : #2E6DD0;
	width : 100%;
}

.toptext
{
	position : absolute;
	color : #C50000;
	top : 275px;
	left : 5px;
	width : 175px;
}

.toptext h1
{
	font-size : 13px;
}

.nav
{
	position : absolute;
	top : 165px;
	left : 5px;
	background-color : #C50000;
	padding : 5px;
	width : 175px;
}

.nav a
{
	color : white;
	font-weight : bold;
}

.nav a:hover
{
	font-style : italic;
}
	
.content
{
	position : relative;
	margin : 165px 150px 10px 200px;
	border-width : 0px 1px 0px 1px;
	border-color : #E1E1E1 #E1E1E1 #E1E1E1 #E1E1E1;
	border-style : solid;
	padding : 5px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 165px;
	right : 5px;
}

#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}

#form	{
   display:table;
}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	background-color:#ffffff !important;
	margin-bottom:10px;
}

.service-select, .first-name, .last-name, .email {

}

.continue-button {
   margin-top:10px;
   margin-bottom:10px;
   margin-left:10px;
}