body {
  margin: 0px;
  background-color: #FFFFDD;
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
}
h1 {
  font-size: 18px;
  font-weight: bold;
  color: #92635E;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #465584;
}
div.header {
  background-image: url(header.gif);
  text-align: center;
}
div.fence {
  width: 100%;
  height: 32px;
  background-image: url(fence.png);
}
div.content {
  padding: 20px;
  padding-right: 0px;
}
div.item {
  margin: 15px 0px 15px 0px;
}
div.itemTitle {
  padding-left: 25px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  cursor: pointer;
}
div.itemTitle:hover {
  background-position: -25px;
}
div.itemTitleX {
  border-top: solid 1px #DB8758;
  background-color: #FFCC66;
}
div.itemTitleX:hover {
  background-color: #FFDD66;
}
div.itemText {
  background-color: #FFEFCD;
  border: solid 1px #DB8758;
  border-top: none;
  border-right: none;
}
div.bottom {
  padding-left: 3px;
  background-image: url(bottomborder.png);
  background-repeat: no-repeat;
}
div.bottomX {
  background-color: #DB8758;
  height: 3px;
  font-size: 1px;
}
div.search {
  position: absolute;
  top: 93px;
  right: 10px;
  width: 260px;
}
#search {
  width: 200px;
  height: 13px;
  font-family: Arial;
  font-size: 11px;
}
div.btnSearch {
  float: left;
  margin-top: 2px;
  margin-left: 3px;
  width: 48px;
  height: 14px;
  background-image: url(btnSearch.png);
  background-position: 0px;
  cursor: pointer;
}
div.btnSearch:hover {
  background-position: 48px;
}
div.searchReset {
  position: absolute;
  top: 130px;
  right: 10px;
  padding: 10px;
  border: solid 1px #DDAA88;
  background-color: #FFEEBB;
}
div.info {
  margin-top: 10px;
  padding: 5px;
  background-color: #EEEEFF;
  border: solid 1px #8888FF;
  font-weight: bold;
  color: #000088;
}
div.admin {
  margin: 10px 0px 10px 0px;
  padding: 5px;
  border: solid 1px #CCAA88;
  background-color: #FFEEBB;
  width: 150px;
  text-align: center;
}
img {
  border: none;
}