body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	background-repeat: repeat-y;
	margin: 0px;
	background-image: url(../images/h_bkg2.png);
	background-position: center center;	
}
ul {
	list-style-type: none;
}

#page {
	width: 800px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 150px;
	width: 800px;
	padding: 1px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
}
#search {
	height: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainmenu {
	height: 15px;
	width: 800px;
}

#navbar {
	float: left;
	height: 850px;
	width: 200px;
}
#main {
	float: right;
	height: 850px;
	width: 600px;
 
}
#news {
  padding: 3px;
  
}
#footer {
	padding: 7px;
	clear: both;
}
.footertext {
	font-size: 0.8em;
	color: #336600;
}

h1{
  font-family: Arial,sans-serif;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

h2{
	font-family: Arial,sans-serif;
	color: #336600;
	margin: 0px;
	padding: 0px;
}

h3{
  font-family: Arial,sans-serif;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

h4{
  font-family: Arial,sans-serif;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
h5 {
	color: #FFFFFF;
}
h6 {
	color: #336600;
}


a{
	color: #690;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #336600;
}
#pageheader {
	background-color: #CC9933;
	height: 125px;
	width: 100%;
	z-index: 100;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menubar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
