body {
  padding: 3px 3px 3px 3px;

  background-color: #D8DBE2;

  font-family: "Century Gothic", Helvetica, sans-serif;
  font-size: 11pt;
  text-align: center;
}

div.main_page {
  position: relative;
  display: table;

  width: 800px;

  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;

  border-width: 2px;
  border-color: #212738;
  border-style: solid;

  background-color: #FFFFFF;

  text-align: center;
  min-height: 267px;
}

div.page_header {
  height: 80px;
  width: 100%;
  padding: 20px 0 0 0;
  background-color: #F5F6F7;
}

div.page_header span {
  margin: 0px 25px 0px 25px;
  font-size: 280%;
  font-weight: bold;
}

div.content_section {
  margin: 3px 3px 3px 3px;
  background-color: #8E9CB2;
}

div.content_section img {
  margin: 20px;
  border: 0px;
}

div.section_footer {
  padding: 3px 6px 3px 6px;
  background-color: #9F9386;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 112%;
  text-align: center;
}
