body {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #FFF8E5;
	line-height: 1.3em;
	}

a:link { color: #365396; }
a:visited { color: #; }

h1, h2, h3 { 
	color: #7D6630; 
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	}

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 741px;  /* 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 : 15px;
	left : 20px;
	width: 190px;
	z-index: 1;
	color: #FFF8E5;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding-bottom: 5px;
	color: #FFF8E5;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 180px;
	left : 560px;
	width: 160px;
	z-index: 1;
	color: #ffffff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	}

.nav a:link {
	color: #EEE4CD;
	text-decoration: none;
	}

.nav a:visited {
	color: #FFF8E5;
	text-decoration: none;
	}
	
.nav a:hover {
	text-decoration: underline;
	}	
.nav h2 {
	text-align:center;
	}
	
.content {
	position : absolute;
	top : 177px;
	left : 0px;
	width: 521px;
	padding: 10px 220px 0 0px;
	background: url(/images/clc-bg.gif) repeat-y;
	border-bottom: solid 1px #243865;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 10px;
	left : 270px;
	text-align : center;
	z-index: 1;
	}

.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;
  	
	}

#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}

#get-started-today	{
   display:table;
}

.first-name, .last-name, .email {
   width:160px;
   font-size:12px;
   margin-top:10px;
   background-color:#ffffff !important;
   
}
.check-01, .check-02, .check-03, .select-amount {
   display:none;
}

.check-04	{
	margin-bottom:10px;
	margin-top:10px;
	}
	
.continue-button input {
   margin-top:10px;
   margin-bottom:20px;
   margin-left:8px;
}
