body {
  margin:0px;
  background-color:#b07f44;
  font: 13px arial,helvetica;
  color:#67615b;
}
img {
  border:none;
}
ul {
  line-height:20px;
}

.headBar {
  background-color:#000000;
  height:76px;
}
.headBar td {
  font: 13px arial,helvetica;
  color:#d7b389;
}
.headBar a {
  color:#ffc465;
  text-decoration:none;
}
.headBar a:hover {
  color:white;
}

.pageSpace {
  background-color:#b07f44;
  height:100%;
}

.mainSpace {
  background-color:white;
  vertical-align:top;
}

.textSpace {
  padding:20px;
  font: 13px arial,helvetica;
  color: #202020;
  width:360px;
}
.textSpace p {
  line-height:20px;
}

.textSpace h1 {
  margin-top:0px;
  color:#c63439;
  font-weight:normal;
  font-size:30px;
}
.textSpace a {
  color:#c63439;
  text-decoration:none;
}
.textSpace a:hover {
  text-decoration:underline;
}

.sidebar img {
  margin-top:2px;
  margin-bottom:0px;
  margin-right:2px;
}

.infoPanel {
  text-align:left;
  vertical-align:top;
  padding:10px;
  background-color:#d2bd7c;
  width: 230px;
}

.infoPanel p, .infoPanel td {
  color:#000000;
  font-size:11px;
}

.infoPanel h1 {
  color:#75552d;
  font-weight:normal;
  font-size:16px;
}
.infoPanel a {
  color:c63439;
  text-decoration:none;
}
.infoPanel a:hover {
  text-decoration:underline;
}