body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	font-style : italic;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 5px;
	left : 600px;
	font-size : 15px;
	font-weight : bold;
	z-index : 5;
}

.content
{
	position : relative;
	margin : 210px 150px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 210px;
	right : 4px;
}


.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:block;
	float:left;
	width:220px;
	padding:10px;
	margin:20px 20px 20px 0px;
	text-align:center;
}
.service-select {
	width:180px;
	font-size:11px;
	margin-bottom:10px;
}
.first-name, .last-name, .email {
	width:180px;
	margin-bottom:10px;
	font-size:12px;
}
.continue-button {
   margin-top:10px;
}
