/* This is not for IE6 */
/* Defaults for everything */
body {
background-color: #e0e0e0; /* outside the panel */
color: black;
font-size: 16px;
font-family: verdana;
margin: 0;
}
h1, h2, h3 {color: #024;}
h1 {
font-size: 20px;
text-align: left;
margin: 0; /* Seem to need this */
}
h2 {
font-size: 20px;
}
/* for links in general */
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: #024;
/* color: #7474d7; */
}
img {border: 0;padding: 0;margin: 0;}
#frame {
  width: 730px;
  padding: 10px 10px 10px 20px;
  border: 0;
  overflow: auto;
  float: left;
} /* Total width should add up to 760px */
.sect {}
#navcontainer {
  color: white;
  padding: 0px;
  width: auto;
  overflow: auto;
  border-bottom: 1px solid black;
} /* Total width should add up to 760px */
#navcontainer ul {
  list-style-type: none;
  text-align: left;
}
#navlist {
  margin: 0;
  padding: 2px 0;
  font-size: 100%;
  background-color: #aaa;
  padding-top: 5px;
}
#navlist li {
  display: inline;
  list-style-type: none;
}
#navlist a:link, #navlist a:visited {
  color: #333;
  background-color: transparent;
  text-decoration: none;
  padding-left: 20px;
}
#navlist a:hover, #navlist a:active {
  color: #024;
  text-decoration: underline;
}
.page-footer {
  clear: both;
  font-size: 0.8em; /* copyright in small print! */
  text-align: center;
  margin: 10px;
}

