body {
  margin: 0px;
  padding: 0px;
  font-family:sans-serif;
  font-size:11pt;
}

#centrebox {
  position:absolute;
  left:50%;
  top: 0px;
  width: 780px;
  height: 100%;
  margin-left: -380px;
}

#leftcol {
  position: absolute;
  top: 0px;
  width: 70px;
  height: 100%;
}

#maincol {
  position: absolute;
  top: 0px;
  left: 70px;
  width: 710px;
  padding:8px;
}

#modifiedbox {
  float:left;
  font-size:66%;
}

#actionbox {
  text-align:right;
  font-size:66%;
}

#greenunderlay {
  position:absolute;
  left:-19px; top:0px;
  width:19px; height:100%;
  background:#8cc63f;
  z-index:-1;
}

#text {
  width:100%;
  height:600px;
}

.navlink {
  text-decoration: none;
  display: block;
  color: #ffffff;
}
.navlink:hover {
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  color: #8cc63f;
}
