﻿body
{
    background: #e2e5de url(../images/greengray_grad_bk.png) repeat-x scroll center top;
    margin: auto;
}
#main_page
{
    text-align: center;
}
/*  Setting this div sees to prevent override of links later.
#main_page a:link, #main_page a:active, #main_page a:visited
{
    font-weight: normal;
    color: #0000FF;
    text-decoration: underline;
}

#main_page a:hover
{
    color: #F20000;
    font-weight: normal;
    text-decoration: none;
}
*/
#main_border
{
    width: 866px;
    border: 1px solid #703d04;
    padding: 0px;
    margin: auto;
    background-color: #EDEAD8;
}

#header_panel
{
    width: 100%;
}

#header_right_panel
{
    text-align: right;
    vertical-align: top;
}
#header_logo
{
    padding-bottom: 12px;
    float: left;
}

#footer_panel
{
    width: 100%;
    padding: 5px;
    text-align: center;
    margin-top: 1px;
    border-top: 3px solid #703d04;
}
#footer_panel td
{
    padding: 4px;
    vertical-align: bottom;
}

#center_panel
{
    padding: 5px 15px 10px 15px;
    vertical-align: top;
    width: 836px; 
    text-align: left;
    border-bottom: 2px solid #703d04;
}



/***********************************************/
/* Main Pages                                 */
/***********************************************/

#MainNavBar
{
    width: 100%;
    height: 31px; /* Force min height for IE7 */
    min-height: 31px;
    font-weight: bold;
    background: #703d04;
    color: #b2ff1a;
    vertical-align: middle;
}

#MainNavBar a:link, #MainNavBar a:active, #MainNavBar a:visited
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#MainNavBar a:hover
{
    color: #F20000;
    font-weight: bold;
    text-decoration: underline;
}



