DIV {
  margin 0;
  padding 0;
  border 0;
}
body {
  align: center;
}
.wrapper {
  width: 800px;
  margin: 0 auto;
}
.header {
  width:800px;
  height: 180px;
}
.header img {
  border: 0;
}
.sectionwrap {
  width: 800px;
  clear: both;
}
.imagewrap {
  width: 315px;
  float: left;
}
.imagewrap img {
  float:right;
  border: 2px solid #d9e5a3;
  padding: 4px;
  margin-bottom: 11px;
}
.textwrap {
  width: 470px;
  float: right;
}
.textwrap p {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  line-height: 17pt;
  margin-bottom: 17pt;
  padding-left: 25px;
  padding-right: 35px;
  text-align: justify;
}
.textwrap h2 {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 30pt;
  line-height: 24pt;
  font-weight: bold;
  height: 30pt;
}
.textwrap h3 {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  line-height: 18pt;
  font-weight: normal;
  height: 18pt;
}
.textwrap h3.lesser {
  font-size: 18pt;
}
.textwrap strong {
  font-weight: bold;
  font-size: 14pt;
  font-family: Times New Roman, serif;
}
.textwrap p.info {
  padding-left: 0;
}
.footwrap {
  clear: both;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #c3d186;
  text-align: center;
  padding-bottom: 11px;
}
.footwrap a {
  color: #c3d186;
}
.footwrap a:hover {
  color: #a3c700;
}
.topmenu {
  height: 25px;
  margin-top: -73px;
  margin-left: 335px;
  font-family: Arial, sans-serif;
}
.topmenu a {
  text-decoration: none;
  color: black;
  font-weight: light;
  font-size: 11px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.topmenu a:hover {
  color: #8bc83d;
}