body
{
	font-size : 12px;
	font-family : times new roman, serif;
	padding : 0px;
	margin : 0px;
	background-color : #E1E1E1;
	
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : white;
	width : 100%;
	z-index:1;
}

.toptext
{
	position : absolute;
	font-size : 11px;
	top : 100px;
	left : 300px;
	z-index:2;

}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 178px;
	border : 3px solid #865332;
	border-right : 0px;
	border-left : 0px;
	width : 100%;
	text-align : center;
	background-image : url(/images/bb.gif);
	padding : 5px 0px;
	font-size : 15px;
	color : #E1E1E1;
	z-index:4;

}

.nav a
{
	color : white;
}

.content
{
	position : relative;
	background-image : url(/images/bg.gif);
	margin : 200px 150px 50px 0px;
	padding : 10px;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
	z-index:3;
}


td
{
	font-size : 12px;
}

.ads
{	
	position : absolute;
	top : 215px;
	right : 5px;
}

#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:5;
	
}
.service-select {
	width:230px;
	background-color:#FFFFFF !important;
	font-size:14px;
	
} 
.first-name, .last-name, .email {
	width:180px;
	font-size:14px;
	background-color:#FFFFFF !important;
	margin-top:12px;
}
.continue-button {
   margin-top:15px;
}