body
{
	font-size : 12px;
	font-family : Georgia, "Times New Roman", serif;
	padding : 0px;
	margin : 0px;
}

h1, h2, h3
{
	font-family: Helvetica, Arial, sans-serif;
	color: #a50143;
}

a:link
{
	color: #56033A;
}

a:visited
{
	color: #6F0242;
}


.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 195px;
	left : 10px;
	background-color: #F9D9DA;
	padding: 10px;
	width: 200px;
	border-top: 1px solid #A50143;
	border-bottom: 1px solid #A50143;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 155px;
	left : 10px;
	z-index: 1;
	width: 740px;
	text-align: center;
	font-size: 11px;
}

.nav span
{
	padding: 0 5px;
}

.nav a, .nav a:visited
{
	color: #A50143;
}

.content
{
	position : absolute;
	top : 195px;
	left : 240px;
	width: 500px;
	border-left: 1px solid #A50143;
	padding-left: 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 310px;
	left : 40px;
	text-align : center;
}


.breadcrumbs
{
	text-transform : capitalize;
}

#form	{
   display:table;
   background-image:url(/images/form-bg.jpg);
   background-repeat:no-repeat;
   text-align:center;
   margin-top: 15px;
   height:276px;
   width:182px;
   padding: 55px 9px 0px 9px;
   color:#FFFFFF;
}

.service-type, .labels	{
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-align:left;
   margin-bottom:2px;
}
.service-select {
   display:table;
   font-size:12px;
   text-align:left;
   width: 180px;
   border:inset;
   border-color: #333333;
   margin-bottom:2px;
}
.first-name, .last-name, .email {
   display:table;
   font-size:12px;
   text-align:left;
   margin-bottom:2px;
}
.service-select select, .first-name input, .last-name input, .email input {
 	width:160px;
 	font-size:12px;
   	border:inset;
   	border-color: #333333;
}
.continue-button input {
   margin-top:4px;
}


#disclosures ul	{
	margin:0px;
	text-align:justify;
}
#disclosures ul li {  
  display:inline;
  margin-right:2px;
}