body
{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : #7C828A;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-image : url(/images/bg.gif);
}

.toptext
{
	position : absolute;
	top: 39px;
	left : 0px;
	font-size : 9px;
	border-bottom : 4px solid #7C828A;
	width : 100%;
	z-index : 5;
	background-color : white;
}

.toptext h1
{
	font-size : 9px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	color : white;
	position : absolute;
	font-size : 13px;
	top : 85px;
	left : 4px;
	width : 200px;
	line-height : 25px;
	background-color : #656C78;
}

.nav a
{
	color : white;
	border-bottom : 1px solid black;
 	padding : 5px;
 }
 
 .nav a:hover
 {
 	color : black;
 }
 
.content
{
	position : relative;
	margin : 65px 0px 0px 220px;
	border-width : 1px 0px 0px 1px;
	border-style : solid;
	border-color : black;
	padding : 0px 150px 10px 10px;
	background-color : white;
}

.ads
{
	position : absolute;
	top : 75px;
	right : 5px;
}
.service-select, .first-name, .last-name, .email {
	width:160px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
	margin-left:10px;
}
.continue-button {
   margin-top:10px;
   margin-left:30px;
   margin-bottom:20px;
}
.get {
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	margin-left:15px;
}
#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}