@charset "UTF-8";
body{
	margin:0;
	padding:0;
	 min-width:1024px;
	font-family:"Century Gothic", CenturyGothic,Arial,Tahoma,Helvetica,sans-serif;
	font-size:14px;
        color:black;  
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
}

html 
{
  overflow: auto;
  background: #ccc9c9;
 /* display: table;
  margin: auto;*/
}

/*-------------PUB008----------------*/
.sidebox h3,
.sidebox h2 {
    background: none;
    font-size: 20px;
    font-weight: 300;
    color: #3596cf;
   /* padding-left: 20px;*/
    line-height: 50px;
}

.mainbox h3,
.mainbox h2
{
    background: none;
    font-size: 20px;
    font-weight: 300;
    color: #3596cf;
    padding-left: 20px;
    line-height: 50px;
}
/*-------------END PAGE PUB008----------------*/