body {
  font-size: 12px;
  font-family: Tahoma , helvetica, sans-serif;
  color:#757575;
  background: #cfd7e0;
  background-image: url(images/background.jpg);
  background-repeat: repeat-x;
  margin: 3px;
  }

p, li, ul, dd, td {
  font-family: Tahoma , helvetica, sans-serif;
  font-size: 12px;
  color:#757575;
  line-height: 140%;
  }

ul { 
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  }

li { 
  background: url(images/bullet.gif) left center no-repeat;
  padding-left: 15px;
  margin-bottom: 5px;
  }

a {
  font-size: 12px;
  color:#569ae7;
  text-decoration:underline;
  font-weight: bold;
  }
  
a:hover {
  color:#757575; 
  text-decoration:underline;
  }

h1 {font-size: 18px; color: #569ae7;}
h2 {font-size: 16px; color: #569ae7;}
h3 {font-size: 14px; color: #569ae7;}
 

#content { 
  background: #ffffff;
  padding: 0px 22px 15px 22px;
  border-left: 1px solid #7189a4;
  border-right: 1px solid #7189a4;
  }
#content_top {
  height: 20px;
  }
  
#content_bottom {
  height: 7px;
  }
  

#searchbar {
  background: #0d53d4;
  background-image: url(images/searchbar.jpg);
  padding: 2px 0px 2px 0px;
  height: 27px;
  line-height: 27px;
  border-bottom: 1px solid #aecbf1;
  vertical-align: middle;
  }

#searchbaritems {
  padding:2px 0px 2px 0px;
  color: #ffffff;
  font-size: 11px;
  }



#footer {
  color: #757575;
  font: 11px arial, helvetica, sans-serif;
  padding: 4px;
  background: #ffffff;
  background-image: url(images/footer_background.jpg);
  background-repeat: repeat-x;
  background-position:bottom left;
  border-left: 1px solid #7189a4;
  border-right: 1px solid #7189a4;
  }

#footer a {
  color: #569ae7;

  text-decoration: none;
  padding: 0px 2px 0px 2px;
  }

#footer a:hover {
  text-decoration: underline;
  }
  
#footersmalltext {
  font-size: 11px;
  color: #893503;
  }
  
#footersmalltext a {
  font-size: 11px;
  color: #9eb7e4;
  }

#dpFooter {
  font-size: 10px;
  color: #ffffff;
  font-weight: normal;
  }
#dpFooter a {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  }