* {text-rendering: geometricPrecision}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: none repeat scroll 0 0 #F4F4F4;
    text-align: center;
}
.MainStructure .TopBanner {

    text-align: center;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 960px;
}
.MainStructure .ContentBanner {
    background: none repeat scroll 0 0 #F4F4F4;
    display: inline-block;
    position: relative;
    width: 100%;
}
.MainStructure .MainContent {
    background: url("images/") repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 960px;
}
.MainStructure .LeftBar {
    padding: 10px 15px 0 0;
    text-align: justify;
    vertical-align: top;

}
.MainStructure .ContentBar {
    padding: 10px 0 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
   background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(24, 121, 196, 1) 0%, rgba(5, 73, 145, 1) 100%) repeat scroll 0 0;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
}
