
* {
    box-sizing: border-box;
}
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #fff none repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {   
    margin: 0 auto;
    width: 100%;
    background-size: 5000px 24px;
    background-color:#1b660a;
}
.MainStructure .TopBar {
    display: inline-block;
    position: relative;
    text-align: justify;
    width: 100%;

}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
   background-color:#fbfbfd;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 5px 0 0;
    vertical-align: top;
    width: 1200px;
}
.MainStructure .LeftBar {
    padding: 0 15px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
   background: #1b660a url("Images/split.png") no-repeat scroll center top;
   
}
.MainStructure .FooterBar {
    margin: 0 auto;
    text-align: justify;
    width: 100%;
}
.lnkSubmit{
  	color: #fff;
    background-color: #0410d8;
    padding: 6px;
    border-radius: 5px;
}
