* {
        text-rendering: geometricprecision;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font: 13px arial;
        text-decoration: none;
}
img {
        border: medium none;
}
a#btnEMC {
        position: fixed;
        bottom: 0;
}
.MainStructure {
        background: #e8f5fd url("Images/bg.gif") repeat-x scroll left top;
}
.MainStructure .TopBanner {
        background: #e8f5fd none repeat scroll 0 0;
        margin: 0 auto;
        width: 100%;
}
.MainStructure .TopBar {
        display: block;
        text-align: justify;
        width: 1200px;
        background: #e8f5fd;
        margin: auto;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 1200px;
        z-index: 1;
        margin:0 auto;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        display: inline-table;
        margin: 0 auto;
        padding: 5px;
        vertical-align: top;
        width: 100%;
}
.MainStructure .LeftBar {
        padding: 10px 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .RightBar {
        padding: 10px 5px;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 10px 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
        background: rgba(30,159,233,1);
        background: -moz-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,159,233,1)), color-stop(100%, rgba(21,117,214,1)));
        background: -webkit-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
        background: -o-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
        background: -ms-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
        background: linear-gradient(to bottom, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9fe9', endColorstr='#1575d6', GradientType=0 );
}
