
* {
    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 {
    background: rgba(0, 0, 0, 0) url(Images/topbarclock.png) no-repeat scroll center top;
    margin: 0 auto;
    width: 100%;
    background-size: 5000px 24px;
  
}
.MainStructure .TopBar {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    text-align: justify;
    width: 1100px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 5px 0 0;
    vertical-align: top;
    width: 1100px;
}
.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: #2d6701 url("Images/split.png") no-repeat scroll center top;
}
.MainStructure .FooterBar {
    margin: 0 auto;
    text-align: justify;
    width: 1100px;
}
.lnkSubmit{
  	color: #fff;
    background-color: #2d6701;
    padding: 6px;
    border-radius: 5px;
}
