body {
  position: relative;
  background-color: #003883;
  background-image: url(../img/bg.gif);
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: arial;
  line-height: 18px;
}
a img {
  border: none;
}
#frame {
  position: relative;
  background-color: white;
  width: 880px;
  margin: 0 auto;
}
#top {
  width: 851px; height: 135px;
  margin: 0 auto;
  margin-bottom: 2px;
  display: block;
}
#menu {
  width: 851px; height: 89px;
  margin: 0 auto;
  background-image: url(../img/menubg.gif);
  background-color: #01acd8;
}
#content {
  background-image: url(../img/contentbg.gif);
  background-repeat: repeat-y;
  width: 851px;
  margin: 0 auto;
  margin-top: 39px;
}
#footer {
  position: relative;
  width: 851px;
  height: 96px;
  margin: 0 auto;
  background-image: url(../img/footer.gif);
}
#bottomMenu {
  position: absolute;
  top: 38px;
  left: 180px;
}
#copyright {
  position: absolute;
  font-size: 11px;
  bottom: 2px;
  left: 340px;
}
#copyright a {
  color: #414243;
  text-decoration: none;
}
#copyright a:hover {
  color: black;
}
#body {
  margin-left: 45px;
  padding-bottom: 20px;
  width: 520px;
}
#banners {
	float: right;
	width: 266px;
	padding-right:0px;
  text-align: center;
}
#shl1, #shr1, #shl2, #shr2, #shl3, #shr3, #shl4, #shr4 {
  background-color: black;
  position: absolute;
  width: 1px;
  top: 0px;
}
#menu .menuItem {
  position: relative;
  width: 140px; height: 74px;
  float: left;
}
#menu .menuItem img {
  display: block;
  position: absolute;
  top: 0px; left: 0px;
}
#menu .menuSeparator {
  float: left;
  background-color: white;
  width: 1px; height: 89px;
} 
#menu .bar {
  position: absolute;
  left: 103px; top: 12px;
  width: 0px; height: 6px;
  background-color: #55e7ff;
}
.pageHeader {
  font-weight: bold;
  margin-bottom: 30px;
}
.highlight {
  background-image: url(../img/highlightbg.gif);
  background-repeat: repeat-y;
  color: #55b1dc;
  padding: 0 25px;
  margin: 10px 0;
}

.news_title
{
  font-weight: bold;
}
.news_header
{
  padding-bottom: 15px;
}
.news_thumbs
{
  padding-bottom: 15px;
}
img.thumb
{
	height:90px; width:120px;
	border: 1px solid #999;
	padding: 2px;
}
a {
  text-decoration: none;
  color: #0047A5;
}
a:hover {
  color: #1B9DDE;
}

