/* Generated by KompoZer */
body {
  margin: 0px;
  padding: 0px;
  background-color: #cccccc;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  font-size: 10pt;
}
#header {
  border-color: black;
  border-width: 3px;
  width: auto;
  display: none;
}
#navbar {
  border:  none;
  margin: 1em;
  padding: 1em;
  background-color: silver;
  width: 80%;
  display: none;
}
#content {
  border-style: none;
  margin: 1em;
  padding: 1em;
  background-color: #cccccc;
  width: 80%;
  font-family: Arial,Helvetica,sans-serif;
}
#footer {
  border:  none;
  padding: 1em;
  clear: both;
  color: white;
  width: 80%;
  text-align: center;
  font-size: 15pt;
  display: none;
}
#banner {
  text-align: center;
  width: auto;
  visibility: visible;
  display: inline;
}
#navlist {
  color: white;
  text-decoration: none;
  display: none;
}
#navlist, li {
  list-style-type: none;
}
#navlist, a:visited, a:link, a:active {
  padding: 1em;
  text-decoration: none;
  background-color: #000099;
  color: white;
}
a:hover {
  text-decoration: none;
  background-color: black;
}

