body
{
	font-size : 12px;
	font-family : times new roman, serif;
	padding : 0px;
	margin : 0px;
	background-color : #D1D1D1;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #D6CF85;
	text-align : center;
}

.toptext
{
	position : absolute;
	top : 163px;
	left : 0px;
	z-index : 5;
	background-color : #EFEBC3;
	border-color : #907E4F;
	border-style : solid;
	border-width : 3px 0px 3px 0px;
	font-size : 10px;
	width : 100%;
	padding : 5px 0px;
}

.toptext h1
{
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	background-color :  #484848;
	border-width : 1px 0px 1px 1px;
	border-color : black black;
	border-style : solid;
	top : 210px;
	left : 3px;
	padding : 5px;
	width : 150px;
}

.nav a
{
	color : #E1E1E1;
}

.content
{
	position : relative;
	background-color : white;
	margin : 190px 140px 15px 165px;
	padding : 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 210px;
	right : 3px;
	text-align : center;
}
#disclosures {
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#form {
	position:relative;
	display:table;
	float:right;
	width:280px;
	text-align:center;
	border:1px solid #333333;
	margin:15px 10px 10px 10px;
	padding:10px;
	background-color:#CCCCCC;
	z-index:6;
	
}
#form img {
	vertical-align:top;
	clear:both;
}
.service-select {
	width:230px;
	background-color:#FFFFFF !important;
	font-size:14px;
	margin-top:12px;
	
} 
.first-name, .last-name, .email {
	width:180px;
	font-size:14px;
	background-color:#FFFFFF !important;
	margin-top:12px;
}
.continue-button {
   margin-top:15px;
}