body {
  margin: 0;
  padding: 0;
  background-color: #e8ffec;
  background-image: url(images/back.jpeg);
  background-repeat: repeat;
  background-position: left top;
  font-size: 10pt;
  font-family: Arial;
  color: #ffffff;
}
#page {
  margin: auto;
  width: 900px;
  background-image: url(images/degrade%20vertical.jpg);
  background-position: left top;
  background-repeat: repeat;
}
#header {
  clear: both;
  width: 840px;
  height: 111px;
  background-image: url(images/hd02.jpg);
  padding-top: 30px;
  padding-left: 60px;
  color: #0171af;
}
#sidebarnav a {
  border:  none;
  width: 240px;
  display: block;
  clear: both;
  padding-left: 12px;
  padding-top: 6px;
  height: 25px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  background-color: #0171af;
}
#sidebarnav a:hover, #sidebarnav a.active {
  border:  none;
  text-decoration: none;
  background-color: #e8ffec;
  color: black;
  background-image: url(images/degrad%C3%A9.jpg);
}
#mainarea {
  width: 855px;
  clear: both;
  padding-left: 45px;
}
#contentarea {
  width: 535px;
  padding-right: 12px;
  padding-bottom: 20px;
  float: left;
  line-height: 14pt;
  color: #0171af;
}
#sidebar {
  float: left;
  width: 245px;
  background-image: url(images/sidebartop.png);
  background-repeat: no-repeat;
  line-height: 14pt;
  background-color: #e8ffec;
}
.widget {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  color: #0171af;
}
#footer {
  width: 900px;
  clear: both;
  height: 40px;
  padding-top: 40px;
  text-align: center;
  line-height: 14pt;
  background-repeat: repeat;
  background-color: #0171af;
  color: black;
}
h1 {
  margin: 0;
  font-size: 25pt;
  color: #ffffff;
}
h2 {
  border-style: none;
  font-size: 15pt;
  color: #0171af;
  padding-top: 6px;
}
.description {
  margin: 0;
  font-size: 14pt;
  color: #ffffff;
}
a {
  color: #0171af;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: black;
}

