
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
background: rgba(233,247,220,1);
background: -moz-linear-gradient(top, rgba(233,247,220,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,247,220,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(233,247,220,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(233,247,220,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(233,247,220,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(233,247,220,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f7dc', endColorstr='#ffffff', GradientType=0 );
  
  
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .TopBar {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 960px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    width: 100%;
}
.MainStructure .MainContent {
    border-radius: 0 0 20px 20px;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 960px;
}
.MainStructure .LeftBar {
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: url("Images/Ftieuhoc.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
}
