body
{
   background-color: #ffffff;
   font-family: Verdana, Arial, Helvetica, Sans-serif;
   font-size: 12px;   
   color: #000000;
}

.banner
{
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   padding: 0px;
   border-style: none;
   width: 950px;
   height: 100px;
}

.menu
{
   margin: auto;
   padding: 0px;
   border-style: none;
   width: 950px;
   height: 30px;
   background:url(img/menu_backgr.gif);
   background-repeat:repeat-x;
}

.menu ul
{
  list-style: none;    
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.menu li
{
  list-style-image: none;	
  list-style-type: none;
  float: left;  
  font-size: 13px;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 8px;
  padding-top: 6px;        
}

.menu li a
{
   text-decoration: none;
   color: black;
   display: block;
   float: left;     
}

.menu a:active, .menu a:visited, .menu a:link
{
   text-decoration: none;
   color: #000000;
   font-weight: bold;
}

.menu a:hover
{
   color: #ffffff;
}

#active
{
   color: #ffffff;
}

.content
{
   margin: auto;
   padding-top: 5px;
   padding-left: 40px;
   padding-right: 40px;
   border-style: none;
   width: 870px;
   height: 800px;
   min-height: 600px;
   overflow-y: scroll;
   text-align: justify;
   background: #ecebeb;
}

.content a:active, .content a:visited, .content a:link
{
   text-decoration: none;
   color: #6e759f;
   font-weight: bold;
}