body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : #D1D1D1;
}

a
{	
	color : #2946A2;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : #9EAFFF;
	width : 100%;
}

.toptext
{
	position : absolute;
	border-top : 3px solid #96A3B6;
	border-bottom : 3px solid #96A3B6;
	top : 150px;
	left : 0px;
	width : 100%;
	background-color : #E6E6E6;
	font-size : 10px;
}

.toptext h1
{
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 195px;
	left : 5px;
	color : white;
	font-size : 14px;
}

.nav ul
{
	margin : 0px;
	padding : 0px;
}

#top
{
	color : black;
	background-color : white;
	font-weight : bold;
	padding : 5px;
}

.nav li
{
	list-style-type : none;
	margin : 5px;
	padding : 0px; 
	border-bottom : 1px solid #96A3B6;
	border-left : 5px solid #96A3B6;
}

.nav li a
{
	padding : 4px 4px 4px 4px;
	display : block;
}

.nav li a:hover
{
	background-color : white;
}

.content
{
	background-color : white;
	position : relative;
	margin : 197px 0px 10px 240px;
	padding : 5px 150px 10px 10px;
	
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 200px;
	right : 5px;
}


#form	{
   display:table;
   background-image:url(/images/form-bg.jpg);
   background-repeat:no-repeat;
   text-align:center;
   margin-top: 15px;
   height:276px;
   width:200px;
   padding: 55px 9px 0px 9px;
   color:#000000;
}

.service-type, .labels	{
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-align:left;
   margin-bottom:2px;
}
.service-select {
   display:table;
   font-size:12px;
   text-align:left;
   width: 200px;
   border:inset;
   border-color: #333333;
   margin-bottom:2px;
}
.first-name, .last-name, .email {
   display:table;
   font-size:12px;
   text-align:left;
   margin-bottom:2px;
}
.service-select select, .first-name input, .last-name input, .email input {
 	width:180px;
 	font-size:12px;
   	border:inset;
   	border-color: #333333;
}
.continue-button input {
   margin-top:4px;
}


#disclosures ul	{
	margin:0px;
	text-align:center;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}