﻿html, body, form {
    margin: 0;
    padding: 0;
    height: 100%;
}
html{ background-color: #e0e7eb;}
body
{
    width: 1000px;
    margin: 0 auto;
}
#tblWrapper
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #245571;
    height: 100%;
    margin-bottom: -40px;
}
#tdMenuNavigate
{
    background-color: #245571;
    width: 180px;
    vertical-align: top;
    padding-top: 107px;
    padding-bottom: 55px;
}
#tdSiteContent
{
    width: 820px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #ffffff;
    vertical-align: top;
    padding-top: 107px;
    padding-bottom: 55px;
    padding-left: 0px;
    font-family: Arial;
    color: #245571;
}
#header
{
    background-color: #9db3c0;
    /*background-image: url("Images/headerMathConf.jpg");*/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 107px;
    position: absolute;
    text-align: center;
}
#footer
{
    /*background-color: #dcdcdc;*/
    background-color: #f0f8ff;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    position: relative;
    text-align: center;
    color: #245571;
    font-family: "Guttman David", "Guttman", Arial;
    font-size: 12pt;
}
.bxLogos
{
    background-color: #fff;
    width: 100%;
    text-align: center;
}
.mnNavigateStyle
{
    margin: 0 auto;
    width: 85%;
}
.mnItemStyle
{
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 3px 0px 2px 3px;
}
.mnHoverStyle
{
    background-color: #fff;
    color: #245571 !important;
    border-bottom: solid 1px #fff;
    padding: 3px 0px 2px 3px;
}
.mnSelectedStyle
{
    border-bottom: solid 1px #fff;
    padding: 3px 0px 2px 3px;
    font-weight: bold;
    font-style: italic;
    color: #eee8aa;
}