
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #e8f5fd url("images/bg.gif") repeat-x scroll left top;
}

.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 1200px;
}
.MainStructure .TopBar {
    display: inline-block;
    text-align: justify;
    width: 1200px;
  
  background:#fff;
  
}
.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: 1200px;
}

.MainStructure .LeftBar {
    padding: 0 10px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .RightBar {
    padding: 0 0 0 10px;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    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 );
}
