body {
  margin: 0;
  padding: 0;
  background-color: #333333;
  background-repeat: repeat-x;
  background-position: center top;
  font-size: 10pt;
  font-family: Arial;
  color: #ffffff;
}
#page {
  margin: auto;
  width: 900px;
  background-image: url(images/page.png);
}
#header {
  clear: both;
  width: 840px;
  height: 111px;
  background-image: url(images/header.jpg);
  padding-top: 30px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #2b4b4e;
}
#sidebarnav a {
  border-right: 3px solid #27595e;
  width: 240px;
  display: block;
  clear: both;
  padding-left: 12px;
  padding-top: 6px;
  height: 25px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
}
#sidebarnav a:hover, #sidebarnav a.active {
  border-right: 3px solid #217077;
  text-decoration: blink;
  background-color: #2b4b4e;
  color: #ffffff;
}
#mainarea {
  width: 855px;
  clear: both;
  padding-left: 45px;
}
#contentarea {
  width: 535px;
  padding-right: 12px;
  padding-bottom: 20px;
  float: left;
  line-height: 14pt;
}
#sidebar {
  float: left;
  width: 245px;
  background-image: url(images/sidebartop.png);
  background-repeat: no-repeat;
  line-height: 14pt;
}
.widget {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
#footer {
  width: 900px;
  clear: both;
  height: 40px;
  padding-top: 40px;
  text-align: center;
  line-height: 14pt;
  background-repeat: no-repeat;
  background-color: #2d626c;
  background-image: url(images/page.png);
}
h1 {
  margin: 0;
  font-size: 25pt;
  color: #ffffff;
}
h2 {
  font-size: 15pt;
  padding-top: 6px;
  border-right-color: #330033;
  border-bottom-color: #2b4b4e;
  color: #66ffff;
}
.description {
  margin: 0;
  font-size: 14pt;
  color: #ffffff;
}
a {
  color: #ffffcc;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: blink;
}

