
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #fff;
    text-align: center;
}
.MainStructure .TopBanner {
    border-top: 2px solid #0182b3;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    display: inline-table;
    margin: 0 auto;
    padding: 0;
    vertical-align: top;
    width: 1060px;
}
.MainStructure .LeftBar {
    padding: 15px 20px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #eee none repeat scroll 0 0;
    border-top: 6px solid #007099;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1060px;
      position: relative;
}
