:root {
        --primary: #0072BA;
}
body {
  background-color:#F5F5DC;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
.MainStructure {
    background: none repeat scroll 0 0 #F5F5DC;
    text-align: center;

}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 1200px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 1200px;
  background: none repeat scroll 0 0 #fff;
}
.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: 1200px;
}
.MainStructure .LeftBar {
    padding: 5px 15px 15px 5px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 5px 5px 0px 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0 auto;
        background: #0064a6;
        padding-top: 30px;
        background: url(images/bg-footer.png) no-repeat center top #2565c8 !important;
        /* margin-top: 30px; */
        width:1200px;
}
.MainStructure .FooterBar {
    border-radius: 0 0 10px 10px;
    display: inline-block;
    text-align: justify;
      width: 1200px;
}
.btn-primary {
        background-color: var(--primary);
        border-color: var(--primary);
}
