@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@300;400&family=Open+Sans&display=swap');

*{
    font-family: Arial, sans-serif !important;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px arial;
  	line-height: 1.6;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    /* background: #f0f0f0; */
    text-align: center;
}
.MainStructure .TopBanner {
    background: #ebfafd none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
    /* background: #ebfafd; */
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
    background: #ebfafd;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    width: 1100px;
}
.MainStructure .LeftBar {
    padding: 5px 15px 0 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 5px 10px 0 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
	text-align: center;
	width: 100%;
	margin: 0px auto;
}

.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
    background: #0099cc;
}
