﻿body {
   background-image:url(~/library/bkgrnd2.jpg);
   color: Black;
   /*font: 0.8em verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;*/
   font: 0.84em "Times New Roman", Times, serif;
   /* background: #66ccff; #669999; Teal;*/
}

table, td, th
{
    padding:0 0 0 0;
    font-size:1.1em;
}
th
{
    /*background-color:green;*/
    color:white;
    border-color: Purple;
}
h1
{
    font-size: 1.4em;
    font-style:normal;
    font-weight:bold;
}

.separator 
{
    height: 3px;
    width:100%;
    background-color: Purple;  /* #405061; */
    font-size: 6px;
    float:none;
}

.blankSpace
{
    height:10px;
    width:100%;
    float:none;
}

#menu
{
    height:470px;
    width: 158px;
    float:left;
    background-color:#333333;
}

#main
{
    float:right;
    width:800px;
    background-color:White;
    height:470px;
}

#groupcontainer
{
    width:969px;
    float:none;
    height: 620px;
}

#footer
{
    float:none;
    height: 16px;
    width: 100%;
    background-color: #333333;
    color: White;
    text-align:center;
    margin-top: 10px;
    font-size:0.8em;
    padding-top:4px;
    
}

#developer
{
    float:none;
    height: 16px;
    width: 100%;
    /*background-color: #333333;*/
    color: Black;
    text-align:center;
    margin-top: 4px;
    font-size:0.8em;
}

#cbd
{
    border:solid 1px gray;
    height:auto;
    vertical-align:middle;
    font-size:0.7em;
    font-weight:normal;
    text-align:left;
    width:92%;
    padding-left:4px;
    padding-right:4px;
}

#ads
{
    float:right;
    margin-right:10px;
    margin-top:10px;
    height: 450px;
    width: 210px;
    border: solid 2px Gray;
}

#lscPages
{
     text-align:left; 
     margin-left:10px; 
     margin-top:10px; 
     float:left;
     width: 550px;
}

#pgBottom
{
    height: auto;
}

#biglet
{
    float:left;
    width:0.7em;
    font-size:450%;
    font-family:algerian,courier;
    line-height:70%;
}

