body
{
  margin:0px;
  padding:0px;
  background:#000A25;
  font-size: 15px;
  font-family: Verdana, Arial, Sans-Serif;
}

table
{
  font-size: 1em;
}

/*--------------*/

td.txt_common { background: #FFFFFF; }

td.header
{
  padding: 0 0 0 30px;
  width: 80%;
}

td.filler { width: 10%; }

td.side
{
  width: 15%;
}

td.content
{
  width: 65%;
  padding: 0 5px 20px 5px;
}

td.footer
{
  height: 30px;
  text-align: center;
  font-size: 0.85em;
  border-top: 1px black solid;
}

/*------------------*/

img#logo
{
  position: relative;
  left: -110px;
  top: 15px;
}

img#banner
{
  position: relative;
  left: -130px;
}

div#links {
  position: relative;
  left: 100px;
  top: -35px;
}

div#links a {
  display: block;
  float: left;
  width: 75px;
  padding: 3px 0px 3px 0px;
  text-align: center;
  text-decoration: none;
  color: #000099;
  font-size: 1.2em;
  font-weight: bold;
}

div#links a:hover {
  background: #D4DCFF;
}

/*-----------------*/

div.newsitem
{
  border-top: 1px blue solid;
  padding: 5px 0 0 10px;
}

div.newsitem div.title
{
  background: #2222AA;
  color: #88CC33;
  padding: 5px;
  font-weight: bold;
}

div.newsitem div.content
{
  padding: 5px 0 0 10px;
}

/*-----------------*/

