body {
    background-color: #FFFFFF;
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 
    font-weight:300; 
    font-stretch:normal;
    color: #000000;
    padding: 5px;
}

div {
    padding: 0;
    margin: 0;
}

.push {
      margin-top:85px;
}

.one-fifth {
	   width:160px;
	   height:298px;
	   background-color: #DDDDDD;
	   padding-left: 10px;
	   padding-right: 10px;
	   float:left;
}

.right {
       float:right;
       }

.full {
      width:100%;
      padding: 0px;
      height:298px;
}

.four-fifths {
	     float:right;
	     height:298px;
	     width:620px;
	     background-color: #E0E0E0;
}

#wrapper {
	 width: 800px;
	 padding: 20px;
	 margin-right:auto;
	 margin-left:auto;
}

#header {
	width: 100%;
}

#bottom {
	width: 750px;
	background-color: #CCCCCC;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0;
	height:30px;
}

.separator {
	   float: top;
	   width: 100%;
}

.pagetext div {
	    display:table-cell;
	    vertical-align:middle;
}


.pagetext {
	  width:360px;
	  margin-left:38px;
	  display:table;
	  height:298px;
}

.center-wrap {
	     display: table;
}

.center {
	  vertical-align:middle;
	  display: table-cell;
}

.tab {
       width: 375px;
       margin:0;
       padding:0;
       height: 30px;
       float: left;
}

h1,h2,h3,h4,h5 {
	       text-align: center
}

h2 {
   font-size: 20px;
}

h3 {
   font-size: 14px;
   margin-top: 6px;
}

p,li {
  font-size: 13px;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #444444;
}
