* {text-rendering: geometricPrecision}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: url("Images/bg-body.jpg") repeat-x scroll left top #EDEDED;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 100%;
}
.MainStructure .TopBar {
    background: url("Images/top.png") repeat-x left top #f75f0b;
  
  
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBanner {
    #background: url("Images/pattern_1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
      background: none repeat scroll 0 0 #EDEDED;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 960px;
      padding-bottom: 20px;
}
.MainStructure .LeftBar {
    padding: 10px 15px 0px 0;
    text-align: justify;
    vertical-align: top;
    width: 220px !important;
}
.MainStructure .ContentBar {
    padding: 10px 0 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: none repeat scroll 0 0 #b82805;
    height: 110px;
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 960px;
}
