body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link { color: #003366; }
a:visited { color: #; }

h1, h2, h3 { font-family: "Times New Roman", serif; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 760px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}
a	{
	color:#474F4F;
}
.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 140px;
	right : 59px;
	width: 520px;
	z-index: 1;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	font-size: 14px;
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	display:table;
	top : 220px;
	left : 0px;
	width: 750px;
	background-color: #474F4F;
	padding: 5px;
	}
.nav td	{
	text-align:center;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

.nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

.nav span {
	padding: 10px;
	}

.content {
	position : absolute;
	top : 280px;
	left : 200px;
	width: 540px;
	padding: 0 0 20px 20px;
	border-left: solid 2px #474F4F;
	line-height: 1.5em;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 280px;
	left : 0px;
	text-align : center;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 550px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
#disclosures ul	{
	margin:0px;
	text-align:center;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#b-section	{
	position: absolute;
	diplay:block;
	top: 280px;
	width:758px;
	margin: 0px 0px 0px 2px;
}
#right-col	{
	display:block;
	width: 510px;
	float:right;
	top : 280px;
	left : 200px;
	padding: 0px 4px 20px 20px;
	border-left: solid 2px #474F4F;
	line-height: 1.5em;
	text-align:left;
}
#left-col	{
	display:block; 
	width:220px;
	float:left;
}
#form-bg	{
	background-image:url(/images/form-bg.jpg);
	width: 216px;
	height: 272px;
	margin-bottom: 10px;
}
#form	{
   display:table; 
   width: 200px;
   padding: 50px 8px 0px 8px;
}
#rel-links	{
	display:table;
}
.htable td	{
	text-align:left;
	font-size: 11px;
	margin-top: 10px;
}

.header	{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color: #474F4F;
}

.service-type, .labels	{
   font-size:14px;
   font-family:"Times New Roman", Times, serif;
   font-weight:bold;
   text-align:left;
   margin-bottom:2px;
}
.service-select {
   display:table;
   font-size:12px;
   text-align:left;
   width: 200px;
   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:180px;
 	font-size:12px;
   	border:inset;
   	border-color: #333333;
	
}
.service-select select:hover, .first-name input:hover, .last-name input:hover, .email input:hover {

}
.continue-button	{
	text-align:center;
}
.continue-button input {
   margin-top:10px;
}
