
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 1px;
    text-align: center;
}
.MainStructure .TopBanner {
    background: rgba(0, 0, 0, 0) url("images/linebanner.jpg") repeat-x scroll 0 0;
    text-align: center;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    position: relative;
    text-align: justify;
    width: 1200px;
}
.MainStructure .ContentBanner {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 1200px;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1200px;
}
.MainStructure .LeftBar {
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .RightBar {
    padding: 10px 0 10px 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #0388CC none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1200px;
}
