html, body
{
   background-color: #000000;
   height: 100%;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
}

body, input, select, td, textarea { color: #000000; font-family: Times, serif; font-size: 13px; }
hr { background-color: #000000; border-width: 0px; color: #000000; height: 1px; }

.select { width: 200px; }
.text { width: 200px; }
.textbox { height: 100px; width: 200px; }

.backgroundleft
{
   background-image: url( ../images/background_left.jpg );
   background-position: top right;
}

.backgroundmiddle
{
   background-image: url( ../images/background_middle.jpg );
   background-position: top center;
   background-repeat: repeat-y;
}

.backgroundright
{
   background-image: url( ../images/background_right.jpg );
   background-position: top left;
}

.bodycell
{
   background-image: url( ../images/background_body.jpg );
}

.subseparator
{
   background-color: #473A27
}


a:link.subnav { color: #999966; text-decoration: none; }
a:visited.subnav { color: #999966; text-decoration: none; }
a:hover.subnav { color: #999966; text-decoration: underline; }
a:active.subnav { color: #999966; text-decoration: none; }

.footercell
{
   background-image: url( ../images/footer.jpg );
   background-repeat: no-repeat;
   background-position: top center;
}

.footertext
{
   color: #FFFFCC;
   font-size: 10px;
}

.footerhr
{
   background-color: #FFFFCC;
   border-width: 0px;
   color: #FFFFCC;
   height: 1px;
}


a:link.footer { color: #FFFFCC; font-size: 10px; text-decoration: none; }
a:visited.footer { color: #FFFFCC; font-size: 10px; text-decoration: none; }
a:hover.footer { color: #FFFFCC; font-size: 10px; text-decoration: underline; }
a:active.footer { color: #FFFFCC; font-size: 10px; text-decoration: none; }
