html, body, #wrap
{
    height: 100%;
    padding: 0px;
    margin: 0px;
}
body > #wrap
{
    height: auto;
    min-height: 100%;
}
#main
{
    overflow: auto;
    padding-bottom: 16px; /* must be same height as the footer */
}
#headerDiv
{
    background-color: transparent;
}
#footerDiv
{
    position: relative;
    margin-top: -32px; /* negative value of footer height */
    height: 32px;
    clear: both;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #660000;
    font-size: 12px;
    background-color: #FFFFFF;
}
.bodyDiv
{
    width: 100%;
    background-color: #660000;
    text-align: center;
}
.bodyTable
{
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.header
{
    background-color: #FF6600;
}
.footer
{
    height: 24px;
    padding: 4px 4px 4px 4px;
    background-color: #FF6600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #660000;
    font-size: 9px;
}
table.centerTable
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
img
{
    border: 0;
}
.colLeft
{
    /*    width: 180px;*/
    padding: 8px 8px 8px 8px;
    background-color: #FFFFFF;
    border-left: solid 3px FF6600;
    min-height: 100%;
}
.colCenter
{
    /*    width: 440px;*/
    height: 100%;
    padding: 8px 0px 8px 0px;
    background-color: #FFFFFF;
    min-height: 100%;
}
.colRight
{
    /*    width: 180px;*/
    padding: 8px 8px 8px 8px;
    background-color: #FFFFFF;
    border-right: solid 3px FF6600;
    min-height: 100%;
}
a.loginText
{
    padding: 6px 4px 6px 4px;
    color: #660000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FF6600;
}
a.loginText:hover
{
    padding: 6px 4px 6px 4px;
    color: #660000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FFD700;
}
a.copyrightText:link
{
    color: #660000;
    text-decoration: none;
}
a.copyrightText:visited
{
    color: #660000;
    text-decoration: none;
}
a.copyrightText:hover
{
    color: #660000;
    text-decoration: none;
}
a.copyrightText:active
{
    color: #660000;
    text-decoration: none;
}
.menuBar
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    background-color: #FF6600;
    border-left: solid 3px #FF6600;
    vertical-align: middle;
}
.loginBar
{
    padding: 0px 0px 4px 0px;
    height: 24px;
    background-color: #FF6600;
    border-right: solid 3px #FF6600;
    color: #660000;
    vertical-align: middle;
}
.loginBar A
{
    color: #660000;
}
.MainMenu_MenuContainer
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuBar
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    cursor: pointer;
    border-top: #FF6600 0px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 0px solid;
    border-left: #FF6600 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuBreak
{
    display: none;
    padding: 0px 0px 0px 0px;
    height: 0px;
    border-bottom: #FF6600 0px solid;
    border-left: #FF6600 0px solid;
    border-top: #FF6600 0px solid;
    border-right: #FF6600 0px solid;
    background-color: #FF6600;
}
.MainMenu_MenuItem
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    cursor: pointer;
    color: #660000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 0px solid;
    background-color: #FF6600;
    text-align: center;
}
.MainMenu_MenuIcon
{
    display: inherit;
    padding: 0px 0px 0px 0px;
    height: 24px;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 0px solid;
    background-color: #FF6600;
}
.MainMenu_SubMenu
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    z-index: 1000;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-top: #FF6600 0px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 0px solid;
    border-left: #FF6600 2px solid;
    background-color: #FF6600;
}
.MainMenu_SubMenuItemSelected
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 0px solid;
}
.MainMenu_SubMenuItemActive
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 0px solid;
}
.MainMenu_MenuItemSel
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    color: #660000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 0px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 0px solid;
    background-color: #FFD700;
}
.MainMenu_MenuArrow
{
    display: inherit;
    padding: 0px 0px 0px 0px;
    height: 24px;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 2px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 0px solid;
}
.MainMenu_RootMenuArrow
{
    display: none;
}
.MainMenu_RootMenuItemSelected
{
    padding: 0px 0px 0px 0px;
    height: 24px;
    border-top: #FF6600 2px solid;
    border-right: #FF6600 2px solid;
    border-bottom: #FF6600 2px solid;
    border-left: #FF6600 2px solid;
    background-color: #FFD700;
    text-align: center;
}
.MainMenu_RootMenuItemBreadcrumb
{
    padding: 0px 0px 0px 0px;
    height: 24px;
}
.MainMenu_SubMenuItemBreadcrumb
{
    padding: 0px 0px 0px 0px;
    height: 24px;
}
.MainMenu_RootMenuItem
{
    padding: 0px 0px 0px 0px;
    height: 24px;
}
.MainMenu_RootMenuItemActive
{
    padding: 0px 0px 0px 0px;
    height: 24px;
}


