BODY {
  background-color: #1f5e8c;
  font-family: "Gill Sans", sans-serif;
  font-size: 12pt;
  margin: 0pt;
}

#header {
  background-image: url("/images/topbg.jpg");
  text-align: center;
}


#footer {
  background-image: url("/images/bottombg.jpg");
  text-align: center;
}

#center {
  background-image: url("/images/centerbg.jpg");

}

#leftcol {
  background-image: url("/images/leftpic.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.text {
  background-color: #d5e2eb;
  background-image: url("/images/textcenter.jpg");
  background-repeat: no-repeat;
  padding: 20px 20px 20px 20px;
  font:  14px tahoma;
  text-align: justify;
}

.news {
  background-color: #d5e2eb;
  padding: 5px 5px 5px 5px;
  font:  14px tahoma;
  text-align: justify;
}
.news_menu   {
  font-family: Tahoma;
	font-size: 12px;
  padding-left: 5px;
  font-style: italic;
  font-weight: bold;
  color: #1f5e8c;
  text-decoration: none;
}

hr  {
  background-color: #000000;
  height: 1pt;
}

a:link  {
  font-style: italic;
  font-weight: bold;
  color: #1f5e8c;
  text-decoration: none;
}
a:hover {
  font-style: italic;
  font-weight: bold;
  color: #1f5e8c;
  text-decoration: underline;
}
a:visited {
  font-style: italic;
  font-weight: bold;
  color: #1f5e8c;
  text-decoration: none;
}
a:visited:hover {
  text-decoration: underline;
}
a:focus  {
  font-style: italic;
  font-weight: bold;
  color: #1f5e8c;
  text-decoration: underline;
}

.post-date{
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
	color:#1f5e8c;
	font-size:10px;
	padding-bottom:5px;
}
.news-text{
	padding-left:12px;
	font-weight: normal;
	color:#000000;
	font-size:10px;
	padding-bottom:10px;
}
.news-text a{
	color:#1f5e8c;
	text-decoration:none;
}
.news-text a:hover{
	text-decoration: underline;
}
.news-text p{
	padding:0px;
	margin:0px;
}


