body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link { color: #4A6892; }
a:visited { color: #444444; }

h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4	{
	font-size:16px;	
	text-align:center;
	color:#0606FF;
	font-weight:bold;
	margin-left:20px;
}
	
.wrapper {
	position: relative;
	width: 701px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 60px;
	left : 160px;
	z-index: 1;
	color: white;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 140px;
	left : 200px;
	z-index: 1;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	}

.nav span {
	padding: 10px;
	line-height: 2em;
	}

.nav a {
	margin:0px 8px 0px 8px;
	text-decoration:underline;
	color:#FFFFFF;
	}

.nav a:hover {
	text-decoration: none;
	color:#333333;
	}

.content {
	position : absolute;
	top : 210px;
	left : 200px;
	width: 500px;
	line-height: 1.5em;
	color: #5B5D6A;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 210px;
	left : 0px;
	width: 180px;
	text-align : center;
	background-color: #D3D4D9;
	padding-bottom:10px;
	}
.ads a	{
	font-size:14px;
	color:#D77100;
	text-decoration:underline;
}
.ads a:hover	{
	text-decoration:none;
}
.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: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
#form	{
	display:block;
	position:relative;
	width:160px;
	padding:10px;
	margin:0px;
	margin-left:-15px;
	margin-bottom:10px;
		
	
}

.service-select, .first-name, .last-name, .email {
	width:140px;
	font-size:12px;
	margin-left:20px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:25px;
   }
#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;
}