﻿
#main_page
{
    text-align: left;
    margin: auto;
    width: 1000px;
    min-width: 1000px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    background-color: #dcdcdc;
}

#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;
}

#header_panel
{
    width: 100%;
}

/* Left Navbar */

#nav_column
{
    width: 182px;
    height: 100%;
    background-position: left top;
    background-image: url(/images/Graphics/grey-edge.jpg);
    background-repeat: repeat-y;
}
#nav_panel
{
    width: 164px; /* This div panel must match outer nav_colum to keep with fixed. */
    padding: 8px;
}
#nav_panel a:link, #main_page a:active, #main_page a:visited
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;

}

#nav_panel a:hover
{
    color: #000066;
    font-weight: normal;
    text-decoration: underline;
}
#nav_panel hr
{
    width: 80px;
    color: #999999;
    height: 1px;
    text-align: left;
}

.static_menu
{
    
}

.static_menu TD
{

    border-right: buttonshadow 1px solid;
    padding-right: 0px;
    border-top: #C2C2C2 1px solid;
    padding-left: 2px;
    font-weight: bold;
    background: #A9A9A9;
    padding-bottom: 0px;
    border-left: #C2C2C2 1px solid;
    cursor: hand;
    color: black;
    padding-top: 0px;
    border-bottom: buttonshadow 1px solid;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    
}

.static_menu_hover TD
{

    border-right: buttonshadow 1px solid;
    padding-right: 0px;
    border-top: #DCDCDC 1px solid;
    padding-left: 2px;
    font-weight: bold;
    background: #C2C2C2;
    padding-bottom: 0px;
    border-left: #DCDCDC 1px solid;
    cursor: hand;
    color: black;
    padding-top: 0px;
    border-bottom: buttonshadow 1px solid;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}

/* Content Format */



#center_panel
{
    vertical-align: top;
    padding: 5px 15px 10px 15px;
    vertical-align: top;
    text-align: left;
    min-width: 800px;
    width: 800px;
}

#footer_panel
{
    width: 100%;
    padding: 15px;
    text-align: center;
    margin-top: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #999999;
}
#footer_panel td
{
    padding: 15px;
    vertical-align: bottom;
}



/***********************************************/
/* 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;
}

