p {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

.HEADER {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.SUBHEADER {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.INGRESS {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.PLAIN {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

.SMALL {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

body {
  text-align: center;
  font-family: Arial;
}

#content {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 970px;
  min-height: 731px;
  background-color: #351103;
  xoverflow: visible;
}

#contentTop {
  background: url(/hosts/80/.style/top.jpg) no-repeat;
  width: 970px;
  height: 134px;
}

#contentMenuBox {
  background-color: #000000;
  width: 970px;
  height: 40px;
}

#contentTopMenu {
  position: relative;
  margin: 0px;
  padding: 10px 0px 0px 24px;
}

.contentTopMenu-item {
  position: relative;
  display: inline;
  margin-right: 40px;
}

.contentTopMenu-item a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.contentTopMenu-item a:hover {
  color: #9b7b4e;
}

.contentTopMenu-inpath a {
  color: #9b7b4e;
}

contentTopMenu-active a {
  color: #9b7b4e;
}

#contentMiddle {
  background: url(/hosts/80/.style/body.jpg) no-repeat;
  width: 970px;
  height: 457px;
}

#contentMiddleInner {
  position: relative;
  margin: 26px 0px 26px 46px;
  width: 740px;
  height: 406px;
}

#contentFooter {
  background-color: #000000;
  min-height: 20px;
  padding-top: 6px;
  width: 970px;
  color: #ffffff;
  text-align: center;
}

.contentBar {
  height: 20px;
  background-color: #351103;
}

#page {
  position: relative;
  overflow: auto;
  width: 740px;
  height: 406px;
  scrollbar-face-color: #351103;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #ffffff;
}


