html {
	overflow: hidden;
}
body {
	background-color: #464316;
	font-family: Arial;
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #838d48;
	text-decoration: underline;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

/* HEADER */
.header td {
	white-space: nowrap;
}
.header a {
	font-size: 10px;
	color: #838d48;
	text-decoration: none;
}
.header a:hover {
	color: #000;
}
.header a strong {
	color: #000;
}
#nav {
	padding: 3px 0 0 0;
}
#nav_sub {
	position: relative;
	top: -2px;
	color: #000;
}
#nav_sub a {
	color: #000;
}
#logo {
	position: relative;
	top: -2px;
}


/* FOOTER */
.footer th {
	font-weight: normal;
	font-family: Verdana;
	font-size: 8px;
	color: #848c34;
	text-align: left;
	white-space: nowrap;
}
.footer td {
	font-family: Verdana;
	font-size: 8px;
	color: #fff;
	text-align: right;
	white-space: nowrap;
}
.footer th a {
	font-weight: normal;
	color: #848c34;
	text-decoration: none;
	font-size: 8px;
}
.footer th a:hover {
	color: #fff;
	text-decoration: underline;
}

/* CONTENT */
#content {
	padding: 0 35px 0 35px;
	font-size: 10pt;
	line-height: 14pt;
	color: #838d48;
	vertical-align: top;
	text-align: center;
	overflow: auto;
	height: 274px;
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #dfa386;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #e5e5e5;
}
#content td {
	font-size: 10pt;
	line-height: 14pt;
	color: #838d48;
	vertical-align: top;
	text-align: left;
}
.image {
	padding: 0 3px 0 0;
}

/* MENU */
.menu {
	width: 300px;
	height: 220px;
	overflow: auto;
	font-size: 10px;
	color: #838d48;
	
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #dfa386;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #e5e5e5;
}
.menu th {
	color: #838d48;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 20px 0 0 0;
	white-space: nowrap;
}
.menu td {
	color: #838d48;
	font-size: 10px;
	text-align: left;
}

/* EVENTS */
.events_sub a {
	font-size: 11pt;
	font-weight: bold;
	color: #838d48;
	text-decoration: none;
}
.events_sub a:hover {
	color: #000;
	text-decoration: underline;
}

/* FORM */
.submit {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
}
.input {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
	width: 100%;
}
.input_label {
	font-size: 10px;
}
