
#banner a.icon {
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  background: #000000;
}

#banner a.icon:hover,
#banner a.icon:active {
  background:#000000;
  color:#eeeeee;
}

#banner {
  background-color: #000000;
  border: 3px solid #000000;
  color: #eeeeee;
  font-family: arial,helvetica,geneva;
  font-size: 16pt;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 1034px;
}

body {
  background-color: #555555;
}

#content {
  background-color: #eeeeee;
  border: 3px solid #aaaaaa;
  color: #000000;
  font-family: arial,helvetica,geneva;
  font-size: 12pt;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  width: 1040px;
}

#footer {
  background-color: #000000;
  font-size: 10pt;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  width: 1040px;
}

#footer a {
  color: #eeeeee;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#misc {
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  width: 1034px;
}

#misc a {
  text-decoration: none;
}

#misc a:hover {
  text-decoration: underline;
}

#navigation {
  background-color: #000000;
  text-align: center;
}

#navigation a {
  display: block;
  color: #eeeeee;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  background: #aa0000;
}

#navigation a:hover,
#navigation a:active,
#navigation a.here:link,
#navigation a.here:visited {
  background:#eeeeee;
  color:#000000;
}

