body,html {
height: 100%; margin: 0px; padding: 0px; text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
p {margin: 0px; padding: 0px}
a {color: #0070c0; font-weight: bold; text-decoration: none; cursor: pointer}
a:hover {color: rgb(245,88,68)}
ul {list-style-position: inside}

#wrapper {
  background: url(bg.png) left top repeat-x;
  padding-top: 30px;
  padding-bottom: 30px;
}

#docall {
  background-color: white;
  width: 820px;
  height: 960px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}

#topmenu {
  background-color: rgb(235,235,235);
  position: absolute;
  top: 200px;
  left: 25px;
  width: 770px;
  height: 30px;
}

.topmenudiv {
  font-size: 14px;
  font-weight: bold;
  font-color: black;
  text-align: center;
  width: 255px;
  padding-top: 5px;
}

.redhlspan {
  font-weight: bolder;
  font-size: 17px;
  color: rgb(245,88,68);
}

#welcome {
  color: rgb(80,80,80);
  font-size: 15px;
  position: absolute;
  top: 260px;
  left: 300px;
  width: 450px;
}

#sidebar {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: black;
  font-size: 13px;
  width: 220px;
  position: absolute;
  left: 25px;
  top: 260px;
  text-align: center;
}

.banner {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(200,200,200);
}

.sidebarhead {
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  background-color: rgb(235,235,235);
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.sidebarsep {
  border-top: 1px solid black;
  margin: 2px 0px 2px 0px;
}

.tblcell {
  font-size: 15px;
  text-align: center;
  width: 160px;
  height: 20px;
}

.tblcell1 {
  font-size: 15px;
  text-align: center;
  width: 91px;
  height: 20px;
}

.tblcellhead {
  text-align: center;
  width: 160px;
  height: 20px;
  font-weight: bold;
}

.textinput {
  font-size: 13px;
  border: 1px solid rgb(100,100,100);
  text-indent: 3px;
}

