html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

body {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}

#content {
  overflow: auto;
  position: absolute;
  z-index: 3;
  top: 100px;
  bottom: 30px;
  left: 200px;
  right: 0;
  background: #ffffdd url(../img/slate.jpg);
  background-repeat: repeat;
}

* html #content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  position: absolute;
  z-index: 3;
  border-top: 100px solid #fff;
  border-bottom: 30px solid #fff;
  border-left: 200px solid #fff;
}

#head {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 110px;
  font-size: 4.5em;
  z-index: 5;
  overflow: hidden;
  color: #000;
  background: #DAA520 url(../img/sky.gif) no-repeat fixed top;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

#foot {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 1em;
  z-index: 5;
  overflow: hidden;
  background: #000;
  color: #fff;
}

#left {
  position: absolute;
  left: 0;
  top: 100px;
  bottom: 30px;
  width: 200px;
  background: url(../img/yello017.jpg) #ffd700;
  font-size: 1.2em;
  z-index: 4;
  overflow: hidden;
  background-repeat: repeat;
  border-right: 3px solid #000000;
}

* html #left {
  height: 100%;
  top: 0;
  bottom: 0;
  border-top: 100px solid #fff;
  border-bottom: 30px solid #fff;
  color: #fff;
}

#content p {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-top: 2px;
}

.bold {
  font-size: 1.2em;
  font-weight: bold;
}

dd {
  display: none;
}

a.nav, a.nav:visited {
  margin-left: 50px;
  display: block;
  width: 100px;
  height: 25px;
  background: #aaa;
  color: #eee;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}

a.nav:hover {
  background: #000;
  color: #fff;
}

.fltrt {
  float: right;
  margin-left: 8px;
  margin-right: 8px;
}

.fltlft {
  float: left;
  margin-right: 8px;
  margin-left: 8px;
}

.clr {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.centerit {
  text-align: center;
  align: center;
}

pre, code {
  font-size: 11px;
  font-family: monospace;
  border: 1px solid #ddd;
  border-left: 10px solid #d5dce7;
  padding: 10px;
  background: #f6f6f6;
}

form {
  margin: 0;
  padding: 0;
}

p.copyright, p.copyright small {
  font-size: .75em;
  font-weight: normal;
  color: #ffd700;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
}

p.small {
  font-size: .750em;
  font-weight: normal;
  color: black;
}
p.f12 {
  font-size: 12pt;
  font-weight: normal;
  color: black;
}
p.f14 {
  font-size: 14pt;
  font-weight: normal;
  color: black;
}

.red12 {
  color: #FF0000;
  font-size: 12pt;
}
.red14 {
  color: #FF0000;
  font-size: 14pt;
}
.red18 {
  color: #FF0000;
  font-size: 18pt;
}
.navy12 {
  color: #000080;
  font-size: 12pt;
}
.navy14 {
  font-size: 14pt;
  color: #000080;
}
.navy18 {
  font-size: 18pt;
  color: #000080;
}

.brown12 {
  color: #D2691E;
  font-size: 12pt;
}
.brown14 {
  color: #D2691E;
  font-size: 14pt;
}
.brown18 {
  color: #D2691E;
  font-size: 18pt;
}

span {
  display: inline;
}

img.icon {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}

.bold, dt {
  font-weight: bold;
}

a:link img, a:visited img {
  border-style: none;
}

a img {
  color: #fff;
}

blockquote {
  width: 80%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.0em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

.hide {
  display: none;
}

tr, td {
  color: #000000;
  clear: left;
}

td.bold {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
}

table.sbpa {
  border: 1px;
  padding: 1px;
  width: 80%;
  border-color: #ffd700;
  background-color: #fff;
  border-style: solid;
}

#content hr {
  color: #000;
  background-color: #000;
  width: 60%;
  height: 2px;
  border-style: none;
}
