body
{
	font-size : 12px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	padding : 0px;
	margin : 0px;
	background-image: url("/images/bg.gif");
	background-color: #d2dae7;
	background-repeat: repeat-y;
}

h1, h2, h3
{
	color: #003366;
	font-variant: small-caps;
	font-family: Georgia, Times, serif;
}

a	{
	color:#938B00;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
	
}

.logo
{
	position : absolute;
	top : 0px;
	left : 10px;
}

.toptext
{
	position : absolute;
	top: 430px;
	left: 10px;
	width: 270px;
	color: #fff8dc;
	
}

.toptext h1
{
	font-size : 13px;
	margin : 0px;
	padding : 10px 10px 0 10px;
	color: #fff8dc;
}

.toptext p
{
	margin : 0px;
	padding : 10px;
	font-size: 11px;
}

.nav
{
	position : absolute;
	top: 300px;
	left: 10px;
	width: 268px;
	background-color: #fff8dc;
	border-right: 1px solid #336699;
	border-left: 1px solid #336699;
	color: #336699;
	
}

.nav ul
{
	padding-top: 10px;
}

.nav li
{
	padding: 5px;
	list-style-type: square;
	
}

.nav a
{
	color: #336699;
}

.nav a:visited
{
	color: #8da2c1;
}

.content
{
	position : absolute;
	top: 80px;
	left: 300px;
	width: 460px;
	padding-bottom:10px;
	
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top: 10px;
	left: 290px;
	text-align : center;
}

.breadcrumbs
{
	text-transform : capitalize;
	font-size: 10px;
}
#form	{
	display:block;
	width:212px;
	padding:10px;
	margin-top:15px;

}

.service-select	, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-left:40px;
	margin-bottom:8px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:55px;
}
#disclosures	{
	display:table;
	clear:both;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}