
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    #background: url("Images/bg-body.jpg") repeat-x scroll left top #fff;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 100%;
}
.MainStructure .TopBar {
  background: rgba(9,122,192,1);
background: -moz-linear-gradient(top, rgba(9,122,192,1) 0%, rgba(85,179,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,122,192,1)), color-stop(100%, rgba(85,179,237,1)));
background: -webkit-linear-gradient(top, rgba(9,122,192,1) 0%, rgba(85,179,237,1) 100%);
background: -o-linear-gradient(top, rgba(9,122,192,1) 0%, rgba(85,179,237,1) 100%);
background: -ms-linear-gradient(top, rgba(9,122,192,1) 0%, rgba(85,179,237,1) 100%);
background: linear-gradient(to bottom, rgba(9,122,192,1) 0%, rgba(85,179,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097ac0', endColorstr='#55b3ed', GradientType=0 );
  
  
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBanner {
    background: url("Images/pattern_1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff;
    display: inline-table;
    margin: 0 auto 20px;
    vertical-align: top;
    width: 960px;
}
.MainStructure .LeftBar {
    padding: 10px 15px 0px 0;
    text-align: justify;
    vertical-align: top;
    width: 220px !important;
}
.MainStructure .ContentBar {
    padding: 10px 0 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: none repeat scroll 0 0 #0f6fa9;
    height: 110px;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 960px;
}
