body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link {
	color: #3A4388;
	}
a:visited {
	color: #333333;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 12px;
	font-style: italic;
	}

h4	{
	color:#DC6E23;
	font-size:16px;
	font-weight:bold;
}
	
.wrapper {
	position: relative;
	width: 721px;
	margin: 0 auto;
	text-align: justify; /* reset left-align */
	}
	
.logo
{
	position : absolute;
	top : 20px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 160px;
	left : 0px;
	width: 180px;
	text-align: justify;
}

.toptext h1, .toptext h2
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.boiler {
	position: absolute;
	top: 110px;
	left: 0px;
	z-index: 1;
	text-align: center;
	}

.boiler span {
	padding: 55px;
	}
.boiler a, .boiler a:visited {
	text-decoration: none;
	color: #333333;
	}

.nav span
{
	line-height: 18px;
}

.content
{
	position : absolute;
	top : 140px;
	left : 200px;
}


td
{
	font-size : 12px;
}



.breadcrumbs
{
	text-transform : capitalize;
}

.linkbox
{
	width: 95%;
	background-color: #ffffff;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	text-align: left;
}
#form	{
	display:block;
	position:relative;
	width:160px;
	padding:10px;
	margin:0px;
	
		
	
}

.service-select, .first-name, .last-name, .email {
	width:140px;
	font-size:12px;
	margin-left:5px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:7px;
   margin-top:-5px;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}
