/* Updated 11Aaug9 by Russ Harvey  */
/* This is a limited CSS used for the 1024.html page primarily to remove the side navigation */

html, body {
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  font-family: Arial, Helvetica, Geneva, sans-serif;
}
#header {
  position: relative;
  top: 0;
  margin: 0;
}
#header ul.breadcrumb {
  float: right;
  padding-left: 5px;
  margin: 0 1em 0 0;
  list-style-type: none;
}
#header ul.breadcrumb li {
  display: inline;
  font-size: 0.8em;
}
#content {
  position: static;
  top: 100px;
  margin: 0 0.1em 2em 0.1em;
}
#footer {
  clear: both;
  border-top: 1px solid #555544;
  border-bottom: 1px solid #555544;
  color: #ffffff;
  background-color: #006699;
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer p {
  font-size: 0.7em;
  text-align: center;
  color: #ffffff;
  background-color: #006699;
}
#footer a:link {
  color: #ffffff;
  background-color: #006699;
  font-weight: normal;
}
#footer a:visited {
  color: #ffffff;
  background-color: #006699;
  font-weight: normal;
}
#footer a:hover {
  color: #ffffff;
  background-color: #006699;
  font-weight: normal;
}
#footer a:active {
  color: #ffffff;
  background-color: #006699;
  font-weight: normal;
}
p,td,div,blockquote,th,dt,dd,li {
  font-size: 1.0em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li.off {
  list-style-type: none;
}
ul.breadcrumb {
  padding-left: 5px;
  margin: 0 1em 1em 0;
  list-style-type: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 0.8em;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  margin: 0;
}
.smcenter {
  font-size: 0.7em;
  text-align: center;
}
.smleft {
  font-size: 0.7em;
}
.clear {
  clear: both;
  height: 1px;
}
.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;
}
.quoted {	/* used in Alice CSS Examples */
  margin: 1em 2em;
  text-indent: 1em;
  color: #993300;
  background-color: #ffffff;
}
.note {
  color: #000000;
  background-color: #cceaff;
  border: 1px;
  border-style: dotted;
  border-color: #ff0000;
  padding: 1em;
}
.note h2 {
  color: #3366cc;
  background-color: #cceaff;
}
.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;
}
h1 {
  margin-bottom: 0;
  font-family: "Arial Rounded MT Bold",Chicago,Arial,Helvetica,Geneva,sans-serif;
  color: #3366cc;
  background-color: #ffffff;
}
h2,h3,h4,h5,h6 {
  font-family: "Arial Rounded MT Bold",Chicago,Arial,Helvetica,Geneva,sans-serif;
  color: #3366cc;
  background-color: #ffffff;
}
hr {
  color: #000066;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
}
td {
  margin: 0px;
}
.table {
  margin: 0px;
}
.odd {
  color: #000000;
  background-color: #cccccc;
}
.datatable {
  border: 2.0px solid #006699;
  border-collapse: collapse;
  width: 100%;
}
.datatable td {
  border: 1px solid #006699;
  text-align: left;
  padding: 4px;
}
.datatable th {
  border: 1px solid #ffffff;
  background-color: #006699;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.datatable caption {
  font-weight: bold;
  background-color: #ffffff;
  color: #006699;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 8px;
}
a:link {
  color: #333399;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #666666;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #993333;
  background-color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
a:active {
  color: #990000;
  background-color: #cccccc;
  font-weight: normal;
  text-decoration: underline;
}
a .highlight {
  color: #333399;
  background-color: #ffff66;
  font-weight: normal;
  text-decoration: underline;
}
a img {
  border: none;
}
