body {
	font-size : 11px;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background: url(/images/letdebtdie-bg.gif) repeat-x #E9F1C8;
	}

a:link { color: #476136; }
a:visited { color: #666666; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 711px;  /* 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 : 30px;
	right : 10px;
	width: 350px;
	z-index: 1;
	font-size: 18px;
	color: #D3E391;
}

.toptext p {
	margin : 0px;
	padding : 0px;
}

.nav {
	position : absolute;
	top : 180px;
	left : 0px;
	width: 711px;
	text-align:center;
	z-index: 1;
	color: #ffffff;
	font-size: 14px;
}

.nav span {
	padding: 10px;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #D3E391;
}

.nav a:hover {
	text-decoration: none;
	color: #E9F1C8;
}

.content {
	position : absolute;
	top : 200px;
	left : 0px;
	width: 700px;
	padding: 20px 0px 0 10px;
	background-color: #D3E391;
	border: solid 1px #476136;
}

.content img {
	padding: 10px;
}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 210px;
	right : 5px;
	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: 180px;
	margin-left:10px;
}
.prop h2 {
	font-size:18px;
	color:#006600;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
	
.service-select, .first-name, .last-name, .email {
	width:160px;
	font-size:12px;
	background-color:#FFFFFF !important;
	margin-bottom:10px;
}
.continue-button {
   margin-top:10px;
   margin-left:20px;
}
#disclosures {
	text-align:center;
	display:block;
	clear:both;
	width:100%;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {	
	display:inline;
	margin-right:10px;
}