* {
        text-rendering: geometricprecision;
        font-family: Roboto, sans-serif;
        font-size:14px;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font-family: Roboto, sans-serif;
        font-size:14px;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
        background: #fff;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        background: url(images/header.png) repeat-x center center;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        min-height: 90px;
}
.MainStructure .TopBar {
        #background: url(images/top1.jpg) repeat-x top center;
        text-align: justify;
        width: 100%;
        position:relative;
            background: #0072bc;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 1200px;
        z-index: 1;
        margin: auto;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 10px auto;
        padding: 0;
        vertical-align: top;
        width: 100%;
}
.MainStructure .LeftBar {
        padding: 0 15px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        background: url(images/footer.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-bottom: 7px solid #336cb4;
}
.MainStructure .FooterBar {
        text-align: justify;
        width: 1200px;
        margin: 0 auto;
}
