/* CSS Document */

#container {
	width: 800px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

#header {
	color:#000;
	width:800px;
	height:162px;
	background-image:url(../images/headerlogo.jpg);
	border:thin;
	border-color:#7d885e;
	border-style:groove;
}
	
#menu {
	width:800px;
	height:20px;
	z-index:1;
	border-left:thin;
	border-right:thin;
	border-color:#7d885e;
	border-left-style:groove;
	border-right-style:groove;
	padding-top:5px;
	background-color:#f8f7db;
}

#content {
	color:#000;
	position:relative;
	width:800px;
	height:auto;
	border:thin;
	border-color:#7d885e;
	border-style:groove;
	background-color:#f8f7db;
}

#footer {
	color:#000;
	width:800px;
	height:25px;
	padding-top:8px;
	border-left:thin;
	border-right:thin;
	border-color:#7d885e;
	border-left-style:groove;
	border-right-style:groove;
	background-color:#f8f7db;
}

#copyright {
	color: #000;
	width:800px;
	height:auto;
	border:thin;
	border-color:#7d885e;
	border-style:groove;
	background-color:#f8f7db;
}

#menu a:link, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#7d885e; 
  color:#fff;
  font-weight:bold;
  display:inline; 
  width:10em; 
  border:2px solid #fff;
  border-color:#ddd #676 #343 #ccc;
  padding:0.25em;
  margin:0.5em auto;
}

#menu a:hover {
  color:#ffff00;
  border-color:#ccc #eee #fff #ddd;
}

.aboutheaders {
	color: #FF0000;
	font-weight: bold;
	font-size:14px;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}

.badge {
	padding-right:10px;
	padding-left:10px;
	vertical-align:top;
	float:left;
}
	

h1 {
	font-size: 18px;
	text-align:center;
	color:#4e553b;
}

h3 {
	font-size: 14px;
	color:#4e553b;
	text-align:center;
	font-weight:bold;
}

h5 {
	font-size: 12px;
	color:#4e553b;
	text-align:left;
	font-weight:bold;
}

.date {
font-size:10px;
color:#000;
}

.content {
	font-size:12px;
	font-style:normal;
	color:#000;
	text-align:left;
	padding-top:8px;
}

.content a:visited {
	color:#990000;
	font-size:12px;
	font-style:normal;
}

.content a:link {
	color:#0000ff;
	font-size:12px;
	font-style:normal;
}

.content a:hover {
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
}

.copyright {
	font-size: 11px;
	color: #000;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

.footer a:link, a:visited {
	text-align:center; 
	color:#0000ff; 
}

.footer a:hover {
	color:#ff0000;
}

.footer {
	font-size:12px;
	color:#000;
	text-align:center;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	vertical-align:top;
}

.sitemap {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}