#maincontent {
	background: url(../kw/css/none);
}
#leftfooter {
	background: url(../images/bottomleftcorner.jpg) no-repeat 0px 0px;
}
#homeheader {
	background: #85A163;
	margin: 0px;
	padding: 0px;
	height: 183px;
	width: 892px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	border-top: 2px solid #ffffff;
}
#leftnav a {
	background: url(../images/buttons-active.png) no-repeat 0px 0px;
	margin: 5px 17px;
	padding: 0px;
	height: 41px;
	width: 211px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 40px;
	text-indent: 0px;
}

#leftnav a:hover {
	color: #58652D;
	background: url(../images/buttons-hover.jpg) no-repeat 0px 0px;
}

/* CSS Hacks for IE6 */
* html #leftnav a {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/buttons-active.png',
sizingMethod='scale');
}

* html #leftnav a:hover {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/buttons-hover.jpg',
sizingMethod='scale');
}
/* End CSS Hacks for IE6 */

.bigred {
	font: bold 1.2em "Lucida Grande", Arial, sans-serif;
	color: #A91E19;
}
#content p {
	margin: 18px 0px 0px;
	padding: 0px;
}
#topnav ul li a#home {
	color: #000000;
	background: url(../images/topnavdot.gif) no-repeat 0px 6px;
}

