
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #eee none repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 1);
    margin: 0 auto;
    width: 1000px;
}
.MainStructure .TopBar {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    text-align: justify;
    width: 1000px;
    z-index: 1;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 1);
    display: inline-table;
    margin: 0 auto;
    padding: 10px;
    vertical-align: top;
    width: 1000px;
    z-index: 2;
}
.MainStructure .LeftBar {
    padding: 10px 0 10px 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 1);
    margin: 0 auto;
    text-align: center;
    width: 1000px;
  
  background: #0071A6;
  
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
}
.MultiFunctionControl p img {
    width: 100% !important;
}