body {
  border-style: none;
  border-color: #333333;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 10pt;
  font-family: Arial;
  background-image: url(images/back.png);
  color: #333333;
  background-repeat: repeat-x;
}
#page {
  margin: auto;
  width: 900px;
  background-image: url(images/page.png);
}
#header {
  clear: both;
  width: 840px;
  height: 110px;
  background-image: url(images/header.jpg);
  padding-top: 50px;
  padding-left: 60px;
}
#sidebarnav {
  margin-left: 0px;
  margin-top: 10px;
}
#sidebarnav a {
  border-bottom: 2px solid #ededed;
  clear: both;
  width: 250px;
  font-size: 14px;
  padding-left: 12px;
  font-weight: bold;
  padding-top: 6px;
  color: #555555;
  background-color: #f4f4f4;
  display: block;
  height: 25px;
  text-decoration: none;
}
#sidebarnav a:hover, #sidebarnav a.active {
  text-decoration: none;
  background-color: #e2ba84;
  color: #555555;
}
#mainarea {
  width: 870px;
}
#contentarea {
  width: 570px;
  padding-right: 0px;
  padding-bottom: 20px;
  float: left;
  line-height: 14pt;
}
#sidebar {
  background-repeat: no-repeat;
  line-height: 14pt;
  float: left;
  width: 255px;
  background-image: url(images/sidebartop.png);
  margin-left: 30px;
}
#footer {
  clear: both;
  padding-top: 40px;
  line-height: 14pt;
  background-repeat: no-repeat;
  width: 900px;
  height: 50px;
  text-align: center;
  background-image: url(images/footer.jpg);
  background-color: #333333;
}
h1, h1 a {
  margin: 0;
  font-size: 25pt;
  color: #ffffff;
}
h2 {
  font-size: 15pt;
  color: #333333;
  padding-top: 6px;
}
.description {
  margin: 0;
  font-size: 14pt;
  color: #ffffff;
}
a {
  color: #555555;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

