A:link
{
  font-weight:bold;
  text-decoration: none;
  color: #dedef7;
}

A:active
{
  font-weight:bold;
  text-decoration: none;
  color: #dedef7;
}

A:visited
{
  font-weight:bold;
  text-decoration: none;
  color: #dedef7;
}

A:hover
{
  font-weight:bold;
  text-decoration: none;
  color: #000088;
}

BODY
{
  background:black;
}

.mainBody
{
  width:800px;
}

.leftMenuSpacer
{
  width:96px;
  height:59px;
  float:left;
}

.menuImageHolder
{
  float:left;
}

.menuImage
{
  border:1px solid black;
  padding:4px;
}

.menuImageSpacer
{
  width:5px;
  height:59px;
  float:left;
}

.mainImage
{
  width:800px;
  height:406px;
  background:url('/images/main.jpg') no-repeat;
}

.mainLeftSpacer
{
  float:left;
  width:329px;
}

.mainRightBox
{
  float:left;
  width:337px;
}

.mainTopSpacer
{
  height:152px;
}

.mainBox
{
  height:221px;
  background: url('/images/main-box.jpg') no-repeat;
  color:white;
  text-align:left;
  padding:5px 15px 5px 15px;
  overflow:hidden;
  font:13px Tahoma, sans-serif;
}

.copyright
{
  text-align:center;
  color:#7e7e7e;
  font:10px Verdana;
}

.ContentBoxTitle
{
  font:12px Verdana;
  padding:2px 10px;
  width:650px;
  text-align:center;
  border:1px solid black;
  margin-top:20px;
  margin-left:30px;
  margin-right:30px;
  background-color:#014f76;
  color:white;
}

.ContentFrame
{
  width:670px;
  border-width:0px 1px 1px 1px;
  border-style:solid solid solid solid;
  border-color:black black black black;
  margin-left: 30px;
  margin-right:30px;
  background:url('/images/box-image-bottom.jpg') repeat-y;
}

.ContentBox
{
  font:12px Verdana;
  text-align:left;
  background:url('/images/box-image.jpg') no-repeat;
  color:white;
  padding:5px 5px 10px 5px;
}

.subMenuBar
{
  margin: 10px auto;
}

.subMenuItemContainer
{
  padding:0px 5px;
}

.subMenuItem
{
  color:#f0af6c;
  padding:2px 10px 0px 10px;
  font: bold 12px Tahoma;
}

.subLink
{
  cursor:hand;
}

.subActive
{
  background:#112233;
}

.TitleColumn
{
  text-align:right;
  padding-right:5px;
  padding-bottom:3px;
  vertical-align:top;
}

.TankPictureColumn
{
  text-align:center;
}

.HistoryAction
{
  font:italic 11px Tahoma;
  padding-right:7px;
}

.clear
{
  clear:both;
  height:0px;
  width:0px;
  overflow:hidden;
}
