body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.top_left {
	background-image: url(images/top_left.jpg);
	height: 150px;
	width: 150px;
	background-position: top;
}
.top_nav {
	background-image: url(images/top_nav.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 150px;
}
.nav {
	background-image: url(images/nav.jpg);
	background-repeat: repeat-y;
}
.nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	line-height: 20px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.nav_links a {
	color: #000000;
	text-decoration:none;
	display:block;
	width:100%;
}
.nav_links a:hover {
	background-color:#FFFFFF;
}
.nav_bottom {
	background-image: url(images/nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 150px;
}
.top_right {
	background-image: url(images/top_right.jpg);
	background-repeat:no-repeat;
	width: 600px;
}
.top_right_header {
	padding-top:145px;
	width:135px;
	margin-bottom:20px;
	
}
h1 {
	font-size:14px;
	text-align:center;
	text-transform: capitalize;
	margin:0px;
}
h2 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
}
.right_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #E7E5E2;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.copy_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.copy_right a {
	color: #FFFFFF;
	text-decoration:underline;
}
.copy_right a:hover {
	color:#999999;
	text-decoration:none;
}
.bottom_nav {
	height: 30px;
	width: 150px;
	background-image: url(images/nav.jpg);
}
h3 {
	font-weight: bold;
	color: #333333;
	font-size:14px;
}
.bold {
	font-weight:bold;
	color:#333333;
}
.calc_iframe {
	margin-top:10px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #F1F1F1;
	border-right:1px solid #F1F1F1;
	width:550px;
	height:480px;
	background-color:#E1E1E1;
}
.about_copy {
	color:#FFFFFF;
	font-size:12px;
}
.about_pics {
	border: thin solid #000000;
}
.about_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#333333;
}
.home_pic {
	background-image: url(images/home_pic.jpg);
	background-repeat: no-repeat;
	border: thin solid #000000;
	margin: 10px;
}
.number {
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}
.clearBoth {
	margin:0px;
	padding:0px;
	clear:both;
	height:0px;
}

/*LOAN APP PAGES*/
.loan_app {
	margin-left:20px;
	width:500px;
	border:1px solid #666666;
	background-color:#CCCCCC;
}
.loan_app, .loan_app td {
	font-size:10px;
	color:#333333;
}
.loan_app input,submit,select,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
	border:1px solid #000000;
	color:#000000;
}
.loan_app td {
	border-bottom:1px solid #666666;
}
.loan_app form {
	margin:0px;
}
.loan_app table {
	margin:0px;
}
.form_row_0 {
	background-color:#E1E1E1;
	padding-left:10px;
}
.form_row_1 {
	background-color:#E8E8E8;
	padding-left:10px;
}
#loan_progress {
	margin:0px;
	padding:0px;
	height:40px;
}
#loan_progress li {
	display:block;
	float:left;
	height:40px;
	list-style:none;
	padding:3px 0px 0px 0px;
	margin:0px;
	text-align:center;
	width:99px;
	background-color:#CCCCCC;
	text-decoration:none;
}
.next_prev {
	text-align:right;
	margin:0px;
	background-color:#CCCCCC;
}
.next_prev a {
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	padding:5px;
	margin:8px 10px 8px 10px;
	width:75px;
	border:1px solid #000000;
	text-decoration:none;
}
.next_prev a:hover {
	background-color:#E1E1E1;
}
.errors {
	font-weight:bold;
	display:none;
	color:#990000;
	margin:0px;
	background-color:#F1F1F1;
	text-align:center;
}
.info_head {
	font-weight:bold;
	color:#0033CC;
	margin:0px;
	background-color:#F1F1F1;
	text-align:center;
}