/* Updated 10Mar25 by Russ Harvey  */

html,body {
  margin: 0 5px 0 11px;
  padding: 0;
  color: #000000;
  background-color: #e7e1d7;
  font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
  position: relative;
  background-color: #ffffff;
  text-align: left;
  width: 900px;
  margin: 0 auto;
  padding: 2px;
/*   border: 0;  */
  border: 1px solid #999999;
}
#header {
  height: 96px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #333366;
}
#header img {
  float: left;
  margin: 0;
  padding: 0;
}
#header p {
  text-align: center;
}
#header .large {
  font-size: 1.4em;
  color: #333366;
  font-weight: bold
}
#header .medium {
  font-size: 1.2em;
  color: #333366;
}
#nav {
  position: absolute;
  top: 150px;
  left: 1em;
  width: 180px;
}
#nav ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 0;
}
#nav li {
  font-size: 100%;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0.3em;
}
#nav a:link {
  text-decoration:none;
  color: #ff3333;
  background-color: transparent;
}
#nav a:visited {
  text-decoration:none;
  color: #cc6600;
  background-color: transparent;
}
#nav a:hover {
  color: #ff3333;
}
#nav h3 {
  font-size: 110%;
  color: #333366;
  background-color: transparent;
  border-bottom: 1px dotted #cccccc;
}
.skipnav {
  position: absolute;
  top: -999px;
  left: -999px;
}
#content {
  margin-top: 10px;
  margin-left: 210px;
  margin-right: 2em;
}
#content p {
  line-height: 1.5em;
}
#books {
  list-style-type: none;
}
#books li {
  float: left;
  margin: 0 50px 5px 0;
  font: bold 1.0em sans-serif;
  color: #000000;
}
#books img {
  display: block;
  border: 1px solid #333300;
}
#books2 {
  list-style-type: none;
}
#books2 li {
  float: left;
  margin: 0 50px 5px 0;
  font: bold 1.0em sans-serif;
  color: #000000;
}
#books2 img {
  display: block;
  border: 1px solid #333300;
}
#footer {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #333366;
  border-bottom: 1px solid #333366;
  color: #000000;
  background-color: #ffffff;
  margin: 1px 0;
  text-align: center;
}
#footer .nav {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-size: 0.7em;
  text-align: center;
}
#footer .rightimg {
  float: right;
  border: 0;
  margin: 1% 1%;
}
p,td,div,blockquote,th,dt,dd {
  font-family: Arial, Helvetica, 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;
  font-size: 1.0em;
}
li.gallery {
  list-style-type: none;
  font-size: 1.0em;
  line-height: 2.1em;
}
.center {
  text-align: center;
}
.indent {
  text-indent: 2em;
}
.clear {
  clear: both;
  font-size: 0.1em;
  margin: 0;
  padding: 0;
}
.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;
}
.tiny {
  font-size: 0.1em;
  text-align: center;
}
.small {
  font-size: 0.7em;
  text-align: center;
}
.smleft {
  font-size: 0.8em;
}
.smright {
  font-size: 0.8em;
  text-align: right;
}
.smallcaps {
  font-variant: small-caps;
}
.right {
  text-align: right;
}
.tight {
  letter-spacing: -0.05em;
}
.medium {
  font-size: 1.2em;
  color: #333366;
  background-color: #ffffff;
  text-align: center;
}
.large {
  font-size: 1.4em;
  color: #333366;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.blockquote {
  margin: 2em 3em;
}
pre {
  font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
  font-size: 1.0em;
}

/* Data Tables  */
.datatable {
  border: 2.0px solid #990000;
  border-collapse: collapse;
  width: 100%;
}
.datatable td {
  border: 1px solid #990000;
  text-align: left;
  padding: 4px;
}
td {
  margin: 0;
}
.datatable th {
  border: 1px solid #ffffff;
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.datatable caption {
  font-weight: bold;
  background-color: #ffffcc;
  color: #990000;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 8px;
}
.table {
  margin: 0px;
}
.odd {
  background-color: #cccccc;
}

.highlight {
  color: #000000;
  background-color: #ffff66;
}
.highlight a:link {
  color: #ff3333;
  background-color: #ffff66;
  font-weight: normal;
}

/* Two Columns  */
.grid {
  clear: both;
  width: 600px;
  margin: -15px 0;
  padding: 0;
  font-size: 100%;
}
.grid ul {
  font-size: 1.0em;
}
.floatright {
  float: right;
  width: 49%;
  text-align: left;
  font-size: 1.0em;
}
.floatright2 {
  float: right;
  width: 39%;
  text-align: left;
  font-size: 1.0em;
}
.floatleft {
  float: left;
  width: 49%;
  text-align: left;
  font-size: 1.0em;
}
.floatleft2 {
  float: left;
  width: 60%;
  text-align: left;
  font-size: 1.0em;
}

h1 {
  color: #333366;
  background-color: #ffffff;
  margin-top: 0;
  font-family: sans-serif;
}
h2,h3,h4,h5,h6 {
  color: #333366;
  background-color: #ffffff;
  font-family: sans-serif;
}
.rightimg {
  float: right;
  border: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.rightimg2 {
  float: right;
  border: 0;
  margin: 5% 3%;;
}
.leftimg {
  float: left;
  border: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.leftimg-gallery {
  float: left;
  border: 0;
  margin-right: 70px;
  margin-bottom: 10px;
}
.leftimg2 {
  float: left;
  border: 0;
  margin: 1% 3%;;
}
.box {
  position: static;
  border: 1px dotted #333366;
  margin: 5px;
  padding: 1% 3%;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.quote {
  position: static;
  border: none;
  margin: 20px;
  padding: 1% 3%;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
a:link {
  color: #ff3333;
  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:focus {
  color: #993333;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
a:active {
  color: #6666cc;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a img {
  border: none;
}
