body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#EEA934;
		
}
table.bg {
	background:#FFFFFF;
}
div.title {
	text-align:center;
	padding-left:450px;
	padding-top:75px;
	color:#FFFFFF;
	font-size:19px;
	margin:0px;
	
}
td.main-image {
	background-image:url(/images/main-image.jpg);
	background-repeat:no-repeat;
	height:230px;
	vertical-align:top;
}	
td.left-border {
	background-image:url(/images/left.gif);
	background-repeat:repeat-y;
	width:25px;
}
td.right-border {
	background-image:url(/images/right.gif);
	background-repeat:repeat-y;
	width:26px;
}
#nav {
	text-align:right;
	vertical-align:top;
	font-size:11px;
	font-weight:bold;
}
#nav a {
	color:#488DC4;
	text-decoration:none;
}

td.apply-box {
	width:213px;
	vertical-align:top;
	padding-top:20px;
	height:288px;
	
}
h1 {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#488DC4;
}
h2 {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#488DC4;
}
h3 {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#488DC4;
}
p {
	line-height:18px;
}
#footer-links {
	background-image:url(/images/link-bg.jpg);
	background-repeat:repeat-x;
	height:111px;
	padding:10px;
}
#footer-links a {
	color:#488DC4;
	text-decoration:none;
}
#footer-links td {
	vertical-align:top;
	display:table-cell;
}
td.content {
	padding-bottom:20px;
	padding-left:20px;	
	padding-right:20px;
	padding-top:20px;
	vertical-align:top;
}
td.top {
	vertical-align:top;
}
td.form-area {
	width:213px;
	background-image:url(/images/apply-box.jpg);
	background-repeat:no-repeat;
	background-color:#DFE6A3;
	padding-top:70px;
	height:210px;
}

.select {
	padding-bottom:12px;
	text-align:center;
}
.footer {
	background-image:url(/images/bottom.gif);
	height:60px;
	width:773px;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures a {
	color:#000000;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
}

/* creates illusion of cellpadding on all td's */
#mortgage-loan-form td {
	padding:5px;
}




/* makes labels for all fields bold */
.form-01, .form-03, .form-05 {
	font-weight:bold;
}




/* centers all form elements */
#mortgage-loan-form td {
	text-align:center;
}




/* modifies the drop-down menus */
.select-01, .select-02, .select-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}
.form-01, .form-03, .form-05 {
   font-size:12px;
   text-align:center;
}
.form-02, .form-04, .form-06 {

}
.form-02 select, .form-04 select, .form-06 select {
   width:160px;
   font-size:12px;
   margin:8px 0px 8px 26px;
}
.form-02 select:hover, .form-04 select:hover, .form-06 select:hover {

}
.form-07 input {
   margin:10px 0px 0px 40px;
}
