
* {
    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 url("images/bg1.png") repeat-x scroll left top;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    position: relative;
    width: 1060px;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 1060px;
}
.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: 10px 20px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #21357d none repeat scroll 0 0;
    border-top: 3px solid #eecd16;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1060px;
}
