body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}


h1
{
	margin : 0px;
	padding : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	left : 5px;
	top : 400px;
	width : 250px;
	padding : 10px;
	background-color : #E1E1E1;
}

.nav
{
	position : absolute;
	left : 5px;
	top : 215px;
	font-size : 15px;
	letter-spacing : 2px;
	font-weight : bold;
	border-bottom : 1px solid black;
}

.nav a
{
	color : black;
}

.content
{
	position : relative;
	margin : 10px 10px 10px 360px;
	border-left : 5px solid #E1E1E1;
	padding-left : 10px;
}


td
{
	font-size : 12px;
}
#disclosures {
	display:block;
	clear:both;
	text-align:center;
	width:100%;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
#form {
	display:block;
	float:left;
	width:200px;
	text-align:center;
	margin-right:40px;
}
.service-select, .first-name, .last-name, .email {
	width:180px;
	font-size:12px;
	padding:2px;
	margin-bottom:8px;
	background-color:#99FFCC !important;
}
.continue-button {
   margin-top:10px;
}
.start {
	font-size:20px;
	font-weight:bold;
	color:#99CC99 !important;
}