#body-home {
  background-color: #ffffff;
  color: #000000;
  height: 100%;
  margin: 0;
  min-width: 776px;
  overflow: auto;
  }
#body-sub {
  background-color: #ffffff;
  background: url(images/bg_parchment3.jpg);
  color: #000000;
  height: 100%;
  margin: 0;
  min-width: 776px;
  overflow: auto;
  }
div {
  border: 0;
  margin: 0;
  padding: 0;
  }
img {
  }

#marquee {
  position: relative;
  left: 0px;
  top: -390px;
  width: 290px;
  height: 110px;
  padding: 0px;
  margin: 0 auto;
  margin-left: 0 auto;
  margin-right: 0 auto;
  background-color: #dddddd;
  text-align: center;
  font-size: smaller;
  z-index: 5;
  }
* html #marquee {
  padding: 0px;
  width: 290px;
  }

#wrap {
  border: 0px;
  margin-left: -400px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  left: 50%;
  width: 800px;
  }

#left {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 20px;
  z-index: 3;
  }

#right {
  height: 100%;
  left: 800px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 20px;
  z-index: 2;
  }

#center {
  border: 1px solid #006030;
  background-color: #ffffff;
  height: auto;
  left: 20px;
  padding: 70px 10px 10px 10px;
  position: absolute;
  text-align: left;
  top: 0;
  visibility: visible;
  width: 760px;
  z-index: 1;
  }
* html #center {
  padding: 80px 10px 10px 10px;
  width: 782px;
  }

#header {
  background: #ffffff url("/images/header-filler.jpg") repeat-x;
  height: 56px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 780px;
  z-index: 2;
  }

#screenhead {
  position: absolute;
  height: 56px;
  left: 0;
  top: 0;
  visibility: visible;
  }

#printhead {
  display: none;
  height: 56px;
  left: 0;
  top: 0;
  position: absolute;
  visibility: invisible;
  }

#endcap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  }

#pagetitle {
  border-style: double;
  border-width: medium;
  border-color: #ffffff;
  color: #ffffff;
  background-color: #006043;
  font-family: Arial, sans-serif;
  font-size: larger;
  font-weight: bold;
  left: 6px;
  padding: 5px;
/*  position: absolute; */
  top: 51px;
  }
* html #pagetitle {
  top: 61px;
  }

#sidebar {
  background-color: #eeeeee;
  border-style: double;
  border-width: medium;
  border-color: #006043;
  float: right;
  font-family: Arial, sans-serif;
  font-size: smaller;
  margin: 0px 0px 10px 10px;
  max-width: 150px;
  padding: 5px;
  text-align: center;
  width: 150px;
  }
#sidebar ul {
  align: center;
  display: block;
  margin: 0px;
  padding: 5px;
  text-align: center;
  width: 10em;
  list-style-type: none;
  }
#sidebar li {
  margin-top: 10px;
  }
#sidebar li a:link {
  color: #006043;
  text-decoration: none;
  }
#sidebar li a:visited {
  color: #006043;
  text-decoration: none;
  }
#sidebar li a:active {
  color: #006043;
  text-decoration: none;
  }
#sidebar li a:hover {
  color: #006043;
  text-decoration: underline;
  }

#sidebar-left {
  background-color: #eeeeee;
  border-style: double;
  border-width: medium;
  border-color: #006043;
  float: left;
  font-family: Arial, sans-serif;
  font-size: smaller;
  margin: 0px 0px 20px 0px;
  max-width: 200px;
  padding: 5px;
  text-align: left;
  width: 200px;
  }
#sidebar-left li {
  margin-top: 0px;
  }
#sidebar-left a:link {
  color: #006043;
  text-decoration: none;
  }
#sidebar-left a:visited {
  color: #006043;
  text-decoration: none;
  }
#sidebar-left a:active {
  color: #006043;
  text-decoration: none;
  }
#sidebar-left a:hover {
  color: #006043;
  text-decoration: underline;
  }

#menu-left {
  background-color: #eeeeee;
  border-style: double;
  border-width: medium;
  border-color: #006043;
  float: left;
  font-family: Arial, sans-serif;
  font-size: smaller;
  margin: 0px 10px 10px 0px;
  max-width: 150px;
  padding: 5px;
  text-align: center;
  width: 150px;
  }
#menu-left ul {
  align: center;
  display: block;
  margin: 0px;
  padding: 5px;
  text-align: center;
  width: 10em;
  list-style-type: none;
  }
#menu-left li {
  margin-top: 10px;
  }
#menu-left li a:link {
  color: #006043;
  text-decoration: none;
  }
#menu-left li a:visited {
  color: #006043;
  text-decoration: none;
  }
#menu-left li a:active {
  color: #006043;
  text-decoration: none;
  }
#menu-left li a:hover {
  color: #006043;
  text-decoration: underline;
  }

#footer {
  background: #ffffff url("/images/footer-tile.jpg");
  bottom: -2px;
  left: 0px;
  position: absolute;
  text-align: center;
  visibility: visible;
  width: 780px;
  z-index: 1;
  }
* html #footer {
  bottom: -6px;  
  }

.title {
  color: #006043;
  font-family: Arial, sans-serif;
  font-size: larger;
  font-weight: bold;
  }
.heading {
  color: #006043;
  font-size: large;
  font-weight: normal;
  }
.bold {
  color: #006043;
  font-size: medium;
  font-weight: bold;
  }
.normal {
  color: #006043;
  font-size: medium;
  font-weight: normal;
  }
.center {
  text-align: center;
  }
.noprint {
  }
.printonly {
  display: none;
  }
.floatleft {
  float: left;
  padding-right: 20px;
  }
.floatright {
  float: right;
  padding-left: 20px;
  }

