* {
        text-rendering: geometricprecision;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        //color: #000000;
        font: 10pt arial;
        text-decoration: none;
}
img {
        border: medium none;
        padding: 2px;
}
.MainStructure {
        background:#FFF8DC;
        text-align: center;
        width: 823px;
        margin: auto;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        /* width: 1100px; */
        position: relative;
        display: none;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-bottom: 5px;
        text-align: justify;
        /* width: 1100px; */
        position: relative;
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        /* width: 1100px; */
}
.MainStructure .LeftBar {
        padding: 5px 10px 5px 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 5px 5px 5px 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 1100px;
        border-top: 8px solid #ab0102;
        display: inline-block;
        display: none;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
        position:relative;
        z-index: 1;
        background: #fcda88;
        padding: 20px;
}
#TopBar .MenuList li:nth-child(6)
{
        width: 14% !important;
}
@media only screen and (max-width: 768px){
        .MainStructure .ContentBar, .MainStructure .LeftBar  {
                display: block !important;
        }
        .bottom-tool .btn-center {
                display: block !important;
        }
        .bottom-tool {
                display: none !important;
        }
}
