body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}
td.link-upl {
	background-image:url(/images/nav-left-up.jpg);
	width:20%;
	background-repeat:no-repeat;	
	text-align:center;
	display:table-cell;
	height:28px;
	vertical-align:middle;
}
td.link-upl:hover {
	background-image:url(/images/nav-left-down.jpg);
	background-repeat:no-repeat;
}
td.link {
	background-image:url(/images/nav-up.jpg);
	background-repeat:repeat-x;
	text-align:center;
	display:table-cell;
	height:28px;
	vertical-align:middle;
	width:20%;
}
td.link:hover {
	background-image:url(/images/nav-down.jpg);
	background-repeat:repeat-x;
}
td.link-upr {
	background-image:url(/images/nav-right-up.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-align:center;
	width:20%;
	display:table-cell;
	height:28px;
	vertical-align:middle;	
}
td.link-upr:hover {
	background-image:url(/images/nav-right-down.jpg);
	background-repeat:no-repeat;
}
#nav a {
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;	
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
#nav a:hover {
	color:#000000;
	text-decoration:underline;
	font-size:13;
}
#nav-bg {
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
	height:77px;
	width:810px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	
}
#nav-bg table {
	margin-top:49px;
}
#image {
	margin-top:8.5px;
}

td.content {
	padding:40px;
	vertical-align:top;
	line-height:18px;
}
p {
	margin:5px;
}
h1 {
	font-size:24px;
	color:#8C0B18;
	font-style:italic;
	padding-bottom:8px;
	border-bottom:1px #010101 dotted;
}
h2 {
	color:#5C8F8A;
	font-size:18px;
}
#form-space {
	background-image:url(/images/form.jpg);
	background-repeat:repeat-y;
	text-align:center;
	font-size:14px;
}
select {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	text-align:center;
	
}
#form-side {
	vertical-align:top;
	padding-top:15px;
}
#footer {
	background-image:url(/images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-color:#595240;
	width:100%;
	height:200px;
}

/* creates illusion of cellpadding on all td's */
#mortgage-loan-form td {
	padding:5px;
}
.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 0px;
}
.form-02 select:hover, .form-04 select:hover, .form-06 select:hover {

}
.form-07 input {
   margin:10px 0px 0px 0px;
}

#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:5px;
}
#disclosures a {
	color:#000000;
	text-decoration:none;
}
#disclosures a:hover {	
	text-decoration:underline;
}
