body {
  background-color: #8477a4;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana;
  font-weight: normal;
  font-size: 11pt;
  line-height: 13pt;
}

#divcentered {
  position: absolute;
  width: 800px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
}

#divsite {
  position: absolute;
  width: 800px;
  height: 600px;
  background-color: #DDDDDD;
}
#divmenu {
  position: absolute;
  background-color: #b01616;
  top: 81px;
  width: 161px;
  height: 519px;
  left: 639px;

  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 11pt;
  line-height: 13pt;
  color: #FFFFFF;
}
#divheader {
  position: absolute;
  top: 0px;
  height: 80px;
  width: 800px;
  background-color: #b01616;
}
#divcontent {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 100px;
  width: 600px;
  height: 470px;
  font-family: Arial, Verdana;
  font-weight: normal;
  font-size: 11pt;
  line-height: 13pt;
  color: #000000;
  overflow: auto;
}
#divcontent a {
  font-size: 11pt;
  line-height: 13pt;
  color: #000000;
  text-decoration: none;
}
#divcontent a:hover {
  text-decoration: underline;
}
#divcontent input {
  font-size: 11pt;
  line-height: 13pt;
  color: #000000;
}
#divcontent textarea {
  font-size: 11pt;
  line-height: 13pt;
  color: #000000;
}
#divcontent h1{
  font-size: 14pt;
  line-height: 16pt;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
#divcontent table{
  font-family: Arial, Verdana;
  font-weight: normal;
  font-size: 11pt;
  line-height: 13pt;
  color: #000000;
  margin: 0px;
  text-align: left;
}

