/* CSS Document */
.plpage{
  width:  100%;
  /*border:  2px dotted #FF0000;*/
}

.pltop{
  background: #ffffff;
  width:  100%;
  height:  170px;
  /*border:  2px solid #FF0000;*/
}

.plmainbit{
  width:  99%;
}

.plnavigation{
  background:  #ffffff;
  height:  40px;
  width:  100%;
  padding:  2px;
  /*border:  2px solid #0000FF;*/
}


.plmaincontent{
  padding: 0px;
  width:  100%;
}

.plpageheader{
  padding:  0px;
  /*width:  89%;*/
  height:  40px;
  width:  100%;
  font-family: "Comic Sans MS";
  font-size:  150%;
  color:  #0A381F;
}

.plcopyright{
  bottom:  0px;
  height:  15px;
  text-align:  center;
}

.plclear{
  clear:   both;
  width:  99%;
}
