.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
}
.financinglink {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C60000;
}
.subcatagories {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #007DBD;
}
.contentcol {
	vertical-align: top;
	padding-left: 18px;
}
body
{
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
	}

#maincontainer
{
	overflow: hidden;
	width: 760px;
	padding: 0px;
	height: auto;
	float: none;
	margin: 0 auto;
	text-align: left;
	padding-left: 29px;
}

#header
{
	background-repeat: no-repeat;
	height: 110px;
	background-image: url(images/header.png);
	background-position: 30px center;
	width: 760px;
}
#menubar
{
	width: 760px;
	height: 32px;
	border: none;
	float: none;
	padding-left: 0px;
}

#content
{
	margin-top: 10px;
	width: 760px;
	float: none;
}
#footer
{
	width: 760px;
	height: 32px;
	float: none;
	padding-left: 0px;
}


/* Styles */
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FE7800;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #007DBD;
}
