* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0;
    text-rendering: geometricPrecision;
}
body {
    font-family: 'Roboto', Arial;
    font-size: 14px;
	margin: 0px; 
  	padding:0px;
}
a {
    text-decoration: none;
    color: #333;
    font-family: 'Roboto', Arial;
  	font-size:14px;
}
h2 {
    padding: 0;
    margin: 0;
}
.MainStructure {
    background: #dff6ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #dff6ff 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #dff6ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #dff6ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff6ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.MainStructure .TopBar {
    position: relative;
}
.MainStructure .ContentBanner {
    width: 1170px;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
}
.MainStructure .ContentBanner .MainContent {
    margin-top: 30px;
}
.MainStructure .LeftBar {
    vertical-align: top;
    padding-right: 30px;
    width: 100%;
}
.MainStructure .ContentBar {
    vertical-align: top;
    width: 100%;
  	background:#fff;
}