body, div, p, a{
 font-family: Verdana, Arial, Helvetica, Sans;
 font-size: 10pt;
 line-height: 14pt;
 color: #000000;
}
div{
 margin: 0px;
}

h2{
 color: #cc0000;
 font-size: 15pt;
 font-style: normal;
 font-weight: normal;
 padding-bottom: 5px;
 border-bottom: 2px solid #b0d398;
 margin-top: 14px;
}
h3{
 color: #6aa94e;
 font-size: 12pt;
 font-weight: bold;
 margin-top: 8px;
 padding-left: 10px;
 border-bottom: 1px solid #f0f0f0;
}




#head{
 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -400px;
 width: 800px;
 height: 99px;
 background-image:url(images/header.jpg);
}
#menu{
 position: absolute;
 top: 99px;
 left: 50%;
 margin-left: -381px;
 width: 161px;
 background-image:url(images/m_bg.gif);
 border-bottom: 1px solid #b1eb1e;
 line-height: 20pt;
}
.menuentry{
 margin-left: -20px;
 list-style: none;
}


#content{
 position: absolute;
 top: 100px;
 left: 50%;
 margin-left: -200px;
 width: 580px;
}

a{
 text-decoration: none;
 font-weight: bold;
 color: #6aa94e;
}
a:hover{
 color: #000000;
}
