/* Updated 09Feb17 by Russ Harvey  */

html,body {
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #663333;
  font-family: Verdana,Geneva,Helvetica,sans-serif;
}
#wrapper {
  position: relative;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
  width: 760px;
  margin: auto;
  padding: 4px;
  border: 1px solid #000000;
}
#header {
  height: 92px;
  border-bottom: 1px solid #993300;
}
#header .strapline {
  font-family: Verdana,Geneva,Helvetica,sans-serif;
  font-size: 1.2em;
  color: #993300;
  background: #ffffff;
  float: right;
  margin-right: 2em;
  margin-top: 65px;
  text-align: right;
}
#header .logo {
  float: left;
  width: 377px;
  margin-left: 0.5em;
  margin-top: 0;
}
#content {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 2em;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
}
#nav {
  position: absolute;
  top: 105px;
  left: 2px;
  padding: 0;
  width: 100px;
}
#footer {
  height: 60px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #993300;
  border-bottom: 1px solid #993300;
}
#footer p {
  margin-left: 30px;
  font-size: 0.7em;
}
#footer .rightimg {
  float: right;
  border: 0;
  margin: 2px 25px 0 0;
  width: 76px;
}
p,td,div,blockquote,th,dt,dd {
  font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
  font-size: 1.0em;
}
ul {
  font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
  font-size: 1.0em;
}
ol {
  font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
  font-size: 1.0em;
  list-style-type: decimal;
}
li.off {
  list-style-type: none;
}
.indent {
  text-indent: 2em;
}
.center {
  text-align: center;
}
.index {
  text-align: center;
  font-weight: bold
}
.small {
  font-size: 0.7em;
  text-align: center;
}
.notice {
  font-size: 0.7em;
}
.right {
  text-align: right;
  margin: 0;
}
.photo {
  text-align: center;
  text-indent: 0em;
  margin: 0;
}
.subtitle {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #993300;
  background-color: #ffffff;
}
.bold {
  font-weight: bold;
  color: #993300;
  background-color: #ffffff;
}
blockquote {
  text-indent: 2em;
}
.grid {
  clear: both;
  margin: 0;
  padding: 0;
}
.grid ul {
  font-size: 1.0em;
}
.floatright {
  font-size: 1.0em;
  float: right;
  width: 49%;
  text-align: left;
}
.floatleft {
  font-size: 1.0em;
  float: left;
  width: 49%;
  text-align: left;
}
form {
  border: 1px dotted #993300;
  padding: 3px 6px;
}
input.txt {
  color: #000000;
  background-color: #ffcccc;
  border: 1px inset #993300;
  width: 500px;
}
input.btn {
  color: #ffffff;
  background-color: #993300;
  border: 1px outset #000000;
  padding: 2px 4px 2px 4px;
}
.highlight {
  color: #000000;
  background-color: #ffff66;
}
h1 {
  font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
  text-align: left;
  color: #993300;
  background-color: #ffffff;
  margin-top: 0px;
}
h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
  color: #993300;
  background-color: #ffffff;
  text-align: left;
  margin-bottom: 0px;
}
.rightimg {
  float: right;
  border: 0;
  margin-left: 10px;
  margin-bottom: 1px;
}
.leftimg {
  float: left;
  border: 0;
  margin-right: 10px;
  margin-bottom: 1px;
}
.clear {
  clear: both;
  font-family: sans-serif;
  font-size: 0.7em;
  margin: 1% 3%;
}
hr {
  color: #993300;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
}
td {
  margin: 0px;
}
.odd {
  color: #000000;
  background-color: #cccccc;
}
.note {
  margin: 1% 10%;
  padding: 1% 3%;
  color: #000000;
  background-color: #ffcc99;
  border: 2px;
  border-style: solid;
  border-color: #ff0000;
}
.noted {
  border: 3px;
  border-style: dotted;
  border-color: #993300;
  margin: 10px 30px;
  padding: 1em;
  font-size: 1.0em;
}
.quote {
  margin: 10px 50px;
}
a:link {
  color: #993333;
  text-decoration: none;
  margin: 0;
}
a:visited {
  color: #663333;
  background-color: #ffffff;
  text-decoration: none;
  margin: 0;
}
a:hover {
  color: #ff0033;
  background-color: #ffffff;
  text-decoration: none;
  margin: 0;
}
a:active {
  color: #ff0033;
  background-color: #ffffff;
  text-decoration: none;
  margin: 0;
}
a:link img {
  margin: 0 0 0 5px;
  border-style: none;
}
a:visited img {
  margin: 0 0 0 5px;
  border-style: none;
}
a:hover img {
  margin: 0 0 0 5px;
  border-style: none;
}
a:active img {
  margin: 0 0 0 5px;
  border-style: none;
}