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-image : url(/images/logo_bg.gif);
}

.toptext
{
	position : absolute;
	top : 5px;
	left : 465px;
	text-align : right;
	color:#FF2828;
	z-index : 6;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 91px;
	left : 0px;
	width : 100%;
	text-align : center;
	background-color : black;
	padding : 5px 0px;
	font-size : 13px;
	border-top : 1px solid #4F65B7;
	border-bottom : 1px solid #4F65B7;
	color : white;
	z-index: 5;
}

.nav a
{
	padding : 5px;
	color : white;
}

.nav a:hover
{
	color : #4F65B7;
}	


.content
{
	position : relative;
	margin : 135px 300px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 145px;
	right : 100px;
	width:160px;
}

.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;
}
.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	background-color:#FFFFFF !important;
	margin-bottom:10px;
}
.continue-button {
   margin-top:10px;
}

.get {
	color:#AB301B;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
}