/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #8F9EF8;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #868589;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #069;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #069;
}

#lpanel .heading {
  background-color: #BCBBC0;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#lpanel a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding-left: 15px;
  background: url(images/b-1.gif) no-repeat center left;
}

#lpanel a:hover {
  color: #069;
  background: url(images/b-2.gif) no-repeat center left;
}

#footer a {
  color: #000;
  text-decoration: none;
}

#footer a:hover {
  color: #069;
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  padding: 1px;
}

a:hover {
  color: #069;
  text-decoration: none;
}

/***************************************************
   Site Layout Containers
 ***************************************************/

#all {
  width: 802px;
  margin: 0px auto;
}

#header {
  width: 800px;
  height: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: 1px solid #DDD;
  background: url(images/banner.jpg) no-repeat top left;
}

#lpanel {
  width: 150px;
  float: left;
  text-align: left;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

#content {
  width: 583px;
  float: right;
  text-align: left;
  margin-bottom: 5px;
  padding: 20px;
  padding-top: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

#footer {
  width: 603px;
  float: right;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  font-size: 10px;
  font-weight: bold;
}

