body {
margin:0px;
padding:0px;
text-align:center;
background-color:#EEF3FA;
font-family:'lucida grande',tahoma,Arial,Helvetica,sans-serif;
color:#555;
font-size:12px;
}

.centeredPage {
  margin:20px auto;
  width:980px;
  text-align:left;
}

.pageHeader {
  position:relative;
  height:100px;
}

.pageFooter {
  clear:both;
  height:20px;
  padding:5px 3px 0 3px;
}

.pageBody {
  /*height:500px; + add body height:100%;*/
}

.body {
  width:100%;
}

.bodyLeft {
  vertical-align:top;
  width:489px;
}

.bodyCenter {
  position:relative;
  width:6px;
}

.bodyRight {
  vertical-align:top;
}

.text {
font-size:12px;
line-height:1.5;
}

.bodyLeft .title {
padding-top:10px;
padding-bottom:20px;
font-size:14px;
font-weight:bold;
color:#777;
}

.bodyLeft .simple {
padding-bottom:20px;
font-size:12px;
font-weight:normal;
}

.bodyLeft .simple .link, .bodyLeft .simple .link:hover {
text-decoration: underline;
color:#555;
}

.bodyLeft .title .link, .bodyLeft .title .link:hover {
text-decoration: underline;
color:#777;
}

.bodyRight .simple .link, .bodyRight .simple .link:hover {
text-decoration: underline;
color:#555;
}

.bodyRight .title {
padding-top:10px;
padding-bottom:20px;
font-size:14px;
font-weight:bold;
color:#35c3f3;
}

.bodyRight .simple {
padding-bottom:20px;
font-size:12px;
font-weight:normal;
}

.prevSubpageBtn {
position:absolute;
top:145px;
left:15px;
width:50px;
height:50px;
display:none;
cursor:pointer;
}

.nextSubpageBtn {
position:absolute;
top:145px;
right:15px;
width:50px;
height:50px;
display:none;
cursor:pointer;
}

.logo3 {
display:block;
float:left;
padding:20px 20px;
}

.logo2 {
display:block;
float:left;
padding:20px 56px;
}