body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : #032A8F;
	width : 100%;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.toptext
{
	position : absolute;
	right : 4px;
	top : 4px;
	width : 200px;
	z-index : 5;
	color : white;
}

.nav
{
	position : absolute;
	top : 221px;
	left : 0px;
	width : 100%;
	padding : 5px 0px;
	text-align : center;
	background-color : #666666;
	z-index : 6;
}

.nav a
{
	color : white;
	padding : 9px;
}

.nav a:hover
{
	background-color : black;
}

.content
{
	position : relative;
	margin : 245px 150px 10px 230px;
	padding : 10px;
}


td
{
	font-size : 12px;
}

.nav2
{
	position : absolute;
	left : 2px;
	top : 245px;
	width : 190px;
	padding : 5px;
	background-color : #E1E1E1;
	border-bottom : 1px solid black;
	border-right : 1px solid black;
	
}
h4	{
	color:#FF9966;
	font-size:16px;
	margin-left:17px;
}
.ads
{
	position : absolute;
	top : 255px;
	right : 5px;
	text-align : center;
}
#form	{
	display:block;
	position:relative;
	width:200px;
	
	
}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
	margin-left:15px;
}

.continue-button {
   margin-left:30px;
   
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}