body {
  background: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  text-align: center;
}

body * {text-align:left}

div, p, th, td {
  /* redundant selectors to help NS4 not forget */
  background: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  text-align: left;
}

a:link {
  color: #000055;
  background: white;
}

a:visited {
  color: #000055;
  background: white;
}

a:hover {
  color: white;
  background: #000055;
}

a:active {
  color: #000055;
  background: transparent;
}

h1 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  color: #993300;
  margin-top: 0;
  text-align: left;
}

h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #993300;
  margin-top: 18px;
  text-align: left;
}

ul {
  font-size: 13px;
  line-height: 16px;
}

li {
  list-style-type: square;
  /* redundant selectors to help NS4 not forget */
  background: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
}

table {
  border: none;
}

p.quote {
  margin-left: 40px;
}

p.centered {
  text-align: center;
}

.banner {
  font-family: Palatino, Georgia, Verdana, Arial, sans-serif;
  color: #990000;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
  text-align: center;
}

.subbanner {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 0px;
  color: #993300;
  margin-bottom: 0px;
  text-align: center;
}

#wrapper {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  background: #ffffff;
  text-align: left;
}

#hmenu {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

#hnav {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  border-top: 2px solid #887854;
  border-bottom: 2px solid #887854;
}

#hnav a {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
  color: #887854;
  text-decoration: none;
  font-weight: bold;
}

#hnav a:hover {
  background: #887854;
  color: #ffffff;
}

img.bordered {
  margin: 0 0 3px 5px;
  padding: 4px;
  border: 1px solid #ccc;
  float: right;
}
