﻿body {
  padding: 0px;
  margin: 0px;
  background-image: url(images/bg.gif);
  font-family: arial;
  font-size: 9pt;
  color: white;
  text-align: center;
}

#bottom {
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 800px;
  height: 25px;
  background-color: #1D212A;
}


#main {
  position: relative;
  top: 0px;
  width: 800px;
  height: 770px;
}

#top {
  position: relative;
  top: 0px;
  width: 800px;
  height: 280px;
  background-image: url(images/top.jpg);
}

#links {
  position: relative;
  top: 0px;
  width: 800px;
  background-image: url('images/nav_bg.jpg');
  background-repeat: repeat-x;
}

#news {
  position: absolute;
  top: 320px;
  left: 0px;
  width: 260px;
  height: 408px;
  background-color: #1D212A;
  text-align: center;
}

.cred {
  font-size: 8pt;
  margin-top: 4px;
  color: white;
}

.hd1 {
  font size: 10pt;
  color: #F48900;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hd2 {
  font size: 10pt;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hd {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
}

.info {
  font-size: 9pt;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 3px;
  margin-left: 5px;
  text-align: justify;
}

.img {
  margin-left: 5px;
  margin-right: 5px;
}

.logo {
  text-align: center;
  border: 1px solid #F48900;
}

.links {
  border: 0px;
}
