body
{
    margin: 0px;
    background-color: #1E6990;
}
a
{
    text-decoration: none;
}
td
{
    font-family: tahoma;
    font-size: 9pt;
}
.main_table
{
    border-left: 1px solid #3A97C7;
    border-right: 1px solid #3A97C7;
    width: 756px;
    background-color: #fff;
}
.main_test_cell
{
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #2581B1;
    text-align: center;
    border-top: 2px solid #3A97C7;
    border-bottom: 2px solid #3A97C7;
}
.main_test_cell a
{
    color: #fff;
}
.banner
{
    background-color: #08415F;
    background-image: url(images/header.jpg);
    border-bottom: 2px solid #3A97C7;
    padding: 5px;
}
.banner_site_name
{
    font-size: 22pt;
    font-weight: bold;
    font-family: georgia;
    color: #fff;
}
.banner_address
{
    font-family: georgia;
    color: #fff;
}
.menu_bar
{
    padding-top: 22px;
    /*border-bottom: 1px solid #08415F; */
    font-size: 8pt;
    text-align: center;
    background-image: url(images/space_bg.gif);
    background-repeat: repeat-x;
    background-position:  bottom;
    height: 37px;
}
.menu_item
{
    background-color: #1E6990;
    border-top: 1px solid #1E6990;
    border-left: 1px solid #1E6990;
    border-right: 1px solid #1E6990;
    color: #eee;
    /*background-image: url(images/tab_bg.gif);*/
    height: 16px;
    font-size: 12pt;
    font-weight: bold;
}
.menu_item a
{
    color: #fff;
}
.menu_item a:visited
{
    color: #fff;
}
.menu_item a:hover
{
    color: #f00;
}
.menu_bar a
{
    font-size: 9pt;
    text-decoration: none;
    padding-left:   8px;
    padding-right:  18px;
}
.menu_bar a:hover
{
/*
    font-size: 8pt;
    padding-left:   8px;
    padding-right:  18px;
    border: 1px solid #1E6990;
    border-bottom: 1px solid #08415F;
    background-color: #ccc;
*/
    color: #c00;
}
.menu_bar_sel
{
    background-color: #fff;
    border: 1px solid #08415F;
    padding-left:   7px;
    padding-right:  17px;
    color: #000;
    border-bottom: 1px solid #fff;
}
.copyright
{
    text-align: center;
    font-size: 8pt;
    font-family: tahoma;
    color: #777;
    border-top: 1px solid #999;
    padding-top: 2px;
    padding-bottom: 8px;
}
.copyright a
{
    font-size: 8pt;
    font-family: tahoma;
    color: #08415F;
}
.main_cell
{
    padding: 5px;
}
h2
{
    color: #08415F;
    border-bottom: 1px solid #08415F;
}
ol
{
    list-style-type: upper-alpha;
}
.staff_table td
{
   padding-left: 5px;
   padding-bottom: 5px;
}
.staff_wrapper
{
    border-top: 1px solid #08415F;
    border-left: 7px solid #08415F;
    padding: 2px;
    padding-left: 4px;
}
ul
{
    list-style-type: alpha; /*|circle|square|none;*/
}
.schedule_table 
{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.schedule_table td
{
    border-left: 1px solid #000;
    border-top: 1px solid #999;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    height: 30px;
}
.event
{
    background-color: #ddd;
}
.staff_banner
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Tahoma;
}
