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

body {
	background: #897361 url(../images/nav_top.jpg) repeat-x 0 top;
	margin: 0;
	padding: 0;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	color: #343434;
}
.buttons {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden; /* for ie to hide extra height*/
}

.buttons a {
	display: block;
	float: left;
	overflow: hidden;
	height: 27px;
	border-style: none;
}

.buttons img {
	border: 0;
}

* html a:hover {
	visibility: visible;
}

.buttons a:hover img {
	visibility: hidden
}

#nav_top {
	margin-left: auto;
	margin-right: auto;
	height: 170px;
	background: url(../images/nav_top.jpg) repeat-x;
}

.sideimg {
	float: right;
	margin-right: 6px;
}

#bodytext {
	width: 450px;
}

#nav_header {
	background: url(../images/nav_menu.jpg) no-repeat 0 0;
	margin-right: auto;
	margin-left: auto;
	width: 511px;
	height: 39px;
	padding-top: 131px;
	padding-left: 261px;
	padding-right: 0;
}

#nav_menu {
	width: 505px;
	height: 27px;
	margin-right: 6px;
}

#nav_body{
	margin-left: auto;
	margin-right: auto;
	background: url(../images/nav_body.gif) repeat-y;
	width: 772px;
}

#nav_body2{
	margin-left: auto;
	margin-right: auto;
	background: url(../images/nav_body3.gif) no-repeat 0 bottom;
	width: 707px;
	padding: 20px 0 20px 65px;
}

#nav_body a {
	color: #887360;
}


#nav_body a:hover {
	background-color: #9fa273;
	color: #fff;
	text-decoration: none;
}

#nav_footer {
	width: 500px;
	text-align: center;
	color: #8a8e63;
	font-size: 11px;
}

h1 {
	color: #9fa273;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font: lighter 26px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 30px;
}

h2 {
	color: #887360;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 35px;
}

li {
	color: #333424;
	list-style-type: square;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

li li {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 17px;
}

.formstyle {
	border: 1px solid #9fa273;
	color: #000;
	font-size: 12px;
}

.unbold {
	font-weight:normal;
	margin-top: 15px;
}

.even {
	background-color: #f9f7ef;
}

.odd {
	background-color: #eae6e2;
}

.news a {
	text-decoration: none;
}

.news a p {
	padding: 8px 20px;
	margin: 0;
}

.news  a:hover p  {
	background-color: #9fa273;
	color: #fff;
}