body {
  font: 12px "trebuchet", "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
  color:#4e4b4a;
  text-decoration: bold;
  background: #0192C9 url(images/bg2.gif) top center no-repeat;
  margin-top: 78px;
  }

p, li, ul, dd, td {
  font: 12px "trebuchet", "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
  color:#4e4b4a;
  line-height: 140%;
  }
 
a {
  font: 12px "trebuchet", "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
  color:#0000FF;
  text-decoration:underline;
  }
  
a:hover {
  color:#FF0000; 
  text-decoration:underline;
  }

h1 {font-size: 20px; color: #0192C9; }
h2 {font-size: 18px; color: #0192C9; }
h3 {font-size: 16px; color: #0192C9; }
h4 {font-size: 14px; color: #4e4b4a; }
 

#pagebody {
  width: 900px;
  text-align: center;
  }

#content { 
  background: #ffffff;
  padding: 20px;
  }

#navbar {
  background: #0192C9;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  height:27px;
  line-height: 27px;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
  }
#navbar a {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  }
#navbar a:hover {
  color: #9bd0d5;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  }
body#home a#homenav,
body#downloads a#downloadsnav,
body#contact a#contactnav
  {
  color: #1c383c;
  }
  
#footer {
  font-size: 11px;
  color: #4e4b4a;
  }

#footer a {
  font-size: 11px;
  color: #4e4b4a;
  text-decoration: underline;
  }
  
  /*---news panel----------------------*/
  
  #news {
  width: 269px;
  }
  
  #newstop {
  width: 269px;
  height: 38px;
  }
  
  #newstxt {
  width: 250px;
  color: #fff;
  padding: 5px 5px 25px 7px;
  }
  
  #newstxt a {
  color: #1c383c;
  }
  
  #newsbottom {
  background: url(Images/news_bottom.gif) no-repeat left bottom;
  width: 269px;
  }
