body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : #E1E1E1;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : #ADC0A9;
	width : 100%;
}

.toptext
{
	position : absolute;
	z-index : 6;
	top : 10px;
	left : 475px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	width : 100%;
	background-color : black;
	text-align : center;
	border-width : 1px 0px 1px 0px;
	border-color : white;
	border-style : solid;
	top : 91px;
	left : 0px;
	padding : 5px 0px;
	z-index : 5;
	color : white;
	
}

.nav a
{
	color : white;
	padding : 5px;
}

.nav a:hover
{
	color : #ADC0A9;
}

.content
{
	position : relative;
	background-color : white;
	margin : 115px 150px 15px 0px;
	padding : 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 118px;
	right : 5px;
	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:12px;
	background-color:#CCCCCC !important;
	margin-bottom:10px;	
}
.continue-button {
   margin-top:10px;
}
.form {
	width:200px;
	display:block;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
}
.get {
	color:#4e7aa3;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
