html, body {
	padding-top: 15px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
	border: none;
}

.mainbody {width:100%; color:#333; text-align:center; margin:0; padding:0; background:#fff; display:table;}

#bodywrap {width:851px; text-align:left; margin:0 auto; z-index:1;}

#header {width:851px; height: 133px; position:relative; z-index:100;
	background: url(../images/header.jpg) no-repeat;
}

#headerNav {
	background: url(../images/navigation/header.gif) no-repeat;
	width: 843px;
	height: 210px;
	padding: 4px;
	margin-top: 6px;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 12px;
}

#headerNavRight ul {
	float: left;
}

#headerNavRight {
	width: 333px;
	float: right;
}

#headerNav ul, #headerNav ul a {
	color: #382405;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 166px;
}

#headerNav li {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.active {
	background: url(../images/navigation/active.gif) no-repeat 8px 5px;
}

.slideshow {
	margin-top: 6px;
	margin-bottom: 6px;
	background: url(../images/slideshow.jpg) no-repeat;
	padding: 4px;
	width: 843px;
	height: 210px;
}

.slideinfo {
	float: left;
	width: 253px;
	height: 210px;
}

.slideflash {
	width: 560px;
	height: 210px;
	margin-left: 283px;
}

*html .slideflash {
	margin-left: 280px;
}

.slidelinks {
	background: url(../images/quick_links.jpg) no-repeat;
	width: 253px;
	height: 160px;
	padding-top: 40px;
	padding-right: 20px;
}

.slidelinks ul {
	margin: 0;
	padding-top: 25px;
	padding-left: 35px;
}

.slidelinks li, .slidelinks a {
	list-style-type: none;
	color: #27337d;
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
}

.slidelinks a:hover {
	
	text-decoration: underline;
	color: #4d6bdb;
}

.bodycontent {
	line-height: 20px;
}

.bodycontent a {
	color: #27337d;
	text-decoration: none;
}

.bodycontent a:hover {
	color: #4d6bdb;
	text-decoration: underline;
}

.maincontent {
	width: 560px;
	float: right;
}

.maincontentfull {
	width: 851px;
}

.sidecontent {
	width: 250px;
	background-color: #f5f2e3;
	padding: 10px;
	font-size: 11px;
	line-height: 14px;
	float: left;
	margin: 0;
}

.sidecontent ul {
	padding-left: 30px;
}

.sidecontent li {
	margin-top: 5px;
}

*html .sidecontent {
	margin-left: 547px;
}

.footer {
	clear: both;
	text-align: center;
	padding: 20px 0;
	color: #999;
	font-size: 11px;
}

.footer a {
	text-decoration: none;
	color: #9c9462;
}

.footer a:hover {
	text-decoration: underline;
}

.picright {
	float: right;
	padding-left: 25px;
	padding-bottom: 20px;
}