html,
body {
  width: 100%;
  height: 100%; 
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: #004c99;
}

#mainwin {
  border: none;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

#bnrtop {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  height: 40px;
  max-height: 40px;
  color: #dedeff;
  background-color: #004c99;
  border: none;
  border-bottom: 5px white solid;
}
body.ie #bnrtop {
  overflow: auto;
  height: expression(this.scrollHeight > 40 ? "40px" : "auto"); /* IE */
}

#barleft {
  vertical-align: top;
  width: 190px;
  margin: 0px;
  padding: 5px 10px;
  border: none;
  background-color: #c1cdcd;
}

#maindiv {
  vertical-align: top;
  margin: 0px;
  padding: 5px 10px;
  border: none;
  border-left: 1px #004c99 solid;
  background-color: white;
}

#bnrbottom {
  vertical-align: top;
  margin: 0px;
  padding: 10px;
  height: 35px;
  max-height: 35px;
  border: none;
  border-top: 2px white solid;
  color: #dedeff;
  font-size: 8pt;
}
body.ie #bnrbottom {
  overflow: auto;
  height: expression(this.scrollHeight > 35 ? "35px" : "auto"); /* IE */
}

