* {
        text-rendering: geometricprecision;
        /*font-weight: bold;*/
        /* font-size:14px; */
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #004370;
        /* font-family: Roboto, sans-serif; */
        font-size:14px;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
        /* background: #d3dfed url("images/bbg.jpg") repeat-x scroll left top; */
        /*background: #fff;*/
}
.MainStructure .TopBanner {
        margin: 0 auto;
        /*background: url(Images/header.png) repeat-x center center;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        min-height: 105px;
}
.MainStructure .TopBar {
        text-align: justify;
        position:relative;
        width: 100%;
        margin: 0 auto;
        background: #fff;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        padding: 0;
        vertical-align: top;
        width: 1160px;
}
.MainStructure .LeftBar {
        padding: 0 20px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        /*background: url(Images/footer.png) no-repeat center center;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*border-bottom: 7px solid #336cb4;*/
        /*width: 1200px;*/
        margin: 0 auto;
        background: #f2f4f8;
        border-top: 8px solid #004370;
}
.MainStructure .FooterBar {
        text-align: justify;
        width: 1160px;
        margin: 0 auto;
}
.MainStructure .MultiFunctionControl iframe .container{
        width: unset !important;
}
@media only screen and (max-width: 768px){
        div.MainStructure .fixed{
                padding-top: 10px!important;
        }
