﻿body
{
    font-family: 'Arial';
    text-align: center;
    background: #E2FCFE;
}
a:visited
{
    color: Blue;
}
#banner
{
    background-color: white;
    background-image: url(images/headerRSC.jpg);
    background-repeat: no-repeat;
    border-bottom: solid 2px black;
    font-family: 'Comic Sans MS';
    height: 52px;
    text-align: right;
}
#main_content_wrapper
{
    background-color: #9999bb;
    border: 1px solid black;
    width: 740px;
    margin: 0px auto;
}
.messages
{
    text-align: center;
    color: Red;
}
#main_content
{
    width: 700px;
    padding: 4px;
    margin: 10px;
    border: 4px double black;
    background-color: white;
}


#menu
{
    border-top: solid 2px black;
    padding-bottom: 2px;
}
.menucolumn
{
    font-family: 'Comic Sans MS';
    padding: 0px 10px 10px 10px;
    border: solid 1px black;
    vertical-align: top;
}
.vert
{
    padding-top: 10px;
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
}
.vert ul
{
    font-size: 10pt;
    font-weight: normal;
    list-style: none;
    margin: 0;
}
.vert_l
{
    width: 50%;
    text-align: left;
    padding: 5px;
    font-size: 11pt;
    font-weight: normal;
}
.redmemo
{
    color: Red;
}
.bluememo
{
    color: Blue;
}
.blackmemo
{
    color: Black;
}
.report2
{
    background-color: White;
    border-style: Ridge;
    font-family: Courier New;
    font-size: 9pt;
    text-align: left;
}
.report2tiny
{
    background-color: White;
    border-color: White;
    font-family: Courier New;
    font-size: 8pt;
    text-align: Left;
}
.bub
{
    padding-left: 6px;
    padding-right: 6px;
}
.bubble
{
    padding: 6px;
}
.report3
{
    background-color: Yellow;
    border-color: White;
    border-style: Ridge;
    border-width: 2px;
    font-family: Courier New;
    font-size: 9pt;
}
.hd16
{
    font-family: 'Cooper Black';
    font-size: 16pt;
    font-weight: bold;
    color: Navy;
}
.hd14
{
    font-family: 'Cooper Black';
    font-size: 14pt;
    color: Navy;
}
.reptable
{
    text-align: left;
}


