
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
//.textCoChu, .textTuongPhan{
//        display: none;
//}
.MainStructure {
    background: #f4f4f4 none repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff url("images/greenbg.png") repeat-x scroll left top;
    text-align: center;
}
.MainStructure .TopBar {
    margin: 0 auto;
    position: relative;
    text-align: justify;
    width: 1060px;
}
.MainStructure .ContentBanner {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.MainStructure .MainContent {
    background: #ffffff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1060px;
}
.MainStructure .LeftBar {
    padding: 10px 15px 10px 0;
    text-align: justify;
    vertical-align: top;
    min-width: 240px;
}
.MainStructure .ContentBar {
    padding: 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #e9e9e9 none repeat scroll 0 0;
    border-top: 4px solid #139b3c;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1060px;
}
@media only screen and (max-width: 768px){
	.TopBar, .TopBanner{
    	overflow-y: hidden !important;    
    }
    .MainStructure .ContentBar table td{
    	display: table;    
    } 
}