/* CSS Document */

body {
  background: url(images/sod.jpg) repeat;
  padding: 0px; margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#mainbox{
  margin-right:auto; margin-left:auto;
  width: 715px;
  background: #fff url(images/header.jpg) top left no-repeat;
  border: 3px solid #C6D204;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding: 150px 0px 0px 0px;
}

#ribbonmenu{
  width: 100%;
  height: 32px;
  border: 2px solid #C6D204;
  border-left: 0px; border-bottom: 0px; border-right: 0px;
  background: #74CA2A url(images/backmenu.jpg) top left repeat-x;
  margin: 0; padding: 0;
  font: 12px Verdana, sans-serif;
  list-style-type: none;
}

#navlist{
   padding: 0;  margin: 0;
   margin-left: 100px;
}

#navlist li
{
  float: left;
  margin: 0; padding: 0;
  width: auto; display: block;
}

#navlist li a, #navlist li a:link
{
  background: none;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px 3px 10px;
  display: block;
}

#navlist li a:hover
{
  color: #FFFF00;
  border-bottom: 3px solid #C6D204;
  cursor: pointer;
  background: #74CA2A;
}

#navlist li a#current, #navlist li a#current:link
{
  color: #FFFFCC;
  cursor: default;
  font-weight: bold;
  border-bottom: 3px solid #C6D204;
}

#navlist li a#current:hover
{
  border-bottom: 3px solid #C6D204;
  background: #74CA2A;
}

#innercontent{
  width: 95%;
  padding-bottom: 30px;
  margin-top: 10px; margin-bottom: 10px;
  margin-left: auto; margin-right: auto;
  font-size: 16px; color: #336600;
}

#footermenu{
  width: 100%;
  border: 1px solid #000;
  border-left: 0px; border-bottom: 0px; border-right: 0px;
  background: #728A61 url(images/topfooter.jpg) top left repeat-x;
  margin: 0; padding: 0;
  padding-bottom: 5px;
  font: 11px Verdana, sans-serif; color: #fff;
}

#footermenu a{
  color: #fff;
}

#footermenu a:hover{
  color: #FFFF66;
}

#innercontent table{
  width: 100%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#innercontent table {
  border-bottom: 1px dotted #003333;
}

#innercontent table tr.alt td{
  background-color: #FFFFE6;
}