html {
  height: 100%;
}

body {
  width: 100%;
  min-width: 450px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #B6C76D;
  color: #000000;
  min-width: 750px;
}

/* Header */

div#green {
  width: 100%;
  height: 100px;
  min-height: 100px;
  background-color: #72A12F;
  background-image: url(../images/gradient.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  color: white;
}

#logo {
  width: 69%;
  float: left;
  text-align: center;
  margin: 0 auto;
}

img#logo {
  float: none;
  border: 0;
  width: auto;
  height: auto;
}

#mainphoto {
  width: 30%;
  height: 100px;
  background-image: url(../images/mainphoto.gif);
  background-position: left;
  background-repeat: repeat-x;
  float: right;
  margin: 0px;
  border-left: 1px solid #000000;
}

/* Menu */

#menu {
  background-color: #333333;
  color: #E6E6E6;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.5%;
  padding-top: 1.5%;
  font-size: 80%;
  white-space: nowrap;
}

#menu a, #text-menu{
  color: #E6E6E6;
  font-family: 'Trebuchet MS', Trebouchet, Arial, sans-serif;
  text-align: center;
  letter-spacing:0.1em;
  word-spacing:0.5em;
  text-decoration: none;
  margin: 0 auto;

}

#menu a:hover  {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}

#line {
  width: 100%;
  height: 4px;
  background-color: #738231;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-size: 0.5px;
  overflow: hidden;
}



/* Content */

#category {
  float: left;
  width: 20%;
  text-align: right;
  margin-top: 20px;
  margin-right: 0px;
}

#category h2 {
  padding: 0px;
  margin: 0px;
} 

#content-area {
  clear: both;
  padding-top: 2%;
  width: 80%;
  min-height: 55%;
  margin: 0 auto;
  text-align: justify;
  font-size: 95%;
}

*html #content-area {
  height: 55%;
}

h2 {
  font-size: 120%;
  color: #48661E;
  font-weight: 200;
  margin-left: 10%;
}

h1 {
  padding-left: 0px;
  margin-left: 0px;
  font-size: 140%;
  color: #48661E;
  background-color: transparent;
  font-weight: 200;
}

h3 {
  padding-left: 0px;
  margin-left: 0px;
  font-size: 120%;
  color: #000000;
  background-color: transparent;
  font-weight: 200;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.headline {
  height: 1px;
  width: 20%;
  background-color: #48661E;
  float: left;
  font-size: 0.5px;
  overflow: hidden;
}

a {
  color: #5A5A5A;
  text-decoration: underline;
}

a:hover {
  color: #5A5A5A;
  text-decoration: none;
}

a img {
  border: 0;
  text-decoration: none;
}

.pdf {
  font-size: 70%;
}

.underline {
  text-decoration: underline;
 }
 
 .clear {
   clear: both;
 }
 
 .leftcol {
   float: left;
   width: 45%;
   padding: 0.5em;
 }
 
/*News*/

.newscontent{
  background-color: #C8D591;
  color: #000000;
  border: 1px dashed #738231;
  padding: 0.4em;
  margin-top: 0.4em;
  text-align: left;
}
 
/* Menu Bottom*/

.end {
  width: 100%;
  height: 1px;
  background-color: #2C3E12;
  color: #000000;
  border-bottom: 1px solid #F6F8EC;
  clear: both;
  margin-bottom: 5px;
  font-size: 0px;
  display: block;
  overflow: hidden;
}

#menu-bottom {
  margin: 0 auto;
  text-align: center;
  font-size: 75%;
  color: #738231;
  background-color: transparent;
}

#menu-bottom a {
  color: #738231;
  background-color: transparent;
  text-decoration: none;
}

#menu-bottom a:hover {
  text-decoration: underline;
}

#menu-bottom img {
  border: 0;
  padding-top: 2px;
}

/*#menu-bottom p {
  border-bottom: 1px solid black;
}*/