body {
  font-weight: bold;
  font-family: serif;
  font-family: arial, "sans serif";
  line-height: 150%;
  background-color: #979866;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  border-top: solid 2px #666666;
  border-bottom: solid 2px #666666;
}

#logo {
  position: absolute;
  width: 95%;
  border: none;
  z-index: 3;
  left: 15px;
  top: 80px;
  color: #336633;
  font-weight: bold;
}

#logobackground {
  position: absolute;
  width: 100%;
  border-top: solid 2px #999999;
  border-bottom: solid 2px #999999;
  z-index: 2;
  left: 0px;
  top: 70px;
}

#headlines {
  position: absolute;
  //margin: 5px;
  padding: 10px;
  width: 38%;
  border: none;
  z-index: 3;
  left: 55%;
  top: 250px;
  color: #ffffff;
  font-family: "sans serif";
  font-family: serif;
  font-size: 1em;
  font-weight: normal; 
}

#headlinesbackground {
  position: absolute;
  width: 40%;
  border-top: solid 2px #666666;
  border-bottom: solid 2px #666666;
  z-index: 2;
  left: 55%;
  top: 250px;
}

#nav {
  display: block;
  position: absolute;
/*
  border: solid 1px;
*/
  padding: 5px;
  z-index: 3;
  right: 10px;
  top: 175px;
  font-size: .8em;
}

#slogan {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 85px;
  color: #006600;
  font-size: 1.2em;
  font-weight: bold;
}

#footer {
  position: absolute;
  z-index: 3;
  font-size: .8em;
  padding: .5em;
  text-align: center;
}

a:link {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  color: #f0f0f0;
  text-decoration: none;
}
  
a:hover {
  color: #f0f0aa;
  text-decoration: underline;
}

a:active {
  color: #ffff00;
  text-decoration: underline;
}

#nav a:link {
  color: #006600;
  text-decoration: none;
}

#nav a:visited {
  color: #003300;
  text-decoration: none;
}
  
#nav a:hover {
  color: #009900;
/*
  background-color: #006600;
*/
  text-decoration: underline;
}

#nav a:active {
  color: #ffff00;
  background-color: #003300;
  text-decoration: underline;
}

ul {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
}

li.checkbox {
  list-style: url(images/box.gif) circle;
}

