:root {
        --primary: #73B722;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: url("images/th.png") no-repeat scroll center top #fef8f9;
    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%;
}
