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/bg.gif);
}

.toptext
{
	position : absolute;
	color : white; 
	top : 10px;
	right : 10px;
	width : 400px;
	text-align : right;
	z-index : 5;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 132px;
	left : 74px;
	border : 3px solid #4C3A14;
	background-color : #645F46;
	padding : 5px;
	z-index : 6;
}

.nav a
{
	color : white;
	padding : 5px;
}

.nav a:hover
{
	background-color : #4C3A14;
}

.content
{
	position : relative;
	border-left : 74px solid #394C06;
	border-bottom : 1px solid black;
	margin : 130px 0px 10px 0px;
	padding : 45px 140px 10px 10px;
	background-color : #C2CAAE;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 150px;
	right : 5px;
	text-align : center;
	background-color : #E1E1E1;
}
.service-select, .first-name, .last-name, .email {
	width:200px;
	font-size:12px;
	background-color:#FFFFFF !important;
	border:1px solid #003300;
	padding:2px;
	margin-right:10px;
	margin-bottom:10px;
}
.continue-button {
   margin-left:10px;
}
.get {
	color:#003300;
	font-size:18px;
	font-weight:bold;
}
	
#disclosures {
	display:block;
	clear:both;
	text-align:center;
	width:100%;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
	