
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px "Segoe UI",Tahoma,Verdana;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: rgba(0, 0, 0, 0) url("images/top.png") repeat-x scroll left top;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0px auto 0;
    width: 100%;
}
.MainStructure .TopBar {
    margin: 0 auto;
    position: relative;
    text-align: justify;
    width: 1060px;
}
.MainStructure .ContentBanner {
    background: #e9ebee none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    display: inline-table;
    margin: 0 auto;
    padding: 8px 0;
    vertical-align: top;
    width: 1060px;
}
.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 {
    border-top: 6px solid #b30101;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    margin: 0 auto;
    text-align: justify;
    width: 100%;
}


.UIFooterControl {
    font: 14px/20px "Segoe UI",Tahoma,Verdana;
    margin: 0 auto;
    width: 1060px;
    position: relative;
    background: transparent;
    padding: 20px;
    box-sizing: border-box;
}
.UIFooterControl .CopyRight {
    color: #004175;
    font: 14px/20px "Segoe UI",Tahoma,Verdana;
    margin: 0 auto;
    padding: 10px 0px;
    width: 100%;
    background: transparent;
}

.UIFooterControl .Design {
    margin-right: 0;
    text-align: right;
}

.UIFooterControl .Design img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}