
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #f4f4f4 none repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff url("images/bluebg.png") repeat-x scroll left top;
    text-align: center;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    position: relative;
    text-align: justify;
    width: 1060px;
}
.MainStructure .ContentBanner {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.MainStructure .MainContent {
    background: #ffffff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1060px;
}
.MainStructure .LeftBar {
    padding: 2px 10px 5px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 2px 0 5px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #e9e9e9 none repeat scroll 0 0;
    border-top: 4px solid #1b57b1;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
}
