html, body
  {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  }
body#body
  {
  background: url(../images/layout/centered_bg.jpg) center top repeat-y #eee;
  font-family: Trebuchet MS;
  }
div#frame
  {
  width: 990px;
  height: auto;
  float: left;
  background: #fff;
  }
div#header
  {
  width: 990px;
  height: 158px;
  float: left;
  }
div#lotsofimages
  {
  width: 990px;
  height: 216px;
  float: left;
  /*background: url(../images/layout/lotsofimages.jpg) no-repeat center top;*/
  }
div#navigation
  {
  width: 990px;
  height: auto;
  float: left;
  }
div#content
  {
  width: 990px;
  height: auto;
  float: left;
  }
#topnav
  {
  color: #ccc;
  padding: 10px 30px 0px 0px;
  }
table#topnav a
  {
  color: #00cc66;
  text-decoration: none;
  font-size: 14px;
  }
table#topnav a:hover
  {
  color: #009966;
  text-decoration: underline;
  font-size: 14px;
  }


  p, h1, h2, h3
    {
    padding: 0px 0px 18px 0px;
    margin: 0;
    line-height: 18px;
    font-family: Trebuchet MS;
    }
  h1
    {
    color: #00cc66;
    font-size: 24px;
    }
  h2
    {
    color: #00cc66;
    font-size: 18px;
    }
  h3
    {
    color: #00cc66;
    font-size: 14px;
    }
  p
    {
    color: #333;
    }
  #content a
    {
    color: #009966;
    text-decoration: underline; 
    }
  #content a:hover
    {
    color: #009966;
    text-decoration: none; 
    }  	
    
  .fancybox{
	}

h4.newsitem_date
  {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  margin: 0;
  }
  
h3.newsitem_subject
  {
  color: #009966;
  font-size: 14px;
  padding: 0;
  margin: 0;
  }
h3.newsitem_subject a
  {
  color: #009966;
  text-decoration: underline;
  }
h3.newsitem_subject a:hover
  {
  color: #009966;
  text-decoration: none;
  }
div.newsview_container
  {
  padding-top: 20px;
  }
span.newsview_subject
  {
  color: #009966;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  padding: 0px 20px 0px 20px;
  margin: 0;
  }
span.newsview_date
  {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
  padding: 0px 20px 0px 20px;
  margin: 0;
  }

div.newsview_container p  
  {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding: 0px 20px 18px 20px;
  margin: 0;
  }
div#searchresults
  {
  padding-top: 20px;
  }