html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
  background: #0b6c1e;
  color: #e1e1e1;
  width: 900px;
  margin: 0 auto;
  font: 90% Helvetica;
  padding: 10px 0 30px 0;
}

body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

#wrapper:after,#content:after {
  clear: both;
  content: "";
  display: block;
  height: 1%;
  font-size: 0;
}

#innerwrap {}

#frame {
  width: 900px;
  margin: 0px auto;
  text-align: left;
  padding-bottom: 59px;
}

h1 {
  color: #fcfcfc;
  font: 22px Helvetica;
  margin: 0px;
  padding: 10px 0;
}

h2 {
  color: #010101;
  font: 900 85% verdana;
  text-align: justify;
  margin: 0px;
  padding: 10px;
}

h6 {
  color: #fcfcfc;
  font: 10px Helvetica;
  margin: 4px;
  padding: 0 0 4px;
}

p {
  color: #010101;
  font: 85% verdana;
  text-align: justify;
  line-height: 18px;
  margin: 0px;
  padding: 10px;
}

p.l {
  color: #010101;
  font: 900 90% verdana;
  text-align: center;
  margin: 0px;
  padding: 10px 0 20px;
}

p.t {
  color: #010101;
  text-align: center;
  font: 900 90% verdana;
  margin: 0;
  padding: 0;
}

#top {
  width: 798px;
  height: 136px;
  margin: 0px auto;
  background: #05410d;
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 2px solid #020202;
}

#content {
  width: 900px;
}

#center {
  width: 798px;
  margin: 0px auto;
  background: #ededed;
  padding: 10px;
  border-left: 2px solid #020202;
  border-right: 2px solid #020202;
}

#lower {
  width: 798px;
  height: 16px;
  margin: 0 auto;
  background: #05410d;
  padding: 10px;
  color: #fff;
  font-style: italic;
  font-size: 85%;
  text-align: right;
  border: 2px solid #020202;
}

#footer {
  width: 100%;
  font-size: 12px;
  color: #ededed;
  font-weight: bold;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}

#inner-ft {
  height: 59px;
  padding-top: 10px;
  border-top: 2px solid #020202;
  background: #ededed;
}

#left {
  width: auto;
  margin-left: 10px;
  float: left;
}

#right {
  width: auto;
  margin-right: 10px;
  float: right;
}

#tleft {
  width: auto;
  margin: 20px 30px;
  float: left;
}

.left {
  float: left;
  padding-left: 25px;
}

.right {
  float: right;
  padding-right: 25px;
}

.right2 {
  float: right;
  padding: 10px 25px 0 0;
}

#tright {
  width: auto;
  float: right;
  margin-top: 10px;
}

table {
  color: #010101;
  font: 12px verdana;
  text-align: left;
}

.box {
  float: right;
  display: inline;
  width: 200px;
  margin: 10px 15px 5px 20px;
  background: #05410d;
  text-align: center;
  border: 1px solid #020202;
}

.box p{
  padding: 0 5px;
}

.hr4 {
  border: 0;
  width: 100%;
  color: #000;
  background: #000;
  height: 1px;
  margin: 20px 0 20px;
  overflow: hidden;
}

a {
  color: #fefefe;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #fefefe;
}

a:hover {
  text-decoration: underline;
  color: #bbd87e;
}

a.b {
  color: #010101;
  text-decoration: underline;
  font-weight: lighter;
}

a.b:visited {
  color: #010101;
}

a.b:hover {
  color: #bf0000;
}

a.d {
  color: #191919;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.d:hover {
  color: #bf0000;
  text-decoration: underline;
}
