
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #d3dfed url("Images/bbg.jpg") repeat-x scroll left top;
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 1320px;
}
.MainStructure .TopBar {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 5px;
    text-align: justify;
    width: 1320px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 2px 10px 10px;
    vertical-align: top;
    width: 1320px;
}
.MainStructure .LeftBar {
    padding: 0 10px 0 0;
    text-align: justify;
    vertical-align: top;

}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    margin: 0 auto;
    text-align: center;
    width: 1320px;
}
.MainStructure .FooterBar {
    background: #005094 none repeat scroll 0 0;
    display: inline-block;
    text-align: justify;
    width: 100%;
}
