table
{
font-size: 0.95em; 
}


body
{
   background-color: #E8E8E8;
   font-family: Arial,Georgia,sans-serif;
   text-align: center;
   font-size: 0.95em;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   width: 100%;
}

a
{
   color: #808080;
}

h1
{
   color: #808080;
   text-decoration: underline;
}

h2
{
   color: #808080;
}

h3
{
   color: #808080;
}

h4
{
   color: #808080;
}

h5
{
   color: #808080;
}

h6
{
   color: #808080;
}


#main
{
   width: 1000px;
   margin: auto;
   padding: 30px 0px 15px 0px;
   background-color: #FFFFFF;
   text-align: left;
}

#head
{
   border-top: 1px solid #000000;
   margin: 0px 0px 10px 0px;
}

   #head img
   {
      margin: 1px 0px 8px 10px;
      float: left;
      border-width: 0px;
   }

#mininavigation
{
   float: right;
   margin: 55px 10px 0px 0px;
   width: 400px;
   text-align: right;
}

   #mininavigation a
   {
      text-decoration: none;
      font-weight: normal;
      font-size: 80%;
   }

#sitenavigation
{
   background-color: #EAEAEA;
   background-image: url(pictures/bg_header.png);
   background-repeat: repeat-x;
   margin: 0px 0px 0px 0px;
   clear: both;
   height: 2em;
   padding: 0em 0em 0em 175px;
}

   #sitenavigation li
   {
      display: inline;
   }

   #sitenavigation a
   {
      position: relative;
      padding: 0.25em 1em 0.25em 1em;
      top: 0.6em;
      text-decoration: none;
      color: #808080;
      font-weight: normal;
   }

   #sitenavigation .active a
   {
      border-top: 1px solid #808080;
      border-right: 1px solid #808080;
      border-left: 1px solid #808080;
      -moz-border-radius-topleft: 5px; /* works only in Mozilla, Firefox and Netscape */
      -moz-border-radius-topright: 5px; /* works only in Mozilla, Firefox and Netscape */
      -khtml-border-radius-topleft: 5px; /* works only in Konqueror and Safari */
      -khtml-border-radius-topright: 5px; /* works only in Konqueror and Safari */
      background-color: #FFFFFF;
   }


#navigation
{
   width: 150px;
   float: left;
   list-style-type: none;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 300px 8px;
}
   #navigation li
   {
      border-bottom: 1px solid #808080;
      padding: 0px 0px 0px 0px;
   }

   #navigation a
   {
      display: block;
      font-size: 105%;
      text-decoration: none;
      font-weight: normal;
      padding: 2px 0px 2px 2px;
    }

   #navigation .level1 a
   {
   }

   #navigation .level1 a:hover
   {
      background-color: #C4C4C4;
      color: #FFFFFF;
      font-weight:normal;
   }

   #navigation .level1active a
   {
      background-color: #C4C4C4;
      color: #FFFFFF;
      font-weight:normal;
   }

   #navigation .level2 a
   {
      padding: 2px 0px 2px 10px;
      background-color: #EAEAEA;
   }
   
   #navigation .level2 a:hover
   {
      padding: 2px 0px 2px 10px;
      background-color: #EAEAEA;
      font-weight: normal;
   }
   
   #navigation .level2active a
   {
      padding: 2px 0px 2px 10px;
      background-color: #EAEAEA;
      font-weight: normal;
   }


#partner
{
   margin: -220px 0px 0px 8px;
   float:left;
   width: 150px;
   position: relative;
}

   #partner a img
   {
      margin: 10px 0px 0px 0px;
      border-width: 0px;
   }

#content
{
   float: right;
   width: 825px;
   padding: 20px 5px 30px 5px;
}

#bottom
{

   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   clear: both;
}

#lastedit
{
   padding: 0px 10px 3px 0px;
   text-align:right;
   font-size: x-small;
}

#footer
{
   padding: 3px 10px 3px 10px;
   color: #808080;
   font-weight: normal;
   text-align: center;
   font-size: x-small;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background-color: #EAEAEA;
   background-image: url(pictures/bg_footer.png);
   background-repeat: repeat-x;
}

