body
{
	font-size : 12px;
	font-family : times new roman, serif;
	padding : 0px;
	margin : 0px;
	background-color : #EDD8F1;
	color : #A14FBD;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #D8DDF1;
}

.toptext
{
	position : absolute;
	z-index : 5;
	top : 5px;
	left : 525px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 20px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	width : 100%;
	background-color : #E67DED;
	top : 170px;
	left : 0px;
	padding : 5px 0px;
	text-align : center;
}

.nav a
{	
	color : white;
	text-decoration : none;
	padding : 5px;
	font-size : 13px;
}

.nav a:hover
{
	font-style : italic;	
}

.content
{
	position : relative;
	margin : 210px 220px 10px 10px;


}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 210px;
	right : 15px;
}


.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;
   text-align:center;

}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	background-color:#ffffff !important;
	margin-bottom:10px;
	display:block;
}

.service-select	{
	width:180px;
}

.continue-button {
   margin-top:10px;
   margin-bottom:10px;
}