body {
  background-color: #b0b0b0;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  margin: 0px;
}
a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  color: #808040;
  text-decoration: underline;
}
p {
  text-align: justify;
}

#head {
  background-color: #404040;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 100px;
  width: 100%;
}
#headTable {
  background-color: #ffffff;
  height: 80px;
  margin: auto;
  padding-top: 20px;
  position: relative;
  width: 800px;
}
#headQuick {
  font-size: 0.8em;
  position: absolute;
  right: 10px;
  top: 5px;
}
#headMenu {
  background-color: #526a20;
  bottom: 0px;
  clear: both;
  height: 20px;
  margin: auto;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-top: 3px;
  position: absolute;
  width: 780px;
}
.menu {
  color: #c0c0c0;
}
.menu a {
  color: #c0c0c0;
}
.menu a:hover {
  color: #ffffff;
}

#body {
  background-color: #808080;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: auto;
  width: 100%;
}
#bodyTable {
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  text-align: left;
  width: 760px;
}

#foot {
  background-color: #b0b0b0;
  width: 100%;
}
#footTable {
  background-color: #526a20;
  height: 80px;
  margin: auto;
  position: relative;
  width: 800px;
}
#footCopy {
  color: #808080s;
  height: 80px;
  margin: auto;
  padding-top: 3px;
  padding-right: 20px;
  text-align: right;
  width: 780px;
}