﻿body
{
  background-color: #484848;
  padding-top:25px;
  text-align: center;
}

#Page
{
  width:990px;
  margin: 0 auto;
  background-color: #cccccc;
}

#Logo
{
  width:990px;
  height:125px;
  border-bottom:solid 3px #ffffff;
}

#Main
{
  width:990px;
}

#MainTable
{
  background-color: #cccccc;
  width:990px;
  padding:0px 0px 0px 0px;
  border-spacing:0px;
  border-collapse:collapse;
  border-width:0px;
}

#MainTableMenu
{
  background-color: #cccccc;
  width:250px;
}

#MainTableSpace
{
  background-color: #ffffff;
  width:3px;
  text-align:left;
  vertical-align:top;
}

#MainTableContent
{
  background-color: #cccccc;
  width:737px;
  text-align:left;
  vertical-align:top;
}

#Menu
{
  width:250px;
  text-align:left;
  vertical-align:top;
}

#Content
{
  width:737px;
  text-align:center;
  vertical-align:top;
  font-family: Verdana,Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
  font-size:smaller;
}

#ContentText
{
  padding: 10px 30px 10px 30px;
  text-align:left;
  vertical-align:top;
}

#Disclaimer
{
  background-color: #484848;
  clear:both;
  width:990px;
  padding-top:4px;
  text-align:right;
  font-family: Verdana, Helvetia;
  font-size:smaller;
  color: #cacaca;
}



.MenuItemBase, .MenuItemHot, .MenuItemActive, .MenuItemSelected
{
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  border-bottom:solid 1px #ffffff;
}

.MenuItemActive
{
}

.MenuItemHot
{
  background-color: #7b7b7b;
  cursor: hand;
}

.MenuItemSelected
{
  background-color: #7b7b7b;
  cursor: hand;
}


.MenuItemLink, .MenuItemLinkActive, .MenuItemLinkHot, .MenuItemLinkSelected
{
  font-family: Verdana,Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
  font-size:medium;
  text-decoration: none;
}

.MenuItemLinkActive
{
  color: #1f1f1f;
}

.MenuItemLinkHot
{
  color: #efefef;
}

.MenuItemLinkSelected
{
  color: #efefef;
}

