:root {
        --primary: #ad0504;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
.MainStructure {
    background: none repeat scroll 0 0 #EDEDED;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 1146px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 1140px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1140px;
}
.MainStructure .LeftBar {
    padding: 15px 15px 15px 15px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 15px 15px 0px 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: none repeat scroll 0 0 #ad0504;
    /* height: 200px; */
    margin: 0 auto;
    text-align: center;
    rgba(0, 0, 0, 0.5);
}
.MainStructure .FooterBar {
    border-radius: 0 0 10px 10px;
    display: inline-block;
    text-align: justify;
    width: 1140px;
}
