﻿body, html
{
  margin: 0px;
}

.Background
{
  position: absolute;
  top:      0px;
  left:     0px;
  z-index:  -1;
}

.Banner, .Content, .Footer 
{
  margin:       10px;
}

.Content
{
  font-family:  Arial;
  
}

.Banner
{
  font-family: Verdana;
  color:       rgba(200, 200, 200, 1);
}

.Footer 
{
  font-family:  Arial;
  font-size:    smaller;
}

.Wrapper
{
  position: absolute;
  top:      30px;
  left:     150px;
  width:    700px;
}

.ContentWrapper
{
  padding:    20px;
  border:     inset white 4px;
  min-height: 400px;
  background-color: #FFF;
  color:      #002;
}

.NAV
{
  width: 100px;
  margin-right: 60px;
  margin-left:  auto;
}

.TOC
{
  position: absolute;
  top:      80px;
  width:    100px;
  color:    rgba( 255, 255, 255, 1.0 );
  font-weight: bold;
  margin:   10px;
  font-size: smaller;
}

.TOC a:link
{
  color: rgba( 200, 200, 200, 1.0 );
}

.TOC a:visited
{
  color: rgba( 200, 200, 200, 0.8 );
}

.TOC a:hover
{
  color: rgba( 255, 200, 200, 1.0 );
}


.ImageWrapper
{
  text-align: center;
}

.ImageWrapper img
{
  border: solid black 1px;
}
