
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #d1eefd url("images/tall3.png") repeat-x scroll center top;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .TopBar {
    border-radius: 0 0 15px 15px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    width: 100%;
}
.MainStructure .MainContent {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 15px;
    display: inline-table;
    margin: 5px auto;
    vertical-align: top;
    width: 1000px;
}
.MainStructure .LeftBar {
    padding: 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #37a8f6 none repeat scroll 0 0;
    border-radius: 15px 15px 0 0;
    margin: 0 auto;
    width: 1000px;
}
.MainStructure .FooterBar {
    text-align: justify;
}
