
.MainStructure {
 background: rgba(24,121,196,1);
background: -moz-linear-gradient(top, rgba(24,121,196,1) 0%, rgba(5,73,145,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,121,196,1)), color-stop(100%, rgba(5,73,145,1)));
background: -webkit-linear-gradient(top, rgba(24,121,196,1) 0%, rgba(5,73,145,1) 100%);
background: -o-linear-gradient(top, rgba(24,121,196,1) 0%, rgba(5,73,145,1) 100%);
background: -ms-linear-gradient(top, rgba(24,121,196,1) 0%, rgba(5,73,145,1) 100%);
background: linear-gradient(to bottom, rgba(24,121,196,1) 0%, rgba(5,73,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1879c4', endColorstr='#054991', GradientType=0 );
    text-align: center;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure .TopBanner {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 1000px;
}
.MainStructure .ContentBanner {
    width: 100%;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    width: 1000px;
}
.MainStructure .LeftBar {
    padding: 10px 20px 10px 10px;
    text-align: justify;
    vertical-align: top;
         width: 250px;
}
.MainStructure .ContentBar {
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1000px;
}
