body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-image : url(/images/bg.gif);
	background-repeat : repeat-y;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #2E487B;
}
a	{
	text-decoration:underline;
} 
a:hover	{
	text-decoration:none;
}
.toptext
{
	position : absolute;
	background-color : white;
	padding : 5px;
	top : 200px;
	left : 10px;
	width : 160px;
	border : 1px solid black;
	
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	padding : 3px;
	background-color : #E1E1E1;
}
.nav a	{
	text-decoration:none;
}
.nav a:hover	{
	text-decoration:underline;
}
.content
{
	position : relative;
	margin : 200px 220px 10px 215px;
}


td
{
	font-size : 12px;
}
h4	{
	font-size:16px;
	color:#790626;
}
.ads
{
	position : absolute;
	text-align : center;
	top: 200px;
	right : 15px;
}
.ads a	{
	font-size:14px;
	text-decoration:none;
	color:#542464;
}
.ads a:hover	{
	text-decoration:underline;
}

.breadcrumbs
{
	text-transform : capitalize;
}
#form	{
	display:block;
	position:relative;
	width:160px;
	padding:0px 10px 10px 10px;
	margin:0px;
	margin-left:-5px;
		
	
}

.service-select, .first-name, .last-name, .email {
	width:140px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}

.continue-button {
	margin-top:0px;
}

#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;
}