*{margin:0px;padding:0px;}
IMG{border:none;}

BODY{
  text-align:center;
  font-family:Arial;
  font-size:13px;
  line-height:16px;
  color:#002b55;
  background-color:#feebca;
}
TD{
  font-family:Arial;
  font-size:13px;
  line-height:16px;
}
A{
  color:#002b55;
}
UL,OL{
  margin:20px;
}
LI{margin-left:15px;}
HR{
  border:none;
  border-bottom:1px dashed #002b55;
  margin-top:15px;
  margin-bottom:15px;
}
BR,P{
  margin-bottom:10px;
}
  H1{
    font-family:Arial;
    font-size:22px;
    line-height:25px;
    font-weight:normal;
    color:#002b55;
    margin-bottom:15px;
    margin-top:3px;
    letter-spacing:-1px;
  }

  H2{
    font-family:Arial;
    font-size:18px;
    line-height:20px;
    font-weight:normal;
    color:#002b55;
    margin-bottom:15px;
    margin-top:3px;
  }
  H3{
    font-family:Arial;
    font-size:16px;
    line-height:18px;
    font-weight:normal;
    color:#002b55;
    margin-bottom:15px;
    margin-top:3px;
  }
  H4{
    font-family:Arial;
    font-size:16px;
    line-height:18px;
    font-weight:normal;
    color:#002b55;
    border-bottom:1px solid #002b55;
    margin-bottom:15px;
    margin-top:3px;
  }

#headerContainer{
  margin-top:40px;
  margin-left:auto;
  margin-right:auto;
  width:945px;
  height:227px;
  background-image:url(/templates/themes/literacytraining/images/bg_header.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  text-align:left;
}
#menuContainer{
  margin-left:auto;
  margin-right:auto;
  width:945px;
  background-color:#002b55;
}
#pageContainer{
  margin-left:auto;
  margin-right:auto;
  width:925px !important;
  width:945px;
  padding:10px;
  background-color:#ffffff;
  text-align:left;
}
  #pageLeft{
    float:left;
    width:279px;
    margin-top:10px;

    padding-bottom:20px;
    background-image:url(/templates/themes/literacytraining/images/bg_frame_outer_mid.gif);
    background-repeat:repeat-y;

  }
    #pageLeft H1{
      padding-left:25px;
    }
  .pageLeftInner{
    width:215px !important;
    width:265px;
    margin-left:8px;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:4px;
    background-image:url(/templates/themes/literacytraining/images/bg_frame_inner_mid.gif);
    background-repeat:repeat-y;

  }
  .innerFrame{
    margin-left:8px;
  }

  #pageRight{
    float:left;
    width:625px;
    margin-left:15px;
    margin-top:15px;
  }

  #homepageCellLeft{
    float:left;
    width:287px;
    height:243px;
    color:#ffffff;
    background-image:url(/templates/themes/literacytraining/images/bg_homepage_cell_left.gif);
    background-repeat:no-repeat;
  }
    #homepageCellLeft A,#homepageCellLeft H1{
      color:#ffffff;
    }
  #homepageCellRight{
    float:left;
    width:244px !important;
    width:324px;
    padding-right:80px;
    height:243px;
    margin-left:10px;
    background-image:url(/templates/themes/literacytraining/images/bg_homepage_cell_right.gif);
    background-repeat:no-repeat;
  }
    .homepageCellInner{
      margin:15px;
    }
#footerContainer{
  margin-left:auto;
  margin-right:auto;
  width:690px !important;
  width:945px;
  padding-right:255px;
  text-align:right;
  height:34px;
  line-height:34px;
  font-size:11px;
  color:#faca68;
  background-image:url(/templates/themes/literacytraining/images/bg_footer.gif);
  background-repeat:no-repeat;
}
  #footerContainer A{
    color:#5c7287;
    text-decoration:none;
  }
  #footerContainer A:hover{
    text-decoration:underline;
  }

.formLabel{
  margin-right:15px;
  float:left;
  width:150px;
  font-weight:bold;
  text-align:right;
}
.formItem{
  float:left;
  width:200px;
}
  .formItem input,.formItem textarea{
    background-color:#ffffff;
    border:1px solid #626262;
    width:230px;
    margin-bottom:15px;
  }
  .formbutton{
    background-color:#ffffff;
    border:1px solid #626262;
    width:100px;
    margin-top:10px;
  }

.clr{clear:both;}
.debug{border:1px solid #ff00ff;}
