* {
        text-rendering: geometricprecision;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font: 10pt arial;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        /* width: 1150px; */
        background: #1876cc;
}
.MainStructure .TopBar {
        /* display: inline-block; */
        margin: 0;
        padding: 0;
        position: relative;
        text-align: justify;
        width: 1150px;
        margin: 0 auto;
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        vertical-align: top;
        width: 1150px;
}
.MainStructure .LeftBar {
        padding: 0 15px 10px 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0 0 10px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        background: #1059b2 none repeat scroll 0 0;
        border-top: 10px solid #1058af;
        margin: 0 auto;
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
        display: inline-block;
        margin: 0 auto;
        text-align: justify;
        width: 1150px;
}
@media only screen and (max-width: 768px){
        .MainStructure {
                background: none !important;
        }
}
