body {
  font-family: Arial, sans-serif;
  color: black;
  background-color: silver;
}
h1,h2,h3,h4,h5,h6 {
  text-align: center;
  color: black;
}
p {
  font-family: Arial, sans-serif;
  font-size: medium;
}
a {
  color: black;
  text-decoration: none;
}
div#navigation {
  font-size: small;
  text-align: center;
  color: #888888;
}
#footer {
  position:relative;
  font-size:12px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 80px;
  padding-left: 80px;
  color: #808080;
}
table
{
  width: 100%
}
.navTabRow {
  text-align: center;
  height: 150px;
}
.navTabTile
{
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  font-size: 12px; 
  padding-top: 4px;
  vertical-align: top;
  padding-right: 4px;
  padding-left: 4px;
}
.spacerTile
{
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  font-size: 12px;
  padding-top: 4px;
  vertical-align: top;
  padding-right: 4px;
  padding-left: 4px;
}
.subTitle
{
  text-align: center;
  padding-bottom: 4px;
}
.subTitlePano {
  text-align: center;
  padding-bottom: 2px;
}
#vertSpacer35 {
  height: 35px;
} 
#vertSpacer100 {
  height: 100px
}
hr {
  width: 100%;
  height: 0px;
  color: #c0c0c0;
}
redCol {
  color: #ff0000;
}
blueCol {
  color: #0000ff;
}
greenCol {
  color: #00ff00;
}
yellCol {
  color: #ffff00;
}

