body {
  font-family: trebuchet ms;
  background-image: url(./images/bggrad.jpg);
  background-repeat: repeat-x;
  color: #202060;
  background-color: #eee;
}

a {
  color: #3030a0;
  
}

h1 {
  font-family: verdana;
  color: black;
  
  font-size: 16pt;
}

#head {
  width: 690px;
  background-image: url(../images/headbg.bmp);
  background-repeat: repeat-y;
}

p {
  font-size: 13.5px;
}

li {
  font-size: 13.5px;
}

td {
  font-size: 13.5px;
}

#formerror {
  color: red;
}

.roundtop { 
  background: #92bce5; 
  height: 15px;
  line-height: 15px;
  color: #2255ff;
  font-weight: bold;
  text-align: center;
  overflow: none;
  width: 950px;
}

#contents {
  background-image: url(../images/bg.jpg);
  width: 950px;
  height: 450px;
  padding-top: 30px;
}

#menubarbg {
  position: relative;
  filter:alpha(opacity=37);
  -moz-opacity:0.37;
  -khtml-opacity: 0.37;
  opacity: 0.37;
  z-index: 5;
}

#menubar {
  position: absolute;
  z-index: 100;
  padding-left: 10px;
  display: none;
}

.menuitem {
  float: left;
  font-family: verdana;
  font-size: 10pt;
  padding: 5px;
  margin-top: 8px;
  cursor: pointer;
}

#menubar_mid {
  background-image: url(../images/barmid.gif);
  background-repeat: x;
  width: 700px;
}

.barsplitter {
  float: left;
}

#cntbody {
  background-color: white;
  height: 326px;
  width: 686px;
}

#cnttl {
  background-image: url(../images/cnttl.gif);
  width: 15px;
}

#cnttop {
  background-image: url(../images/cnttop.gif);
  background-repeat: x;
  height: 11px;
}
#cnttr {
  background-image: url(../images/cnttr.gif);
  width: 15px;
}
#cntleft { 
  background-image: url(../images/cntleft.gif);
}
#cntright {
  background-image: url(../images/cntright.gif);
}

#cntbl {
  background-image: url(../images/cntbl.gif);
  width: 15px;
}

#cntbottom {
  background-image: url(../images/cntbottom.gif);
  background-repeat: x;
  height: 11px;
}
#cntbr {
  background-image: url(../images/cntbr.gif);
  width: 15px;
}