body	{
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	background-color:#D4E1F9;
	color:#8E8E8E;
	font-family:Tahoma, Arial, sans-serif;
}

img {
	border:0px;
}
form	{
	margin:0px;
}
h1	{
	font-size:18px;
	color:#3F6E97;
}
h2	{
	font-size:14px;
	color:#3F6E97;
	font-weight:bold;
}
h3	{
	font-size:16px;
	font-weight:bold;
}






#main {
	display:block;
	width:936px;
	clear:both;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}




#left-column {
	width:212px;
	float:left;
	clear:left;
	display:table-cell;
	margin-top:74px;
	background-color:#8DBE24;
	font-weight:bold;
	color:#ffffff;
}
#action	{
	margin-left:150px;
	position:absolute;
	margin-top:-60px;
}





#right-column {
	width:724px;
	float:right;
	clear:right;
	display:table-cell;
	background-color:#FFFFFF;
}

/* padding left = 11   padding right 12  total width with both paddings factored in = 701 */

#header {
	display:table-row;
	width:724px;
	clear:both;
}
#navigation {
	display:table;
	margin-left:11px;
	height:29px;
	width:701px;
	border-bottom:4px solid #66CCFF;
	text-align:right;
	clear:both;
}
#graphic-area {
	display:block;
	margin-left:11px;
	margin-top:10px;
	width:701px;
	clear:both;
}
#quote-image {
	float:left;
	clear:left;
	display:table-cell;
}
#quote-text {
	float:right;
	clear:right;
	width:215px;
	height:157px;
	background-image:url(/images/quote-box.gif);
	background-repeat:no-repeat;
	display:table-cell;
	padding:7px;
	color:#FFFFFF;
	font-size:16px;
}
#spotlight-text {
	display:table;
	margin-left:11px;
	width:693px;
	background-image:url(/images/bar.jpg);
	background-repeat:repeat-x;
	height:24px;
	clear:both;
	padding-top:8px;
	padding-left:8px;
	margin-top:10px;
}
#spotlight-text a	{
	color:#689BC8;
	font-size:14px;
	text-decoration:none;
}
#spotlight-text a:hover {
	color:#3F6E97;
	font-size:14px;
	text-decoration:underline;
}


#content-area {
	display:block;
	margin-left:11px;
	margin-top:10px;
	width:701px;
	clear:both;
}
#content-text {
	float:left;
	clear:left;
	display:table-cell;
	width:448px;
}
#content-links {
	float:right;
	clear:right;
	width:233px;
	display:table-cell;
	background-color:#E7EEF4;
}
#content-links div {
	margin:10px;
}
#content-links a	{
	color:#689BC8;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#content-links a:hover	{
	color:#3F6E97;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:10px 5px 10px 5px;
}
/* makes labels bold */
.labels {
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
/* centers the continue button */
.continue-button {
	text-align:center;
}
/* you may modify the individual text areas with this */
.first-name, .last-name, .email {
	font-size:12px;
	width:160px;
	margin:5px 0 0 20px;
}
/* modifies the space around the continue button */
.continue-button input {
	padding-top:10px;
}
.cosigner, .cosigner-options {
	text-align:center;
}
#footer {
	display:table;
	width:724px;
	clear:both;
	height:28px;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	margin-top:40px;
	text-align:center;
	padding-top:10px;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#333333;
  font-size:11px;
}
#disclosures a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
	
	
/* Redirector No Dots */
#no-dots	{
	list-style:none;
}
a {
	color:#FAB321;
	text-decoration:none;
}
a:hover	{
	color:#FAB321;
	text-decoration:underline;
}