
body          { 
    font-family: helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    margin: 0px; 
    padding: 0px; 
    height:100%; 
    background-color: #FFFFFF;
    color: #000000;
}
div#outermost {
    margin: 0;
    padding: 0;
    width: 800px;
    background-color: #FFFFFF;
}
div#midlevel {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #000099;    
}
div#leftside {
    padding: 0px;
    width: 150px;
    float: left;
    padding-top: 100px;
    text-align: center;
}
div#main {
    padding: 10px;
    margin-left: 144px;
    margin-right: 0px;
    background-color: #FFFFFF;
    border-left-style: double;
    border-left-color: #000099;
    border-left-width: 6px;
}
.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.side           {font-size: 16px; color: white; font-weight: 600; font-family: "helvetica";}
.side A:link    {color: white; font-weight: 600}
.side A:visited {color: white; font-weight: 600}
.side A:hover   {color: #00FFFF; font-weight: 600}
.side A:active  {color: white; font-weight: 600}
.credit         {font-size: 11px; font-weight: 500; font-family: "gill sans", sans-serif;}
.bluebox        {border-color: #000099; }
.redbox         {border-color: #990000; }
.redhead        {font-style: italic; font-weight: 800; color: #990000; font-size: 30px;}
.bluebox, .redbox {width: 100%; border-style: solid; border-width: thin; padding: 2px; 
                   margin: 0px; border-spacing: 0px; }
TABLE.redbox TH, TABLE.bluebox TH {color: #FFFFFF; }
TABLE.redbox TD, TABLE.bluebox TD {color: #000000; background: #FFFFFF;}
TABLE.redbox TH {background: #990000; }
TABLE.bluebox TH {background: #000099; }
.citation       {font-size: 12px; font-weight: 900; font-family: "gill sans", sans-serif;}
.signup         {text-align: center; font-size: 20px;}
.signup A:link    {color: #009900; font-weight: 600;}
.signup A:visited {color: #009900; font-weight: 600;}
.signup A:hover   {color: #009900; font-weight: 600;}
.signup A:active  {color: #009900; font-weight: 600;}

p.res          {margin-left:5%;}
h2.res         {line-height: 1.5; font-size: 18pt; text-align: center;}
table.res      {border: 2px solid rgb(204,204,153);}
table.head     {border: 0px; border-top: solid blue 2px; border-bottom: solid blue 2px;}
th.res         { background: rgb(204,204,153); }
td.res, td.ress1  { background: rgb(255,255,153); }
td.ress2       { background: rgb(255,255,204); }


