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