* {
  margin: 0;
  padding: 0;
  }

body {
  background: #D3DDE6;
  text-align: center;
  padding: 0;
  margin: 14px;
	font: normal 13px/18px verdana, san-serif;
  }

#wrapper {
  position: relative;
  text-align: left;
  width: 800px;
  height: 600px;
  background: #B8C649;
  border: 1px solid;
  border-color: #00022B;
  margin: 0 auto;
  clear: left;
  }

/**** Footer ****/

#bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 800px;
  height: 95px;
  overflow: hidden;
  }

#footer {
  position: relative;
  width: 800px;
  height: 20px;
  margin: 0 auto;
  color: #333333;
  font: normal 10px/12px "arial", san-serif;
  }

#footer a {
  color: #333333;
  text-decoration: none;
  }

#footer a:hover {
  text-decoration: underline;
  }

#footer #leftfoot {
  position: absolute;
  top: 9px;
  left: 12px;
  }

#footer #rightfoot {
  position: absolute;
  top: 9px;
  right: 12px;
  }

/**** Top Nav ****/

#topband {
  width: 800px;
  height: 120px;
  background-image: url('../images/bgtophead.jpg');
  background-repeat: no-repeat;
  background-position: left;
  }

#topmenu {
  position: absolute;
  top: 94px;
  right: 20px;
  }

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 120px;
  }

#contact {
  position: absolute;
  top: 15px;
  left: 550px;
  width: 160px;
  height: 75px;
  }

/**** Left Nav ****/

#leftnav {
  position: absolute;
  top: 160px;
  left: 4px;
  width: 180px;
  background: transparent;
  color: #39160F;
  font: normal 12px arial, san-serif;
  }

/**** Page Content ****/

#content {
  position: absolute;
  top: 120px;
  left: 180px;
  width: 588px;
  height: 365px;
  overflow: auto;
  background: transparent;
  margin: 0;
  padding: 18px 16px 0;
  color: #FFFFFF;
  color: #333300;
  }

h1 {
  margin: 0 0 13px;
  font: bold 16px verdana, san-serif;
  }

h2 {
  margin: 0 0 13px;
  font: bold 14px verdana, san-serif;
  }

p {
  margin: 13px 0;
  }

#content li {
  margin: 6px 24px;
  }

#content a {
  color: #FFFFFF;
  color: #333300;
  }

div.pdflink {
  margin: 6px 0;
  }

div.pdflink a {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  }

div.pdflink a:hover {
  font-weight: normal;
  text-decoration: underline;
  }

div.pdflink img {
  float:left;
  margin: 0 6px 0 4px;
  border: none;
}