
div#pagetop {
  position: absolute;
  top: 0;
  left: 0;
  cell-padding: 5px;
  }

div.corner {
  position: absolute;
  top: 0;
  left: 0;
  height: 125px;
  width: 190px;
  background: #ff5599;
  padding: 5px;
  }

div.topcenter {
  position: absolute;
  top: 0;
  left: 190px;
  height: 125px;
  width: 550px;
  background: #aabb22;
  padding: 5px;
  } 

div.topright {
  position: absolute;
  top: 0;
  left: 680;
  height: 125px;
  width: 200px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background: #ff5599;
  }

div#leftcol {
position: absolute;
  top: 125px;
  left: 0;
  width: 190px;
  padding: 5px;
  margin-right: 5px;
  text-align: center;
  background: #ff80ff;
  }

div.plabel {
  clear: left;
  float: left;
  width: 50px;
  font-size: 14pt;
  font-wieght: bold;
  }

div.menu {
  float: left;
  width: 120px;
  }


div#maincontent {
  position: absolute;
  top: 120px;
  left: 200px;
  margin-top: 5px;
  }

div#story {
  width: 450px;
  }

div#story hr {
  text-align: left;
  }

div#bottomline {
  font-size: 8pt;
  }

div#comments {
  position: relative;
  left: 50px;
  font-size: 10pt;
  }

a.rfplink {
  position: absolute;
  top: 15px;
  left:  300px;
  }

span.notice {
  color: #ff8888;
  font-size: 14pt;
  font-style: bold;
  }
