
body {
  margin:0px 0px 0px 0px;
  font-family: verdana, sans-serif;
}

a:link    { color: black; }
a:visited { color: black; }
a:active  { color: black; }

#bannerleft {
  position: absolute; 
  text-align: left;
  font-weight: bold;
  color: #fff;
  top: 0px;
  left: 0px;
  padding: 5px;
  font-size: 14pt;
  width: 50%;
}

#bannerright {
  text-align: right;
  font-weight: bold;
  color: #fff;
  background:#516d98;
  padding: 10px;
  font-size: 8pt;
  height: 30px;
}

#leftcontent {
  background:#fff;
  position: absolute;
  left: 0px;
  width: 180px;
  padding: 10px;
  font-family: inherit;
  font-size: 8pt;
  border-top:    0px;
  border-left:   0px;
  border-right:  1px;
  border-bottom: 0px;
  border-style:  solid;
  border-color:  rgb(81, 109, 152);
}

#rightcontent {
  background: #fff;
  margin-left: 200px;
  margin-right: 20px;
  padding-left: 20px;
  font-family: inherit;
  font-size: 8pt;
}

#rightcontent h1 {
  margin: 10px 0px 0px 0px;
  font-size: 12pt;
}

#rightcontent table {
  background-color: #AAAAAA;
  border-spacing: 1px;
  border-color: #999;
  border-width: 1px;
  border-collapse: collapse;
  border-style: solid;
  margin: 10px 0px 0px 0px;
  font-family: inherit;
  font-size: 9pt;
}

#rightcontent th {
  background-color: rgb(157, 144, 115);
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  color: #fff;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}

#rightcontent td {
  background-color: #EEE;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  font-size: 8pt;
}

