body {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a{ color: #8A3315; }
a:hover{ color: #385410; }

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4	{
	font-size:18px;
	color:#A83E1A;
	font-weight:bold;
	text-align:center;
	width:190px;
	
	}
	
.wrapper {
	position: relative;
	width: 721px;  /* 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 : 70px;
	left : 450px;
	width: 250px;
	z-index: 1;
	color: #ffffff;
	}

.toptext h1 {
	font-size : 14px;
	margin : 0px;
	padding-bottom : 10px;
	}

.toptext p {
	font-size: 12px;
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 255px;
	left : 0px;
	width: 721px;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	}

.nav span {
	padding: 10px;
	}

.nav a:link {	
	color: #FECF36;
	text-decoration: none;
	}
	
.nav a:visited {
	color: #FFFD7C;
	text-decoration: none;
	}

.nav a:hover {
	text-decoration: underline;
	}

.content {
	position : absolute;
	top : 280px;
	left : 0px;
	width: 471px;
	padding: 10px 10px 10px 240px;
	background: url("/images/fixedratecols.gif") repeat-y;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 290px;
	left : 10px;
	width: 200px;
	text-align : center;
	background-color:#DBDBDB !important;
	}
.ads a	{
	font-size:14px;
	color:#385410;
	text-decoration:none;
	}
.ads a:hover	{
	color:#8A3315;
}
.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;
	}


.support a	{
	margin:0px 5px 0px 5px;
	text-decoration:underline;
}
.support a:hover	{
	text-decoration:none;
}	
	
	
#form	{
	display:block;
	position:relative;
	width:160px;
	padding:10px;
	margin:0px;
	margin-bottom:20px;
		
	
}

.select-service, .select-property, .select-credit {
   display:table;
   width:160px;
	font-size:13px;
	margin-bottom:10px;
	background-color:#DBDBDB !important;
	margin-left:10px;
}
.labels	{
   font-size:13px;
}
.select-service select, .select-property select, .select-credit select {
   width:155px;
   font-size:13px;
}

.continue-button input {
   margin-top:10px;
}


#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;
}