

body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
  
background: rgba(244,249,252,1);
background: -moz-linear-gradient(top, rgba(244,249,252,1) 0%, rgba(210,228,250,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,249,252,1)), color-stop(100%, rgba(210,228,250,1)));
background: -webkit-linear-gradient(top, rgba(244,249,252,1) 0%, rgba(210,228,250,1) 100%);
background: -o-linear-gradient(top, rgba(244,249,252,1) 0%, rgba(210,228,250,1) 100%);
background: -ms-linear-gradient(top, rgba(244,249,252,1) 0%, rgba(210,228,250,1) 100%);
background: linear-gradient(to bottom, rgba(244,249,252,1) 0%, rgba(210,228,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#d2e4fa', GradientType=0 );
  
    #background: none repeat scroll 0 0 #f4f4f4;
    text-align: center;
}
.MainStructure .TopBanner {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    width: 960px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 960px;
}
.MainStructure .ContentBanner {

    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-table;
    margin: 0 auto;
    padding-top: 10px;
    vertical-align: top;
    width: 960px;
}
.MainStructure .LeftBar {
    padding: 0 15px 15px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0 0 15px;
    text-align: justify;
    vertical-align: top;

}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 960px;
}
