body
{
	font-size : 12px;
	font-family : times new roman, serif;
	padding : 0px;
	margin : 0px;
}
img {border:none}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 10px;
	left : 510px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	width : 100%;
	left : 0px;
	top : 150px;
	padding : 3px 0px;
	background-color : #B00000;
	text-align : center;
}

.nav a
{
	color : white;
	padding : 3px;
}

.content
{
	position : relative;
	margin : 175px 150px 10px 10px;
}
.content-redirect	{
	position:absolute;
	margin : 175px 0px 0px 190px;
}

td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 175px;
	left:5px;
}


.breadcrumbs
{
	text-transform : capitalize;
}

#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}


.form	{
   display:table;
   float:left;
   position:relative;
   padding:10px;
}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:14px;
	background-color:#ffffff !important;
	margin-bottom:10px;
	display:block;
	margin-right:10px;
}

.service-select, .first-name, .last-name, .email {

}

.continue-button {
   margin-top:10px;
   margin-left:10px;
}