marquee > div >  a{
        color: red;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #006600;
        font: 12px arial;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        /* background: linear-gradient(188deg, #8CDCFE 0, #E7F4F6 100%); */
}
.MainStructure .TopBanner {
        text-align: center;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-top: 0;
        position: relative;
        text-align: justify;
        width: 1024px;
        box-shadow: 0 0 2px #225486;
}
.MainStructure .ContentBanner {
        display: block;
        position: relative;
        width: 1024px;
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        /* for IE */
        margin: 0 auto;
        /* W3C */
        box-shadow: 0 0 2px #225486;
}
.MainStructure .MainContent {
        background: #ffffff none repeat scroll 0 0;
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        width: 100%;
        padding: 0px 3px;
}
.MainStructure .LeftBar {
        padding: 10px 5px 10px 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 10px 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        background: #e9e9e9 none repeat scroll 0 0;
        border-top: 2px solid #1b57b1;
        width: 1024px;
        margin: 0 auto;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
        box-shadow:0 0 2px #225486;
}
