/* Updated 11Jun4 by Russ Harvey  */

html,body {
  margin: 0;
  padding: 0;
  background-color: #bbccaa;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
}
#wrapper {
  position: relative;
  background-color: #ffffff;
  text-align: left;
  width: 750px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #333333;
}
#header {
  height: 155px;
  margin: 2px 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  background-image: url("graphics/BridgesRounded2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0;
}
#header p {
  font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
  font-size: 42px;
  text-align: left;
  color: #ffffff;
  margin: 0;
  padding: 9px 0 0 0.5em;
}
#header p.subhead {
  font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
  font-size: 22px;
  text-align: left;
  color: #eeeeee;
  margin: 0;
  padding: 50px 0 0 1.2em;
}
#content {
  margin-top: 10px;
  margin-left: 13em;
  margin-right: 1em;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}
#nav {
  position: absolute;
  top: 150px;
  left: 0;
  width: 11em;
}
.skipnav {
  position: absolute;
  top: -999px;
  left: -999px;
}
ul#mainnav {
  list-style: none;
  margin-left: 2px;
  padding: 0;
  background-color: #447766;
  border-bottom: 1px solid #999999;
}
ul#mainnav li {
  display: block;
  border-top: 1px solid #999999;
}
ul#mainnav li a {
  display: block;
  margin: 6px;
  padding: 6px 0;
  background-color: #447766;
  font: bold 1.0em /1.5 arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  width: 95%;
}
ul#mainnav li a:hover {
  background-color: #336666;
  color: #ffffff;
  text-decoration: underline;
}
ul#mainnav li.title {
  font-size: 1.3em;
  font-weight: bold;
  color: #336666;
  background-color: #cceedd;
}
#footer {
  font-family: Arial,Helvetica,sans-serif;
  clear: both;
  color: #000000;
  margin: 1px 0;
}
#footer .rightimg {
  float: right;
  border: 0;
  margin: 1% 1%;
}
#footer .p {
  font-size: 0.8em;
}
p,td,div,blockquote,th,dt,dd {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
}
code {
  font-family: "Lucida Console","Andale Mono","Courier New", monospace;
  font-size: 1.0em;
}
ul {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
}
ol {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  list-style-type: decimal;
}
li.off {
  list-style-type: none;
}
li.circle {
  list-style-type: circle;
}
li.big {
  font-size: 1.4em;
  color: #333399;
}
.indent {
  text-indent: 2em;
}
.justify {
  text-align: justify;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  margin: 0;
}
.code {
  font-family: Courier, Monaco, monospace;
  font-size: 1em;
  color: #00ff33;
  text-align: center;
  font-weight: bold;
  margin-bottom: -0.8em;
}
.medium {
  font-size: 1.4em;
  color: #003333;
  text-align: center;
  font-weight: bold;
  margin-bottom: -0.8em;
}
.smcenter {
  font-size: 0.8em;
  text-align: center;
}
.smleft {
  font-size: 0.8em;
}
.notice {
  font-size: 0.8em;
}
.photo {
  text-align: center;
  text-indent: 0em;
  margin: 0;
}
.clear {
  clear: both;
  font-size: 0.8em;
  text-align: center;
}
.cleared {
  clear: both;
}
.quote {
  margin: 10px 50px;
}
.red {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
}
.white {
  color: #ffffff;
  text-align: center;
}
.bold {
  text-align: center;
  font-weight: bold
}
.odd {
  background-color: #cccccc;
}
.highlight {
  background-color: #ffff66;
}
.note {
  color: #000000;
  background-color: #ccffae;
  border: 1px;
  border-style: dotted;
  border-color: #009900;
  padding: 1em;
}
.note h3 {
  color: #3366cc;
  background-color: #cceaff;
}
.note h4 {
  color: #3366cc;
  background-color: #cceaff;
}
.note a:link {
  color: #333399;
  background-color: #cceaff;
  font-weight: normal;
  text-decoration: underline;
}
.note a:visited {
  color: #666666;
  background-color: #cceaff;
  font-weight: normal;
}
.note a:hover {
  color: #993333;
  background-color: #ffffff;
  font-weight: normal;
}
.note a:active {
  color: #990000;
  background-color: #ffffff;
  font-weight: normal;
}
.blockquote {
  margin: 2em 3em;
}
h1 {
  font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
  color: #336666;
  background-color: #ffffff;
  margin-top: -5px;
  padding: 0;
  text-align: center;
}
h2,h3,h4,h5,h6 {
  font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
  color: #336666;
  background-color: #ffffff;
}
.rightimg {
  float: right;
  border: 0;
  margin-left: 20px;
  margin-bottom: 5px;
}
.leftimg {
  float: left;
  border: 0;
  margin-right: 20px;
  margin-bottom: 5px;
}
hr {
  color: #003333;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
}
td {
  margin: 0px;
}
a:link {
  color: #006633;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #73994c;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #006633;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
a:active {
  color: #990000;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
a img {
  border: none;
}
