body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/********************** Header ***************************/

#header {
	margin: 0px 0px 0px 0px;
	position:relative;
}

#header ul{
	background-color:#85a157;
	display:block;
	text-align:center;
}

a{
	font-size:10px;
}

p{
	font-size:10px;
}

#footer{

	visible:false;
	caption: Footer; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	text-align:center;
	padding: 10px 10px 10px 10px;
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}

.footer2{

	visible:false;
	caption: Footer; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	padding: 2px 2px 2px 2px;
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}

h1{
	color:#000000;
	font-size:12px;
	font-weight: bold;
}

h2{
	color:#000000;
	font-size:10px;
	font-weight: bold;
}

/* Menu */


#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 10px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C repeat-x;
}


#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}

#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 8px;
}
#newsletter a {
  color: #000000;
}
