:root {
        --primary: #0072BA;
}
body {
  background-color:#F5F5DC;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
.MainStructure {
    background: none repeat scroll 0 0 #f8f8f8;
    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: 1226px;
    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 {
   background: #c60000 url(images/f.png) repeat-x scroll center top;
   margin: 0 auto;
   width: 100%;
}
.FooterBanner *{background-color:transparent !important;color:#ffff !important}
.MainStructure .FooterBar {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 50%);
    padding: 10px 0;
}
.btn-primary {
        background-color: var(--primary);
        border-color: var(--primary);
}
