* {
  margin: 0px;
  padding: 0px;
  }

body { 
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #f1eedb url(images/bg4.gif) top center repeat-x;
	font-size: 75%;
	line-height: 15px;
	font-family: verdana, arial, sans-serif;
	color: #000000;

}

#wrap {
	width: 800px;
	height: auto;
	margin: 0px auto;
	background:#f1eedb url('') top center repeat-y;
	text-align: center;

}
a.contentlink:link {
	COLOR: #387452; text-decoration: none;
	font-weight: bold;
}
a.contentlink:visited {
	COLOR: #387452; text-decoration: none;
	font-weight: bold;
}
a.contentlink:active {
	COLOR: #387452; text-decoration: none;
	font-weight: bold;
}
a.contentlink:hover {
	COLOR: #000; text-decoration: underline;
	font-weight: bold;
}
#header1 {
	width: 800px;
	height: 111px;
	background:#f1eedb url('') top center no-repeat;
	margin-top: 0px;
}

#header1 h1{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height:25px;
	text-align: left;
	padding-top: 75px;
	padding-left: 35px;
}
#header1 h2{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
}
#header2 {
	width: 800px;
	height: 165px;
	margin-bottom:  5px;
	background: #091803 url('images/header.jpg') center no-repeat;
	position: relative;
}

table.linkcontainer td{
	background-color: #387452;
  	border-right:  1px solid #000;
	border-left: 1px solid #000;
}
a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #f1eedb;
	line-height: 24px;
}
a.main_link:hover{
	background-color:  #1a2e24;
	color: #fff;
}
.pagemenulink{
	background-color: #1a2e24;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

.navigation {
	height: 24px;
	vertical-align: middle;
	text-align: center;

}


#content1 {
	width:800px;
	background-color: transparent;
	text-align: justify;
	text-transform: uppercase;
	padding-top: 15px;
	font-family:  san-serif;
}

#content2{
	width: 800px;
	background-color: transparent;
	text-align: justify;
	padding-top: 20px;
}

#content3{
	width: 800px;
	background: transparent;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
#footer{
	width: 776px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	color: #000;
	font-size: 10px;
}


a:link {color: #000; text-decoration: none;}
	a:active {color: #000; text-decoration: none;}
	a:visited {color: #000; text-decoration: none;}
 	a:hover  {color: #000; text-decoration: underline;}

.floatleft{
 	float: left;
	margin-right: 10px;
}
.floatright{
 	float: left;
	margin-left: 10px;
}

.imgleft{
 	float: left;
	margin-right: 10px;
	border: 1px solid #387452;
	padding: 3px;
}

.imgright{
 	float: right;
	margin-left: 10px;
	border: 1px solid #387452;
	padding: 3px;
}
#featurebox {
  border:1px solid #387452;
  padding:10px;

}