body {
  background: url(images/background.JPG);
  background-repeat: repeat-x;
  background-color: #CFFACB;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0px 0px 0px 0px;
}

body, td, th, div, p, h1, h2, li {
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

a, a:active {
  color: #930F09;
}

a:visited {
  color: #939F09;
}

h2 {
  font-size: 16px;
  color: #666666;
  margin: 20px 0px 5px 0px;
  border-bottom: 1px dotted #cccccc;
}

#Banner {
  background: url(images/banner.JPG) top center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 94px;
  width: 100%;
  margin: 10px 0px 0px 0px;
}

#Menu {
  text-align: center;
  background: url(images/menu.JPG) top center no-repeat;
  position: absolute;
  top: 94px;
  left: 50%;
  height: 29px;
  width: 900px;
  margin-top: 0px;
  margin-left: -450px;
  margin-bottom: 0px;
  margin-right: 0px;
  }

#Content {
  position: absolute;
  top: 123px;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}

#Footer {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  background-color: #EFF0CF;
}

#Menu td {
  padding-left: 30px;
}

#Menu table {
  width: 100%;
}

.Title {
  font-size: 18px;
  font-weight: bold;
}

.TitleLink {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.Label {
  font-size: 14px;
  font-weight: bold;
}

.CurrentLink {
  font-size: 14px;
  font-weight: bold;
  color: #939F09;
}