@charset "UTF-8";
#outerwrapper {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header, #content, #footer {
	width: 100%;
}
#header {
	height: 99px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#content {
	background-image: url(images/home_body.gif);
	background-repeat: no-repeat;
	height: 463px;
}
a.leftNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
a.leftNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #B52302;
	font-weight: bolder;
	text-decoration: none;
}
a.leftNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
a.leftNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: bolder;
	text-decoration: none;
}
#footer {
	height: 90px;
	background-image: url(images/footer_home.gif);
	background-repeat: no-repeat;
	float: left;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
	padding-left: 20px;
}
#leftNav {
	float: left;
	width: 200px;
	padding-left: 50px;
}

