body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #BFB17C;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.toptext
{
	position : absolute;
	left : 475px;
	top : 3px;
	font-size : 10px;
	z-index : 6;
	margin : 4px;
}

.toptext h1
{
	font-size : 11px;
}

.nav
{
	position : absolute;
	background-color : #7F785F;
	top : 90px;
	left : 0px;
	width : 100%;
	padding : 5px 0px;
	text-align : center;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	z-index : 5;
}

.nav a
{
	text-decoration:underline;
	color : black;
}
.nav a:hover	{
	text-decoration:none;
}
.content
{
	position : relative;	
	margin : 115px 190px 50px 15px;
	border-right : 3px solid #ADC0A9;
	padding : 10px;
}


td
{
	font-size : 12px;
}
h4	{
	color:#BE00AE;
	font-size:14px;
}
.ads
{
	position : absolute;
	top : 120px;
	right : 10px;
	background-color : #CCCDCC;
	width:170px;
	text-align:center;
}
#form	{
	display:block;
	margin-left:0px;
	padding-top:5px;

		
	
}
.service-select	{
	width:153px;
	font-size:12px;
	margin-bottom:8px;
  
   
}
.first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-bottom:8px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:5px;
   margin-top:0px;
 }
 
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:15px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}