body {
  background-color: #ffffff;
  font-family: arial, sans-serif;
  }

td {
  vertical-align: top;
}
table {
  width: 100%;
}
td.right {
  width: 100%;
}
.main {
  margin: auto;
  width: 800px;
  }
.header {
  clear: left;
  margin-bottom: 1em;
  text-align: left;
}


.textbar {
  color: #505050;
  padding-top: 0em;
  padding-left: 2em;
  vertical-align: top;
  font-size: 105%;
  }
.textbar p.big {
  font-size: 130%;
  line-height: 140%;
  text-indent: -1.2em;
}
.textbar a:link, .textbar a:visited {
  text-decoration: none;
  color: #000080;
}
.textbar a:hover {
  text-decoration: underline;
  color: #000080;
}

.navbar {
  font-size: 105%;
  font-weight: bold;
  border: 3px outset #b22222;
  padding: 0.3em;
  background-color: #b22222;
  width: 12em;
  }
.navbar h2 {
  display: none;
}

.navbar li {
  list-style: none;
  margin: 0;
  text-align: left;
}

.navbar ul {
  padding: 0;
  margin: 0;
}

.navbar li a {
  display: block;
  text-decoration: none;
  padding: 0.2em 0em;
  border-bottom: 2px solid #b22222;
  border-top: 2px solid #b22222;
  width: 12em;
}
.navbar li a.last {
  margin-top: 2em;
  border-top: 1px solid #fffaf0;
  border-bottom: 1px solid #fffaf0;
}

.navbar li a:link, .navbar li a:visited {
  text-decoration: none;
  color: #fffaf0;
}

.navbar li a:hover {
  text-decoration: none;
  color: #d3d3d3;
}
.footer {
  border-top: 1px solid #b22222;
  color: #505050;
  text-align: center;
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  background-color: #d3d3d3;
  margin-top: 5px;
}

.footer a:link, .footer a:visited {
  text-decoration: none;
  color: #000080;
  }

.footer a:hover {
  text-decoration: underline;
  color: #000080;
  }
