BODY {
 margin: 0px;
FONT-FAMILY: "Verdana", "Helvetica", "Geneva", "Arial", "SunSans-Regular", sans-serif; 
color: brown;
}
  a:link { color: brown; text-decoration: none; } 
  a:visited { color: brown; text-decoration: none; } 
  a:active { color: brown; text-decoration: none; } 
  A:hover {COLOR: red; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline}

.buttonbar{ position: absolute;
 left: 690px; 
 top: 50px;
 height: 22px;
 width : 170px;
 z-index: 10;
   background-color: transparent;
 border-top: solid 1px darkred;
 border-right: solid 1px darkred;
 border-left: solid 1px darkred;
 border-bottom: solid 1px darkred;

}
.topbanner{ position: absolute;
 left: 0px; 
 top: 0px;
 height: 20px;
 width: 100%;
 z-index: 10;
 border-bottom: solid 1px darkred;
 background-color: #FfC;
}
.leftibox{position: absolute;
 left: 10px; 
 top: 20px;
 width: 200px;
 z-index: 8;
 font-family: Arial, Sans-Serif;
 background-color: white;
}
.bodybox{ position: absolute;
 left: 220px; 
 top: 50px;
 width: 580px;
 height: 85%;
 padding-left: 25px;
 padding-right: 5px;
 font-size: 14px;
 z-index: 6;
 background-color: white;
overflow: auto;
}
.bottombanner{ position: absolute;
 left: 0px; 
 bottom: 0px;
 width: 100%;
 height: 25px;
 font-family: Arial, Sans-Serif;
 z-index: 10;
 padding-top: 2px;
 border-top: solid 1px darkred;
 background-color: #FfC;
}
