
body {
  font-family: sans-serif;
  color: black;
  background: url(grassbg.jpg) repeat top left;
  margin-left: 30px;
  margin-right: 180px;
  margin-top: 100px;
}

div.top {
  display: block;
  background: url(grasstop.jpg) repeat-x top left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 388px;
  z-index: -1;
}

h1.title, div.title, div.nav, div.subnav, div.main {
  display: block;
  background: url(transwhite.png) repeat;
  border-color: #808080;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
}

h1.title, div.title {
  margin: 0px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 180px;
  padding: 5px;
}

a {
  color: #004040;
  text-decoration: none;
}

a:hover {
  background: #ffffee
}

div.nav {
  margin: 0px;
  text-align: left;
  position: absolute;
  top: 100px;
  right: 30px;
  width: 120px;
  font-size: 12px;
}

div.nav a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: black;
}

div.nav a:hover {
  font-weight: bold;
  background: black;
  color: white;
}

div.nav div.nc {
  text-decoration: underline;
  padding-top: 6px;
  display: inline;
}

div.subnav {
  margin: 0px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 13px;
}

div.subnav a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
}

div.subnav a:hover {
  font-weight: bold;
  background: black;
  color: white;
}

div.subnav div.nc {
  display: block;
  text-decoration: underline;
}

/* footer */

div.footer {
  line-height: 90%;
  color: gray;
}

div.footer a {
  color: gray;
}

div.footer div {
  margin-top: 8px;
}
