﻿body
{
  color: Gray;
  background: black;
  font-family: Century Gothic;
}

.content
{
  height: 700px;
  width: 100%;
}

.siteHeader
{
  border-bottom: solid 1px #666699;
  border-top: solid 1px #666699;
  height: 60px;
  width: 100%;
}

.siteHeader td
{
  padding: 2px 5px 2px 5px;
}

.siteHeader .chrisDuke, .siteHeader .chrisDuke a:link, .siteHeader .chrisDuke a:visited, .siteHeader .chrisDuke a:active
{
  color: #3366FF;
  font-size: 26px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 220px;
}

.siteHeader .siteLinks, .siteHeader .siteLinks a:link, .siteHeader .siteLinks a:visited, .siteHeader .siteLinks a:active
{
  color: #666699;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.siteHeader .siteLinks a:hover
{
  color: Yellow;
}

.siteFooter a:link, .siteFooter a:visited, .siteFooter a:active
{
  color: #666699;
  font-size: 8px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.siteFooter a:hover
{
  color: Yellow;
}

.zoomControl
{
  height: 65px;
  width: 85px;
}

.zoomControl td
{
  text-align: right;
  vertical-align: middle;
  width: 56px;
}

.zoomControl td table td
{
  text-align: left;
}

.zoomIndicator
{
  -moz-opacity: .8;
  opacity: .8;
  filter: alpha(opacity=80);
}

.zoomIndicatorFlash
{
  -moz-opacity: .4;
  opacity: .4;
  filter: alpha(opacity=40);
}

.zoomIndicatorOff
{
  -moz-opacity: .2;
  opacity: .2;
  filter: alpha(opacity=20);
}

.informationBar
{
  color: #666699;
  font-size: 16px;
  position: relative;
  text-align: left;
  top: 65px;
  vertical-align: top;
  width: 150px;
}

.informationBar td
{
  padding: 0px 10px 15px 10px;
}
