body
{
   font: 76% normal arial,helvetica;
   background-color: #000000;
}

h1
{
   font-size: 1em;
   color: #55FFFF;
}

h2
{
   font-size: 0.9em;
   color: #AAAAAA;
}

h3
{
   font-size: 0.9em;
   color: #555555;
}

a
{
   color: #0077FF;
   text-decoration: none;
}

a:hover
{
   color: #FFFF00;
   text-decoration: none;
}

a:active, a:focus
{
   outline-style: none;
}

div.pagecontainer
{
   position: absolute;
   left: 0px;
   width: 810px;
   height: auto;
}

div.navigation
{
   position: absolute;
   width: 165px;
   line-height: auto;
   left: 0px;
   top: 102px;
   color: #FFFFFF;
}

div.navigation div.title
{
   position: relative;
   width: 90%;
   line-height: auto;
   border: 1px solid #00FFFF;
   white-space: nowrap;
   padding: 0.5em;
   text-align: center;
   font-weight: 900;
}

div.navigation div.content
{
   position: relative;
   width: 90%;
   line-height: auto;
   white-space: nowrap;
   padding: 0.5em;
}

div.filler
{
   position: relative;
   width: 100%;
   height: 15px;
}

div.maintext
{
   position: absolute;
   width: 600px;
   line-height: auto;
   left: 200px;
   top: 102px;
   color: #FFFFFF;
}

div.maintext div.title
{
   position: relative;
   width: 90%;
   line-height: auto;
   border: 1px solid #0000FF;
   white-space: nowrap;
   padding: 0.5em;
   text-align: left;
   font-weight: 900;
}

div.maintext div.content
{
   position: relative;
   width: 90%;
   line-height: auto;
   white-space: normal;
   padding: 0.5em;
}

ul
{
   list-style-type: circle;
}

div.debugdiv
{
   border: 1px solid #FF0000;
   color: #FFFFFF;
   width: auto;
   height: auto;
   visibility: hidden;   /* comment out this line to debug */
}

div.maintext div.content div.blockcontainer
{
   position: relative;
   line-height: auto;
   white-space: normal;
   padding: 0.5em;
   padding-bottom: 20px;
}

div.toppicture
{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 800px;
   height: 100px;
}

img.centerimage
{
   padding: 6px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

span.centertext
{
   padding: 6px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
