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

.centerContainer {
	width: 800px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	color: #744936;
}
.topBox {
	width: 800px;
	height: 135px;
	float: left;
	position: relative;
	background-color: #606a4e;
}
.logoBox {
	width: 170px;
	height: 120px;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-left: 10px;
}
.cornerHeaderBox {
	width: 300px;
	height: 55px;
	float: right;
	position: relative;
	padding-right: 5px;
	padding-top: 5px;
}
.newsBox {
	width: 370px;
	height: 50px;
	float: right;
	position: relative;
	padding-left: 5px;
	right: 10px;
	top: 5px;
	background-color: #869578;
	border: #f0da96 medium solid;
}
.mainContentBox {
	width: 800px;
	float: left;
	position: relative;
	border-top: #ffffff medium solid;
	border-bottom: #ffffff medium solid;
}
.navBox {
	width: 160px;
	height: 470px;
	float: left;
	position: relative;
	border-right: #ffffff medium solid;
	background-color: #869578;
}
.siteBox {
	width: 318px;
	height: 470px;
	float: left;
	position: relative;
	background-color: #f0c558;
}
.businessBox {
	width: 318px;
	height: 470px;
	float: left;
	position: relative;
	background-color: #f0da96;
}
.indexPicBox {
	width: 158px;
	height: 158px;
	float: left;
	position: relative;
}
.indexPicBox2 {
	width: 158px;
	height: 158px;
	float: right;
	position: relative;
}
.indexTextBox {
	width: 300px;
	float: left;
	position: relative;
	padding-left: 10px;
}
.insideTextBox {
	width: 626px;
	height: 460px;
	float: left;
	position: relative;
	background-color: #f0da96;
	overflow: auto;
	padding: 5px;
}
.boardBox {
	width: 115px;
	position: relative;
	float: left;
	border-right: #744936 1px solid;
	margin-right: 5px;
	height: 285px;
}
.bottomNavBox {
	width: 800px;
	height: 65px;
	float: left;
	position: relative;
	background-color: #d8d6c4;
}
h1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #913f31;
	line-height: normal;
}
h2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #606a4e;
	line-height: normal;
}
.cornerHeaderText {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
}
.newsHead {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
}
.newsText {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #f0da96;
	line-height: normal;
}
.bottomNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #744936;
	line-height: -1px;
	text-align: center;
}
a.nav:link {
	color: #ffffff;
	text-decoration: none;
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
	color: #f0da96;
	text-decoration: none;
}
a.nav:active {
	color: #ffffff;
	text-decoration: none;
}
a:link {
	color: #744936;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #744936;
}
a:hover {
	text-decoration: underline;
	color: #744936;
}
a:active {
	text-decoration: none;
	color: #744936;
}
