body {
  background-color: #FFFDF0;
}
#outer-wrapper {
  width: 1000px;
  margin: auto;
  padding: 0;
}

#main-wrapper {
  float: right;
  margin: 0;
  width: 795px;
  overflow: hidden;
}

ul, ol {
  padding: 0;
  margin: 0;
}

#sitemap {
  background: yellow;
}

#sitemap a {
  color: white;
  margin-right: 1em;
  display: block;
}
#sitemap a.chosen {
  font-weight: bold;
  color: black;
}
#level1_0 a:hover, #level1_1 a:hover {
  color: #DD2796;
}

#sitemap li {
  list-style-type: none;
  float: left;
  width: 16.6%;
  margin: 0;
  padding: 1em 0 0.5em;
  text-align: right;
  font-size: 14px;
}

.level2-wrapper {
  display: none;
}

.level2-wrapper li {
  list-style-type: none;
  float: left;
  white-space: nowrap;
  width: 90px;
  padding: 0.5em 0;
}

.level2 {
  color: white;
  font-weight: bold;
}

.level2:hover, .chosen .level2 {
  color: #666;
}
#level2_0 a {
  color: #666;
}
#level2_0 a:hover, #level2_0 .chosen .level2 {
  color: #000;
}

#level1_0, #level2_0 li {
  background: #F9D2DC;
}
#level1_1, #level2_1 li {
  background: #EEC5D5;
}
#level1_2, #level2_2 li {
  background: #E99AB4;
}
#level1_3, #level2_3 li {
  background: #E1528E;
}
#level1_4, #level2_4 li {
  background: #D22F7F;
}
#level1_5, #level2_5 li {
  background: #BA006D;
}

#level2_1 {
  margin-left: 16.6%;
}
#level2_2 {
  margin-left: 33.2%;
}
#level2_3 {
  margin-left: 49.8%;
}

#sidebar-wrapper {
  text-align: center;
  float: left;
  width: 195px;
  margin-top: 4px;
  background: #fee;
}

#sitemap-wrapper {
  height: 225px;
  padding: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.phone {
  font-weight: bold;
  color: #777;
}

#watchword {
  margin-bottom: 10em;
  width: 114px;
  height: 114px;
}

#footholds {
  padding: 0 0.5em;
  background: url(../images/t1.bmp) repeat-x #ecd;
  margin: 2em 0;
  height: 600px;
  overflow: auto;
}

#footholds h2 {
  padding-top: 0.3em;
  color: darkblue;
  text-decoration: none;
}

#foothold-foot {
  text-align: right;
  background: url(../images/foothold-foot.bmp) repeat-x bottom;
}

.fhGroup {
  margin-bottom: 1em;
  font-size: 12px;
}
.fhGroup caption {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

.fhGroup th {
  vertical-align: top;
}

.fhGroup td {
  vertical-align: top;
  padding-left: 1em;
  padding-bottom: 1em;
}
.fhGroup .fhName {
  display: block;
  margin-left: -1em;
}

.fhGroup img {
  width: 60px;
}

#content {
  clear: both;
  padding: 0 1.5em 4em;
  line-height: 200%;
  text-align: left;
}

#footer {
  width: 100%;
  clear: both;
  height: 65px;
  background: url(../images/t4.jpg) right bottom no-repeat;
  line-height: 65px;
  position: relative;
  top: -55px;
}

#pageTitle {
  display: block;
}

.dataTable {
  margin-bottom: 2em;
}

.dataTable table {
  border: 0;
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}
.dataTable span.title {
  display: block;
  text-align: center;
  color: white;
  background: #c66;
  line-height: 150%;
  font-size: 14px;
}
.dataTable th {
  background: #fde8ed;
  color: #c66;
  font-weight: bold;
  border: 1px solid #fcc;
}
.dataTable td {
  background: #fef5f7;
  color: #595757;
  line-height: 200%;
  padding: 2px 0.7em;
  border: 1px solid #fcc;
}

.ps {
  color: gray;
  font-style: italic;
}

#content h2 {
  color: darkred;
  font-size: 18px;
  font-weight: bold;
}

#content h3 {
  color: #363;
  margin-bottom: 0.3em;
}

.even td {
  background: #FDE8ED;
}
