body {
  text-decoration: None;
  font-family: Ariel, Helvetica, non-serif;
  margin: 0;
  border-width: 0;
  padding: 0;
}
body.nav {
  background-image: url(graphics/bg0022w.gif);
  color: #004411;
  background-color: #e0e8c8;
}
body.printable {
  color: #004411;
  background-color: white;
}

a:hover { text-decoration: underline; }
.nav a { color: #116622; text-decoration: None; }
.printable a { color: #004411; text-decoration: None; }
.printable a:hover { color: #004411; text-decoration: None; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.smallcaps {  font-variant: small-caps}

.toplevel {
  height: 100%;
  width: 100%;
  border-width: 0;
  padding: 0;
  margin: 0;
}

.menu {
  text-decoration: None;
  font-family: Ariel, Helvetica, non-serif;
  font-weight: bold;
  font-size: large;
  color: #006622;
}

.title {
  background-color: #228844;
  color: white;
  font-size: 24pt;
  font-weight: bold;
}
.title a { color: white; text-decoration: None; }

.copy {
  background-color: #228844;
  color: white;
  font-size: 8pt;
  font-weight: normal;
}
.copy a { color: white; text-decoration: None; }

.main {
  background-image: url(graphics/bgmain.png);
  background-repeat: repeat-x;
  background-color: #e0e8c8;
  padding: 10px;
}
