/* CSS Document */
.plpage{
  width:  98%;
}

.pltop{
  background: #ffffff;
  height:  125px;
  width:  100%;
}

.plmainbit{
  top:  130px;
  width:  100%;
}

.plnavigation{
  top: 165px;
  height: 70px;
  background:  #ffffff;
  width:  100%;
}


.plmaincontent{
  width:  100%;
}

.plpageheader{
  height:  30px;
  width:  100%;
  font-family: "Comic Sans MS";
  font-size:  150%;
  color:  #0A381F;
}

.pagegeader h1{
  font-size:  150%;
}

.plcopyright{
  bottom:  0px;
  height:  15px;
  text-align:  center;
}

.plclear{
  clear:  both;
}