body{ background-color: #E8E7E9; font: normal  Arial,Helvetica,sans-serif;color: #444; margin:0; line-height: 20px; background-image: url(pictures/back.png); background-attachment: fixed;}
@font-face {
  font-family: 'BebasNeue';
  src: url('regular.eot');
  src: url('regular.eot?#iefix') format('embedded-opentype'),
       url('regular.woff') format('woff'),
       url('regular.ttf') format('truetype'),
       url('regular.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.divbody{width: 980px; margin: 0 auto;}
.divtop{width: 100%; background-color: #FFFFFF; box-shadow: 0px 0px 10px #888888; }
.divtextbox{width: 900px;  margin: 0 auto; border: 0px green solid;}

.divintro{width: 100%; height: 330px; margin-top: 23px; background-color: #FFFFFF; box-shadow: 0px 0px 10px #888888;}
.divmittle{width: 100%; margin-top: 23px; background-color: #FFFFFF; box-shadow: 0px 0px 10px #888888;}


.titletext{color: #5ca424;font-size: 40px;line-height: 40px;font-family: 'BebasNeue';}

.tematext{font-size: 16px; padding-right:20px;  font-family: Georgia;}
.tabletitle{background-color : #444; color: White; font-weight: bold; width: 250px; padding-top: 10px; padding-bottom: 10px;}

ul.menu{
   list-style-type: none;
   width: 190px;
   margin:0;
}
.menu li {
  margin-top: 5px;
  margin-left: -25px;
}
.menu a,
.menu .nav-header 
{
  cursor: pointer;
  border-style: solid;
  font-family: BebasNeue;
  font-size: 20px;
  border-width: 0 0 0 5px;
  border-color: #E8E8E8;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #333;
  text-decoration: none;
  width: 100%;
  display:  block;
  
}
.menu .inactive a
{
    background: none;
    border-color: #E8E8E8;
    color: #333;
}


.menu a:hover,
.menu .active a
{
  background: #E8E8E8;
  border-color: #5ca424;
  color: #000;

}



