*
{
  margin: 0;
  padding: 0;
}

BODY
{
  font-family: Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #AAAAAA;
}

A
{ 
  font-weight: bold;
  color: #000099;
}

A:hover
{ 
  color: #990000;
}

A:visited
{ 
  color: #990099;
}

#page_container
{ 
  margin: 0 auto;
  width: 70%;
  background-color: white;
}

#header
{ 
  text-align: center;
  padding: 10px 0;
  border-bottom: 10px solid #999999;
  width: 80%;
  margin: 0 auto;
  height: 20px;
}

#header .header_subcontainer
{
  height: 20px;
}

#header_left
{ 
  float: left;
  width: 20%;
}

#header_center
{ 
  float: left;
  width: 60%;
  text-align: center;
}

#header_center H1
{ 
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  display: inline;
}

#header_right
{ 
  float: right;
  width: 18%;
  text-align: right;
}

#header_right IMG
{ 
  border: 0;
  height: 16px;
  width: 16px;
}

#footer
{ 
  text-align: center;
  padding: 10px 0;
  border-top: 10px solid #999999;
  width: 80%;
  margin: 20px auto 0 auto;
  font-size: 12px;
  font-weight: bold;
  color: #cccccc;
}

#navigation
{
  width: 90%;
  margin: 0 auto;
}

#navigation .nav_item_container
{
  text-align: center;
  width: 19.5%;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  background-color: #6666FF;
  float: left;
  height: 34px;
  padding-top: 16px;
  margin: 10px 0 0 0.5%;
  cursor: pointer;
}

#navigation DIV.nav_item_container_selected {
  background-color: #FF6666;
}

#navigation .nav_item_container A {
  color: #000099;
  text-decoration: none;
}

#navigation .nav_item_container A:visited {
  color: #333333;
}

#navigation .nav_item_container A:hover {
  color: #CC0000;
  text-decoration: underline;
}

#navigation .clearfix
{ 
  clear: both;
}

#content
{ 
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
}

#content .sectionheader
{
  font-size: 14px;
  font-weight: bold;
  background-color: #AAAAAA;
  padding: 5px 0 5px 10px;
  margin: 15px 0;
}


.table_wabble {
  border: 1px solid #6E2A2A;
  background-color: #EFDCC2;
  margin-bottom: 10px;
}
.table_wabble TD.table_wabble_td {
  padding: 5px 0;
}
.slBig {
  font-size: 16pt;
}
SUB.slBig_sub {
  font-size: 4pt;
  padding-left: 1px;
}
TD.slBig_cell {
  border: 1px solid #6E2A2A;
  background-color: #C4AD8B;
  font-family: Times New Roman, serif;
}
TD.slBig_cell A {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
TD.slBig_cell A:hover {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
.table_webopoly {
  border: 1px solid #BBBBFF;
  background-color: #E5E5FF;
  margin-bottom: 10px;
}
.table_webopoly TD.table_webopoly_td {
  padding: 5px 0;
}
.table_games TD.table_games_td {
  padding: 5px;
  vertical-align: top;
}
