body
{
  margin: 0px;
  background-color: #000000;
  color: #cccccc;
  font-family: arial, sans-serif;
  font-size: 12px;
  position: relative;
  height: 100%;
  width: 100%;
}

.navigation
{
  height: 20px;
  background-color: #993333;
  width: 100%;
  font-size: 14px;
  font-family: arial, sans-serif;
  padding-left: 10px;
  padding-top: 5px;
  text-align: center;
  position: relative;
}

.subNavigation
{
  height: 20px;
  background-color: #cc6600;
  width: 100%;
  font-size: 14px;
  font-family: arial, sans-serif;
  padding-left: 10px;
  padding-top: 5px;
  text-align: center;
  position: relative;
}

.footer
{
  height: 20px;
  background-color: #993333;
  width: 99%;
  font-size: 14px;
  font-family: arial, sans-serif;
  padding-left: 10px;
  padding-top: 5px;
  text-align: center;
  bottom: 0px;
  position: relative;
}

.header
{
  width: 100%;
  background-color: #000000;
}

.content
{
  background-color: #333333;
  border: 2px solid #cccccc;
  text-align: justify;
  overflow: scroll;
}

a.nav:link, a.nav:active
{
  color: #cccccc;
  text-decoration: underline;
}

a.nav:visited
{
  color: #999999;  
  text-decoration: underline;
}

.center
{
  text-align: center;
}

.updated
{
  text-align: right;
  width: 100%;
  font-size: 12px;
}

.headlines, .miscellaneous, .promotions, .awards
{
  width: 100%;
  text-align: justify;
  font-size: 12px;
}

.general, .membership, .elections, .conduct
{
  width: 100%;
  text-align: justify;
  font-size: 12px;
}

.history, .members, .wings
{
  width: 100%;
  text-align: justify;
  font-size: 12px;
}

.sectionTitle
{
  color: #CC3333;
  text-align: center;
  font-size: 16px;
}

h2
{
  font-size: 20px;
}

.wow_guide, .wow_media
{
  width: 100%;
  text-align: justify;
  font-size: 12px;
  
}

.itemTitle
{
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

a:link, a:active
{
  color: #CC3333;
}

a:visited
{
  color: #993333;
}