body {
	margin: 0;
	padding-top: 20px; padding-bottom: 10px;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	background: #FAFAD2 url(images/body_bg.gif) repeat-x fixed;
	color: #333;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto 10px auto; 
	width: 850px;
	min-height: 100%;
	text-align: left;
	background: #FFF;
	border: 1px solid #6B8E23; 
}
/* Fix for IE6 */
* html #container {
	height: 100%;
}

#spacer {
	padding-top: 280px;
	*padding-top: 300px; /* fix for IE7 */
	_padding-top: 300px; /* fix for IE6 */
}

#header {
	position: absolute;
	top: -1px; left: -1px;
	width: 837px; 
	font-size: 3em;
	font-family: georgia, serif;
	color: #6B8E23;
	padding: 20px 0 0 15px;
	background: #FFF url(images/header_bg.gif) 0px 0px no-repeat;
}

#left_column {
	float: left;
	font-size: 0.875em;
	width: 180px;
	padding-left: 20px;
}
#left_column hr {
	margin-right: 20px;
}

#right_column {
	float: left;
	font-size: 1em;
	width: 635px;
	padding-bottom: 90px;
}
#main_content {
	border-left: 1px dotted #6B8E23;
	padding-left: 10px; 
}

#sidemenu {
	width: 165px;
	margin: 20px 0 40px 0;
	border-top: 1px dotted #6B8E23; 
}
#sidemenu ul {
	list-style-type: none;
	margin: 0;
}
#sidemenu ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 3px 0;
	border-bottom: 1px dotted #6B8E23;
} 
#sidemenu ul li a:hover {
	color: #6B8E23;
	background: url(images/sidemenu_bg.gif) -3px 5px no-repeat;
	text-decoration: none;
} 
#sidemenu ul li a#selected {
	font-weight: bold;
} 

#dropmenudiv{
	position:absolute;
	z-index: 100;
	text-align: left;
	text-indent: 5px;
	background: #FFF;
	border: 1px dotted #36C;border-bottom: 0;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	font-size: 0.875em;
	padding: 1px 0;
	border-bottom: 1px dotted #36C;
}
#dropmenudiv a:hover {
	color: #36C;
	background: #F5F5F5;
	text-decoration: none;
}


#footer {
	position: absolute;
	bottom: 10px; 
	left: 10px; 
	width: 810px;
	font-size: 0.8em;
	padding: 5px 10px;
	background: #CC9 url(images/footer_bg.gif) repeat-x;
}
#footer hr {
	height: 1px;
}
#footer a {
	text-decoration: none;
}

#bottom_menu {
	text-align: right;
}

ul { 
	list-style-type: disc;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin-left: 20px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
form {
	margin: 0;
}
hr {
	color: #6B8E23;
	background: #6B8E23;
	border: 0;
	height: 1px;
}
a {
	color: #6B8E23;
}
a:hover {
	color: #8FBC8F;
	text-decoration: none;
}

img {
	border-color: #6B8E23;
}
h1 {
	font-family: georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #6B8E23;
	margin-bottom: 0;
}
h2 {
	font-family: georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #6B8E23;
}
h3 {
	font-size: 1em;
	color: #6B8E23;
	margin-bottom: 0;
}
h4 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 0;
}

.subheader {
	font-family: georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #6B8E23;
}

.boldtext {
	font-size: 1em;
	font-weight: normal;
	color: #6B8E23;
	margin-bottom: 0;
}
.smalltext {
	font-size: 0.8em;
}

.form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

table {
	width: 100%;
	font-size: 14px;
	background: #DCDCDC; /* alternative row background #F0F8FF */
	
}
.table_header {
	font-weight: bold;
	color: #FFF;
	background: #36C;
	text-align: center;
}
.table_column {
	background: #C0C0C0; 
}
.table_row {
	background: #F0F8FF; 
}

#slideshow {
	border: 1px solid #8FBC8F;
	padding: 5px 6px 0 6px;
}

a.slideshow img {
	border: 6px solid #FFF;
}

a.slideshow:hover img {
	border: 6px solid #8FBC8F;
}

a.slideshow:hover {
	color: #8FBC8F; /* irrelevant definition to overcome IE bug */
}

.boxed_text {
	border: 1px solid #B0C4DE;
	padding: 6px;
}

