body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : #E1E1E1;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	border-bottom : 4px solid #310276;
	background-color : white;
}

.toptext
{
	position : absolute;
	background-color : white;
	top : 135px;
	left : 5px;
	font-size : 9px;
	width : 195px;
}

.toptext h1
{
	font-size : 10px;
}

.nav
{
	background-color : #310276;
	padding : 5px;
	font-weight : bold;
	width : 185px;
}

.nav a
{
	color : #E1E1E1;
}

.nav a:hover
{
	color : #FFAE00;
}

.content
{
	position : relative;
	margin : 127px 225px 10px 215px;
	background-image : url(/images/bg.gif);
	border : 2px solid #310276;
	padding : 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 135px;
	right : 5px;
}

.seal
{
	position : absolute;
	top : 5px;
	right : 5px;
}


#form	{
   display:table;
   position:absolute;
   top:135px;
   right: 0px;
   background-image:url(/images/form-bg.jpg);
   background-repeat:no-repeat;
   text-align:left;
   margin-top: 0px;
   height:276px;
   width:200px;
   padding: 55px 9px 0px 9px;
}

.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: 165px;
   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:160px;
 	font-size:12px;
   	border:inset;
   	border-color: #333333;
}
.continue-button input {
   margin-top:4px;
   margin-left:45px;
}


#disclosures ul	{
	margin:0px;
	text-align:center;
}
#disclosures ul li {  
  display:inline;
  margin-right:2px;
}