body {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link { color: #3B7D00; }
a:visited { color: #214601; }

h1, h2, h3 { font-family : Georgia, "Times New Roman", serif; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 731px;  /* 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 : 25px;
	left : 320px;
	width: 410px;
	z-index: 1;
	color: #666666;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	font-size : 10px;
	line-height: 1.1em;
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 82px;
	left : 105px;
	z-index: 1;
	font-family : Georgia, "Times New Roman", serif;
	}

.nav span {
	padding-right: 15px;
	}
.nav a	{
	margin:0px 6px 0px 6px;
	color:#000000;
	text-decoration:none;
}
.nav a:hover	{
	text-decoration:underline;
}
.content {
	position : absolute;
	top : 120px;
	left : 0px;
	width: 500px;
}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.nav2 {
	position : absolute;
	top : 410px;
	left : 520px;
	width: 210px;
	}

.nav2 h3 {
	border-bottom: solid 2px #3B7D00;
	padding-bottom: 2px;
	}

.nav2 ul {
	padding-left: 0;
	margin-left: 1.5em;
	}

.nav2 li {
	border-bottom: solid 1px #999999;
	padding: 2px 0 2px 0;
	}

.nav2 a:link, .nav2 a:visited {
	text-decoration: none;
	}

.nav2 a:hover {
	text-decoration: underline;
	}

.ads {
	position : absolute;
	top : 120px;
	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: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
#form-bg	{
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:400px;
	float:right;
	position:relative;
	margin-left:15px;
	margin-top:120px;
}

#form	{
	float:right;
	display:block;
	width:212px;
	padding:10px;
	margin-top:80px;

}

.service-select	{
	width:190px;
	font-size:12px;
	margin-left:5px;
	margin-bottom:10px;
}

.first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-left:25px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:48px;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	margin-left:20px;
}
#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;
}