body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#5A7B3E;
	margin:0px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:14px;
}
td.main {
	width:768px;
	background-color:#FFFFFF;
}
td.left {
	background-image:url(images/shade-left.png);
	background-repeat:repeat-y;
	width:13px;
}
td.right {
	background-image:url(images/shade-right.png);
	background-repeat:repeat-y;
	width:13px;
}
table.nav {
	vertical-align:middle;
	display:table-cell;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7CC142;
	font-weight:bold;
	text-align:center;
}
td.happycar {
	background-image:url(images/happy-car.jpg);
	background-repeat:no-repeat;
	height:252px;
	vertical-align:top;
	display:table-cell;
}
td.rightside {
	background-image:url(images/right-section.jpg);
	background-repeat:repeat-y;
	width:240px;
	padding:8px;
	vertical-align:top;
	display:table-cell;
	font-size:12px;
}
td.intbar {
	height:9px;
	background-color:#A2DD91;
}
td.divgreen {
	background-image:url(images/div-green.jpg);
	background-repeat:no-repeat;
	height:34px;
}
td.divblue {
	background-image:url(images/div-blue.jpg);
	background-repeat:no-repeat;
	height:40px;
	vertical-align:middle;
	display:table-cell;
	padding-left:8px;
}
td.content {
	padding:14px;
	vertical-align:top;
	display:table-cell;
}
td.greencontent {
	background-color:#E6E1E8;
	padding:14px;
	vertical-align:top;
	display:table-cell;
}
td.bluecontent {
	background-color:#abcde4;
	padding:14px;
	vertical-align:top;
	display:table-cell;
}
div.header {
	padding-top:80px;
	padding-left:15px;
	padding-right:250px;
}
p.header-big {
	font-weight:bold;
	font-size:21px;
	color:#FFFFFF;
}
p.header-small {
	font-size:18px;
	color:#FFFFFF;
	line-height:28px
}
p {
	line-height:20px;
}
h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#cc2804;
}
h2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#333333;
}
h3 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
}
a.nav {
	color:#0B8785;
	text-decoration:none;
}
a.nav:hover {
	color:#B01B8F;
	text-decoration:underline;
}
div	{
	padding:8px;
}
img.spacer	{
	width:4px;
}
/* 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;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures a {
	color:#FFFFFF;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
}
.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 30px;
}
.form-02 select:hover, .form-04 select:hover, .form-06 select:hover {

}
.form-07 input {
   margin:10px 0px 0px 40px;
}