body {
	/*background-color: #bdb6b0;*/
	background-color: #eeeeee;
	color:#333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	line-height:150%;
	margin: 0px;
}
h1 {
	color:#333333;
	font-weight:bold;
	font-size: 135%;
	margin-top:1em;
	}
h2 {
	color:#666666;
	font-weight:bold;
	font-size: 120%;
	line-height:150%;
	
	}
blockquote {
	margin: 12px 0px 12px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7b9440;
	border-right-color: #000000;
	border-bottom-color: #7b9440;
	border-left-color: #000000;
	color: #ffffff;
	background-color: #333333;
	padding: 5px ;
}
/*ul, li {
	margin:5px;
	padding-left:2px;
	}*/
a {
	text-decoration:underline;
	}	
a:hover {
	color:#cc0000;
	text-decoration:underline;
	}
form {
	margin: 0px;
	padding: 0px;
}
div#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
div#contentwrapper {
	width: 750px;
}
div#navigation {
	width: 750px;
	background-color: #000000;
	height: 32px;
}
#navigation a {
	font-size: medium;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	float: left;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a:hover {
	background-color: #7A9440;
}

div#footer {
	text-align: right;
	font-size: 90%;
	color: #666666;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
}
div#content {
	width:730px;
	float: left;
	padding: 5px;
}
div#content_2col {
	width:525px;
	float: left;
	padding: 5px;
}	
#navigation ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}


div#rhs_col {
	width: 200px;
	float:left;
	padding:5px;
	margin-left: 5px;
	color:#000000;
}
div#rhs_boxed {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #7b9440;
	
	}

.bg {
	background-color: #ededed;
	border-bottom:solid 1px #99CC00;
}
#contact_details ul, #contact_details li {
	list-style-type: none;
	margin-bottom: 4px;
	padding: 0px;
}
.ehighlight {
	background-color: #deded0;
	border-bottom:solid 1px #99CC00;
}
#rhs_boxed h2.top {
	font-size: 0.9em;
	color:#FFFFFF;
	margin-top: 0em;
	margin-bottom: 0;
	text-transform: uppercase;
	background: #666666;
	/*background:#d0cdc3;*/
	padding:2px;
	}
#rhs_boxed h2 {
	font-size: 0.9em;
	color:#FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 0;
	text-transform: uppercase;
	background: #666666;
	/*background:#d0cdc3;*/
	padding:2px;
	}
#rhs_boxed ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	}
#rhs_boxed li {
	font-size:0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	list-style-type: none;
	border-bottom: 1px #cccccc solid;
	text-decoration: none;
	
	}
#rhs_boxed .noline {
	text-decoration: none;
	}
#rhs_boxed .space_below {
	margin-bottom: 1em;
	}
#navigation li.selected a {
	background-color: #7A9440;
}
#bottom-fade {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
