body {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 17px;
  padding:0px;
  background: #FFFFFF;
  color: #2E3192;
  font-size: 10.5pt;
  font-family: Menlo, "DejaVu Sans Mono", "Vera Sans Mono", Monaco, "Lucida Console", Verdana, Helvetica, Arial, sans-serif;
  background-image:url('img/lightblue.png');
  background-repeat:repeat-y;
  background-attachment:fixed;
  background-position:right top; 
}

#headerline {
  margin-right: 630px;
  width: 100%;
  height: 41px;
  background-image: url(img/logoline.gif);
  position:absolute;
  top:12px;
  right:0px;
}

#headerlogo {
  width: 630px;
  height: 41px;
  background-image: url(img/logo.png);
  position:absolute;
  top:12px;
  right:0px;
}

h1 {
  margin-left:21px;
  font-size: 21pt;
  font-weight: normal;
  }

h2 {
  margin-left:21px;
  padding-top:21px;
  font-size: 14pt;
  font-weight: normal;
  color: #DE9535;
  }

h3 {
  margin-left:21px;
  padding-top:21px;
  font-size: 10.5pt;
  font-weight: bold;
  color: #DE9535;
  }

a {
  text-decoration: none;
  font-weight: bold;
  color: #2E3192;
}

a:hover {
  text-decoration: underline;
  color: #2E3192;
}

#menu {
  margin-left: 21px;
  margin-right: 470px;
  margin-top: 64px;
  margin-bottom: 35px;
}

p {
  margin-left: 21px;
  margin-right: 470px;
  margin-bottom: 21px;
}

.dotarea {
  position: absolute;
  right: 23px;
  width: 408px;
}