@charset "UTF-8";
/* CSS Document */

body {
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-color: #777;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	padding-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 20px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #footer #copyright {
	font-size: 0.8em;
	margin-top: 10px;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFF;
	margin-bottom: 50px;
}
.oneColFixCtrHdr #header {
	background: #000;
	padding: 0;
	height: 85px;
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
	text-align: center;
	height: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #container #mainContent #body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 90px;
	padding-left: 90px;
	text-align: justify;
	margin-top: 95px;
	height: 15px;
	background-color: #500;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #footer a {
	color: #000;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F9C;
}
a:active {
	color: #F9C;
}
#loancollection {
	margin-bottom: 20px;
	margin-top: 40px;
	border: 1px solid #343434;
}
