#container {
  width: 980px;
  text-align: left;
  }

#header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  }

#header h1 {
  margin: 0px;
  }

#header p {
  margin: 0px;
  }

#menu {
  padding: 3px 0px 3px 0px;
  width: 100%;
  text-align: center;
  }

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

#menu a:visited {
  text-decoration: none;
  color: #967653;
  }

#menu a:hover {

  color: #634628;
  border-bottom: 1px dotted #634628;
  }

#menu .here {
  font-weight: bold;
  color: #634628;
  border-top: 2px dotted #df811d;
  border-bottom: 2px dotted #df811d;
  }  

#content {
  padding: 15px 0 0 0;
  width: 100%;
  }

#content a:link {
  color: #1F3FCB;
  text-decoration: none;
  }

#content a:visited {
  color: #1F3FCB;
  text-decoration: none;
  }

#content a:hover {
  color: #BE0C36;
  text-decoration: none;
  border-bottom: 1px dotted #BE0C36;
  }

#footer {
  width: 100%;
  text-align: center;
  font-size: 7pt;
  }

#footer p {
  padding: 15px 0 3px 0;
  margin: 0;
  }



