/* Updated 11Aug9 by Russ Harvey  */

html,body {
  margin: 0;
  padding: 0;
  color: #0033ff;
  background-color: #a08d93;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 810px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-image: url("graphics/buttons/background.gif");
  background-repeat: repeat-y;
}
#header {
  height: 102px;
  width: 720px;
  margin-left: 50px;
  margin-right: 20px;
  border-bottom: 1px solid #333399;
}
#header .strapline {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  color: #333399;
  background-color: #ffffff;
  float: right;
  vertical-align: bottom;
  margin-right: 1em;
  margin-top: 80px;
}
#header .logo {
  float: left;
  margin-left: 0.5em;
  margin-top: 0;
}
#header-nav {
  text-align: center;
  margin-top: 5px;
  margin-left: 50px;
  margin-right: 20px;
  border-bottom: 1px solid #333399;
}
#nav {
  position: absolute;
  top: 165px;
  margin-left: 35px;
  left: 0.2em;
  padding: 0;
  width: 110px;
}
#nav h2 {
  color: #333399;
  background-color: #ffffff;
  margin-bottom: 0.5em;
}
#nav h4 {
  color: #333399;
  background-color: #ffffff;
  margin-bottom: 0.5em;
}
#nav p {
  color: #333333;
  background-color: #ffffff;
}
.skipnav {
  position: absolute;
  top: -999px;
  left: -999px;
}
ul#mainnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#mainnav li {
  display: block;
}
#content {
  margin-left: 140px;
  width: 600px;
  font-size: 1.0em;
  padding: 1% 2%;
  text-align: left;
  color: #0033ff;
  background-color: #ffffff;
}
#footer {
  height: 62px;
  clear: both;
  border-top: 2px solid #333399;
  border-bottom: 2px solid #333399;
  text-align: left;
  margin: 0;
}
#footer p {
  margin-top: 10px;
  margin-left: 110px;
  padding: 0;
  font-size: 0.8em;
  text-align: center;
}
#footer .rightimg {
  display: inline;
  float: right;
  border: 0;
  margin-top: 2px;
  padding: 0;
}
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.alpha {
  list-style-type: upper-alpha;
}
.indent {
  text-indent: 2em;
}
.justify {
  text-align: justify;
  margin: 0 2em;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  margin: 0;
}
.medcenter {
  font-size: 1.4em;
  color: #333399;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.boldcenter {
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.smcenter {
  font-size: 0.8em;
  text-align: center;
}
.smleft {
  font-size: 0.8em;
}
.description {
  clear: both;
}
.photo {
  text-align: center;
  margin: 0;
}
.clear {
  clear: both;
  font-size: 0.8em;
  text-align: center;
}
.medclear {
  font-size: 24px;
  line-height: 30px;
  text-align: justify;
}
.bigclear {
  font-size: 48px;
  line-height: 60px;
  text-align: justify;
}
.clearimg {
  clear: both;
  font-size: 0.1em;
  margin: 0;
  padding: 0;
}
/* underline where a title provided */
abbr[title], acronym[title] {
  border-bottom: 1px dotted;
}
.quote {
  margin: 10px 50px;
}
.blockquote {
  margin: 1em 3em;
}
.table {
  margin: 0;
}
td {
  margin: 0;
}
.odd {
  color: #0033ff;
  background-color: #99cccc;
}
.day {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
}
.holiday {
  margin: 0;
  color: #ff0000;
  background-color: #ffff66;
  font-weight: bold;
}
.datatable {
  border: 2px solid #333399;
  border-collapse: collapse;
  width: 100%;
}
.datatable td {
  border: 1px solid #333399;
  text-align: left;
  vertical-align: top;
  padding: 4px;
}
.datatable td.right {
  border: 1px solid #333399;
  text-align: right;
  vertical-align: top;
  padding: 4px;
}
.datatable th {
  border: 1px solid #ffffff;
  background-color: #333399;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.datatable caption {
  font-size: 1.4em;
  font-weight: bold;
  background-color: #ffffff;
  color: #333399;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 8px;
}
.subtitle {
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
  color: #333333;
  background-color: #ffffff;
}
.border {
  border: 2px;
  border-style: dotted;
  border-color: #333399;
  padding: 1em;
  font-size: 100%;
}
.note {
  color: #000000;
  background-color: #e1def4;
  border: 1px;
  border-style: dotted;
  border-color: #333399;
  padding: 5px;
}
.note h2 {
  color: #3366cc;
  background-color: #e1def4;
}
.note h3 {
  color: #3366cc;
  background-color: #e1def4;
}
.note h4 {
  color: #3366cc;
  background-color: #e1def4;
}
.note a:link {
  color: #333399;
  background-color: #e1def4;
  font-weight: normal;
  text-decoration: underline;
}
.note a:visited {
  color: #666666;
  background-color: #e1def4;
  font-weight: normal;
}
.note a:hover {
  color: #993333;
  background-color: #e1def4;
  font-weight: normal;
}
.note a:active {
  color: #990000;
  background-color: #e1def4;
  font-weight: normal;
}
.error {
  border: none;
  padding: 0.5em;
  font-size: 1.4em;
  text-align: center;
}
.box {
  clear: both;
  font-weight: bold;
  border: 1px;
  border-style: dashed;
  border-color: #0033ff;
  margin: 1em;
  padding: 1em;
}
.grid {
  clear: both;
  width: 550px;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}
.floatright {
  float: right;
  width: 49%;
  text-align: left;
}
.floatleft {
  float: left;
  width: 49%;
  text-align: left;
}
.grid ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}
.rightimg {
  float: right;
  border: 0;
  margin-left: 20px;
  margin-bottom: 1px;
  z-index: 10;
}
.leftimg {
  float: left;
  border: 0;
  margin-right: 20px;
  margin-bottom: 1px;
  z-index: 10;
}
.highlight {
  background-color: #ffff66;
  color: #0033ff;
}
.highlight a:link {
  color: #cc3333;
  background-color: #ffff66;
  font-weight: normal;
  text-decoration: underline;
}
.highlight a:visited {
  color: #cc6600;
  background-color: #ffff66;
  font-weight: normal;
  text-decoration: underline;
}
.highlight {
  color: #333399;
  background-color: #ffff66;
}
.highlight a:link {
  color: #cc3333;
  background-color: #ffff66;
  font-weight: normal;
  text-decoration: none;
}
.highlight a:visited {
  color: #cc6600;
  background-color: #ffff66;
  font-weight: normal;
  text-decoration: none;
}
.highlight a:hover {
  color: #ff3333;
  background-color: #ffff66;
  font-weight: normal;
  text-decoration: underline;
}
.highlight a:active {
  color: #990033;
  background-color: #ffff66;
  font-weight: normal;
  text-decoration: none;
}
.clear {
  clear: both;
  font-size: 0.8em;
  text-align: center;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  margin-top: 0;
}
h2,h3,h4,h5,h6 {
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
hr {
  color: #333333;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
}
a:link {
  color: #cc3333;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #cc6600;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #ff3333;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
a:active {
  color: #990033;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a img {
  border: 0.1px none #ffffff;
}
