body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : black;
}
a	{
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.toptext
{
	position : absolute;
	top : 5px;
	left : 600px;
	color : white;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 200px;
	left : 0px;
	width : 100%;
	text-align : center;
	padding : 5px 0px;
	background-color : #A64207;
	color : white;
	font-weight : bold;
}

.nav a
{
	color : #F8C81A;
	padding : 5px;
	font-weight : bold;
	text-decoration : none;
}

.nav a:hover
{
	background-color : #873607;
}

.content
{
	position : relative;
	margin : 235px 210px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 235px;
	right : 15px;
	width:190px;
	background:#A64207;
}


.breadcrumbs
{
	text-transform : capitalize;
}
.support a	{
	margin:0px 5px 0px 5px;
	text-decoration:underline;
}
.support a:hover	{
	text-decoration:none;
}

#form	{
	display:block;
	position:relative;
	width:180px;
	padding:4px 10px 10px 10px;
	margin:0px;
	margin-left:-4px;
	
}
h4	{
	color:#E6B906;
	font-size:18px;
}
.service-select, .first-name, .last-name, .email {
	width:160px;
	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;
}