* { 
 margin: 0; 
 padding: 0;
 }

html, body { 
background: #90D25F;
height: 100%;
font-family: verdana, sans-serif, arial, helvetica, "Trebuchet MS";
font-size: 85%;
text-align: center;
}

p {
margin-top: 1em;
margin-bottom: 1em;
}

td {
font-size: 10px;
}

th {
font-size: 12px;
text-align: left;
}
h1 {
padding-top: 13px;
color: #61be1a;
font-weight: bold;
padding-bottom: 15px;
font-size: 2.5em;
letter-spacing: -1px;
}

.h6 {
font-weight: bold;
font-size: 10px;
}

#container {
 background: #FFFFFF;
 margin: 0 auto;
 width: 960px;
 text-align: left;
 color: #333;
 line-height: 130%;

}

#banner {
 height:200px;
 background: #c6c7c2 url(./images/header.png);
 margin: 0 auto;
 }
 
#content {
width: 690px;
float: right;
margin-right: 20px;
padding: 1em;
  }
 
#content li {
margin-left: 30px;
padding-left: 10px;
	}

#content a {
color: 	#61be1a;
}

#content a:hover {
color: #4a611b;
}
	

.menu {
margin-top: 20px;
margin-left: 20px;
}

.menu a {
text-decoration: none;
color: #4a611b;
font-size: 1.6em;
letter-spacing: -1px;
}

.menu li {
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 750px;
border-bottom: 2px solid #61be1a;

}
 
li.menu-current a{
color: #61be1a;
font-weight: bold;
}

.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto 24px;
 }
 .footer, .push {
     height: -24px;
 }
#footer
{ 
width:960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 94%;
  background: #4a611b;
  color: #FFFFFF;
}

