body
{
  background-color: #F3F8FF;
  font-family: sans-serif;
  text-align: center;
}

.navigation
{
	margin: auto;
	width: 900px; 
	height: 20px;
  background-color: #0062A0;
  color: white;
}

.spacer
{
	width: 60px;
	background-color: #0062A0;
}

.banner
{
  height: 137;
  background-repeat: no-repeat; 
  background-position: center; 
  background-Image: url(images/banner.png);
  margin: 0px;
}

div.main
{
  background-color: #B8D3E5;
	  width: 900px;
	  margin: auto;
	  text-align: left;
	  border: 1px solid black;
	  padding: 5px;
	  color: black;
	  font-size: 16px;
}

a:hover
{
  color: #E9EFF3;
}

a:visited
{
  text-decoration: none;
  font-weight: bold;
}

a
{
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.News-Main {
  font-size: 12pt;
  font-family: sans-serif;
  background-color: #CDE3F1;
  border: 1px solid #000000;
  margin-bottom: 0.5cm;
  margin-top: 0.5cm;
	width: 800px;  
  margin: auto;
  text-align: left;
}

.News-Header {
  background-color: #B4D7F0;
  text-align: left;
  border-bottom: 1px solid black;
  color: #000000;
  width: 800px;
  padding: 2px;
  font-weight: bold;
  font-size: 12pt;
}

.News-Date {
  background-color: #B4D7F0;
  text-align: right;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  color: #000000;
  padding: 2px;
  font-weight: normal;
  font-size: 12pt;
  width: 120px;
}

.News-Text {
  padding: 5px;
	font-family: Verdana;
	font-weight: normal;
  color: #000000;
  font-size: 12pt;
  text-align: left;
}

