body, html {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-y: scroll;
	background: white url(bg.jpg);
}
body, table, input, select, textarea {
	font-size: 12px;
	font-family: Georgia;
	line-height: 18px;
	color: #4d4118;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	color: #df7526;
}
h1 {
	font-size: 28px;
	line-height: 32px;
}
h2 {
	margin: 20px 0px 10px 0px;
	font-size: 24px;
	line-height: 28px;
	color: #8ba13b;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}
h5 {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #97b03e;
}
h6 {
	margin: 10px 0px;
	font-size: 18px;
	line-height: 18px;
	color: #8ba13b;
}
p {
	margin: 10px 0px;
	padding: 0px;
}
img {
	border: 0 none;
}
input[type=text], select {
	border: 1px solid #8ba13b;
	outline: none;
	width: 200px;
	padding: 5px;
}
select {
	width: 212px;
}
input[type=text]:hover, input[type=text]:focus, select:hover, select:focus {
	padding: 4px;
	border: 2px solid #df7526;
}
u, a {
	color: #df7526;
}
strong {
	color: #8ba13b;
	font-weight: normal;
}
.boxtop, .boxbot {
	position: absolute;
	left: 0px;
	height: 5px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.boxtop {
	top: -5px;
	background-position: left top;
}
.boxbot {
	bottom: -5px;
	background-position: left bottom;
}
#banner {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 43px;
}
#main {
	position: absolute;
	left: 50%;
	margin-left: -441px;
	top: 231px;
	width: 650px;
}
#content {
	position: relative;
	background: white;
	margin: 5px 0px;
	padding: 15px 20px;
}
#right {
	position: absolute;
	right: 50%;
	margin-right: -441px;
	top: 231px;
	width: 212px;
}
#menu a.mainmenu {
	display: block;
	width: 212px;
	height: 36px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	margin: 0px 0px 5px 0px;
}
#menu a.mainmenu.selected {
	background-position: left bottom;
}
#menu a span {
	display: none;
}
#menu .submenu b, #menu .submenu a {
	color: #c66721;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}
#menu .submenu tr.selected b, #menu .submenu tr.selected a {
	color: #8ba13b;
	font-weight: bold;
}
#events {
	position: relative;
	background: white url(rightbox_mid.png) repeat-y;
	margin: 25px 0px 15px 0px;
	padding: 5px 10px;
	color: white;
}
#events a {
	color: white;
}
#footer {
	padding: 10px 0px;
	color: #9e9e99;
}
