
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    text-align: center;
    background: #eee;
}
.MainStructure .TopBanner {
    background: #f0f0f0;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-bottom: 0;
    text-align: justify;
    width: 1160px;
            position: relative;

}
.MainStructure .ContentBanner {
    /* background: rgba(0, 0, 0, 0) url("images/shadow.png") no-repeat scroll center top; */
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0px auto 0;
    padding: 5px 0 10px;
    vertical-align: top;
    width: 1160px;
}
.MainStructure .LeftBar {
    padding: 0 15px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009030+0,007021+100 *//* background: #009030; */ /* Old browsers */background: -moz-linear-gradient(top, #009030 0%, #007021 100%); /* FF3.6-15 *//* background: -webkit-linear-gradient(top, #009030 0%,#007021 100%); */ /* Chrome10-25,Safari5.1-6 *//* background: linear-gradient(to bottom, #009030 0%,#007021 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009030', endColorstr='#007021',GradientType=0 ); /* IE6-9 */margin: 0 auto;text-align: center;width: 100%;}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1160px;
}
@media only screen and (max-width: 768px) {
	.MainStructure .FooterBanner img {
		max-width: 35% !important;
	}
}
.MainStructure .LeftBar .SingleArticle img {
	width: unset !important;
}
.MainStructure 	.LeftBar .VerticalMenuControl .MenuList .second .dropdown {
	display: none;
}