.mainBody
{
  background-color: #666666;
  background-image: url('images/background.gif');
  background-repeat: repeat;
}

.textBox
{
  color: black;
  background-color: white;
  background-image: url('images/textbg.gif');
  background-repeat: repeat;
}

.textBox img
{
  color: black;
}

.copyrightBox
{
  font-size: small;
  color: white;
}

.bottomBox
{
  color: white;
  background-color: #CC3333;
}

.bottomBox a:hover
{
  color: #333333;
}

.bottomBox a
{
  color: white;
}

.headBox
{
  width: 800px;
  height: 60px;
  background-image: url('images/head.jpg');
  background-repeat: no-repeat;
}

.startBox
{
  width: 600px;
  height: 149px;
  background-image: url('images/start.jpg');
  background-repeat: no-repeat;
}

.headTextBox
{
  background-color: white;
  font-family: Arial;
  font-weight: bold;
  font-size: small;
  text-align: center;
  vertical-align: middle;
}

.naviSpacer
{
  font-size: 3px;
  background-color: #333333; 
}

.naviBox
{
  width: 800px;
  text-align: center;
  color: #CC3333;
  background-color: #333333;
  font-weight: bold;
}

.naviBox a, .naviBox span
{
  color: #CC3333;  
  cursor: pointer;
}

.naviBox a:hover, .naviBox span:hover
{
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.subnav
{
  width: 800px;
  height: 22px;
  padding: 0;
  display: none;
}

.subnavSpacer
{
  width: 1px;
  height: 22px;
  padding: 0;
  display: block;
}

.twocolorListA
{
  color: black;
  background-color: white;
}

.twocolorListB
{
  color: black;
  background-color: #A8D8FF;
}

.twocolorList
{
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

.newsBoxHeader
{
  width: 196px;
  background-image: url('images/table_tl.gif');
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  font-weight: bold;
}

.newsBoxSpacer
{
  height: 8px;
  background-image: url('images/spacer.gif');
  background-repeat: repeat-x;
}

.newsBoxText
{
  background-color: #EEEEEE;
  vertical-align: top;
}