body {
  margin: 0;
  padding: 0;
  background-image: url(images/Pg_Bkg.jpg);
  background-repeat: repeat-x;
  background-color: #fff;
  color: #666;
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
  margin: 0;
  padding: 0;
  color: #4b8b1b;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

h2 {
  margin: 0;
  padding: .5em 0 0 0;
  color: #930;
  font-size: 13px;
}

h3 {
  margin: 0;
  padding: .5em 0 0 0;
  font-size: 11px;
}

p {
  margin: 0;
  padding: .5em 0 1em 0;
  font-size: 11px;
}

a {
  color: #036;
}

a:hover {
  color: #930;
}

strong {
  color: #646573;
}

ul, ol {
  margin: .5em 0 1.5em 0;
  padding-left: 27px;
}

li {
  font-size: 11px;
}

form {
  margin: 1.5em 0;
  font-size: 11px;
}

form input, form select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.txtsm {
  font-size: 10px; 
}

.txterr {
  color: #f00;
}

#wrapper {
  position: relative;
  top: 50px;
  left: 0;
  width: 864px;
  margin: 0 auto;
}

#main {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 28px 0 0 0;
  background-image: url(images/Main_Bkg.gif);
  background-repeat: repeat-y;
  background-color: #fff;
}

#content {
  width: 810px;
  margin: 0;
  padding: 11px 0 0 27px;
  line-height: 1.5em;
}

#content-body {
  margin: 0;
  padding: 2em 30px 4em 30px ;
  border: solid 1px #3a722f;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 864px;
  height: 202px;
  padding: 0;
  background-image: url(images/Hdr_Bkg.jpg);
  background-repeat: no-repeat;
}

.hdr-rgt-top {
  position: relative;
  top: 20px;
  right: 20px;
  color: #ffc;
  font-size: 14px;
  text-align: right;
}

.hdr-lft {
  position: relative;
  top: 63px;
  left: 150px;
  width: 700px;
  color: #ffc;
  font-size: 14px;
}

.hdr-rgt-btm {
  position: relative;
  top: 80px;
  right: 20px;
  text-align: right;
}

.hdr-rgt-btm a {
  color: #930;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

#header-nav {
  position: absolute;
  top: 210px;
  left: 0;
  width: 864px;
  padding: 0 0 0 27px;
}

#header-nav div {
  float: left;
  width: 142px;
  height: 30px;
  margin: 0 1px 0 0;
  background-image: url(images/Nav_Bkg_Inactive.gif);
  background-repeat: no-repeat;
  text-align: center;
}

#header-nav a {
  position: relative;
  top: 6px;
  color: #360;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: none;
}

#header-nav a:hover {
  color: #930;
}

#header-nav .active {
  padding: 6px 0 0 0;
  background-image: url(images/Nav_Bkg_Active.gif);
  background-repeat: no-repeat;
  color: #930;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

#footer {
  height: 130px;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: center;
  background-image: url(images/Ftr_Bkg.jpg);
  background-repeat: no-repeat;
}

#footer p {
  font-size: 10px;
}

#footer-nav ul {
  margin: 1.5em 0 3.5em 0;
  padding: 0;
}

#footer-nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footer-nav a {
  color: #360;
  text-decoration: none;
}

#footer-nav a:hover {
  color: #930;
}

#input-form input {
  width: 180px;
}

#input-form .input-label {
  width: 120px;
  float: left;
}

#input-form .input-object {
  margin: 0 0 .5em 150px;
}