body
{
  background-color: #4D4948;
  text-align: center;
  
  padding: 0;
  margin: 40px 0 0 0;
  
  font-family: Tahoma, sans-seriff;
  font-size: 10pt;
  color: #1C445D;
}

div#page
{
  width: 942px;
  margin: auto;
  text-align: left;
}

div#header
{
  height: 177px;
  background: url(images/header.jpg) no-repeat;
}

div#menu
{
  height: 29px;
  margin-top: -12px;  
  background: url(images/menu.jpg) no-repeat;
}

div#main
{
  background-color: white;
  padding: 5px 10px;
}

div#menu ul
{
  margin: 0 0 0 7px;
  padding: 0;
}

div#menu ul li
{    
  float: left;
  display: block;
  height: 21px;
  margin: 0px 15px;
  padding-top: 6px;
  font-size: 12pt;   
}

div#menu ul li a
{    
  text-decoration: none;
  color: white;  
  font-family: Tahoma, sans-serif;
}

div#menu ul li a:hover
{    
  color: blue;  
}

div#left
{
  float: left;
  width: 657px;
  margin-right: 15px;
  text-align: justify;
  padding-left: 10px;
}

div#news
{
  float: left;
  width: 236px;
}

div.clearer
{
  clear: both;
}

div.newsHeader
{
  height: 23px;
  padding: 7px 10px;
  color: #0B3E5D;
  font-size: 12pt;
  font-weight: bold;
  background: url(images/newsHeader.png) no-repeat;
}

div.newsFooter
{
  height: 37px;  
  padding-left: 10px;
  background: url(images/newsFooter.png) no-repeat;
}

div.newsItem
{
  padding: 0 10px 10px 10px;
  text-align: justify;
  background-color: #CEE7FB;
}

div#footer
{
  color: #BBBBBB;
}

img.left {float:left; padding-right: 15px;}
img.right {float:right; padding-left: 15px;}

a:link, a:visited
{
  color: blue;
  text-decoration: none;
}

h1
{  
  margin: 7px 0 0 0;
  font-size: 15pt;
}

h2
{  
  margin: 0 0 0 10px;
  font-size: 15pt;
}

div.text
{
  margin: 10px;
}

div#reference
{
  height: 105px;
  width: 900px;  
  margin: 5px 10px;
}

div#reference img
{
  margin: 0 4px;
  border: 2px solid gray;
}
