body {
  font-size: 14px;
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, verdana, arial , helvetica, sans-serif;
  color:#234aa0;
  background: #e1e7ef;
  margin: 8px;
  }

p, li, ul, dd, td {
  font-family: trebuchet, trebuchet ms, verdana, arial , helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color:#234aa0;
  }
 
a {
  font-size: 14px;
  color:#013668;
  text-decoration:underline;
  }
  
a:hover {
  color:#013668; 
  text-decoration:underline;
  }

h1 {font-size: 18px; color: #dc6606; }
h2 {font-size: 16px; color: #dc6606; }
h3 {font-size: 14px; color: #dc6606; }
 

#pagebody {
  width: 772px;
  font-size: 14px;
  align: center;
  border: 1px solid #849cc9;
  }

#header {
  background: #96a0aa;
  }

#content { 
  background: #ffffff;
  padding: 5px 25px 5px 25px;
  font-weight: normal;
  }

#newstablecontent {
  padding: 4px;
  font-size: 12px;
  }
#newstablecontent a {
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
  }

#navbar {
  background: #254aa2;
  border-top: 8px solid #ed6a02;
  height:24px;
  line-height: 24px;
  padding: 0px;
  text-align: center;
  vertical-align: top;
  }

#navbar a {
  color: #ffffff;
  padding: 0px 12px 0px 12px;
  text-decoration:none;
  }

#navbar a:hover {
  color: #7597d7;
  padding: 3px 12px 3px 12px;
  text-decoration:none;
  }

#activeMenuItem {
  color: #ed6a02;
  padding: 3px 12px 3px 12px;
  text-decoration:none;
  }
  
#footer {
  font-size: 12px;
  font-weight : normal;
  color: #ffffff;
  width: 774px;
  height: 24px;
  line-height: 19px;
  background: #7597d7;
  margin-top: 7px;
  }

#footer a {
  font-size: 12px;
  font-weight : normal;
  color: #ffffff;
  text-decoration:underline;
  }
  
#dpFooter {
  font-size: 10px;
  color: #013668;
  }
#dpFooter a {
  font-size: 10px;
  color: #013668;
  text-decoration: none;
  }