#header {
  margin: 0;
  width: 780px;
  border-bottom: solid 3px #99ab4e;
  background-color: #999999;
  font-family:Verdana;
  background-color: #ffffff;
}

#header h2 {
  margin: 0;
  padding: 3px 0 4px 8px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  background-image: url(images/gh_back.gif);
}

#table-left p{
  color: #000099;
}


#contents h1, #contents h2 {
  margin: 0 0 7px 0;
  padding: 11px 0 10px 12px;
  line-height: 110%;
  font-size: 18px;
  color: #000099;
  background-image: url(images/gtitlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  border-left:5px solid #69821b;
  border-bottom:2px solid #69821b;
  padding-left:5px;
}

#menu h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(images/gsidebar.gif);
  background-repeat: no-repeat;
}


.menulist a:hover{
  color: #69821b;
  background-image: url(images/gside_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


#footer {
  clear: both;
  margin: 0;
  padding: 10px 0 15px 10px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 2px;
  border-top-color: #69821b;
  background-color: #ffffff;
}

a:link {
  color: #69821b;
}

a:hover {
  color: #99ab4e;
}

a:visited {
  color: #99ab4e;
}

