/*
  **********************************************************************
  **********************************************************************
  *** Purpose........: CSS stylesheet
  *** Page Type......: IE Fixes
  *** XHTML/CSS by...: Jeffrey A. Savoye
  *** Last Update....: Jan. 27, 2009
  **********************************************************************
  **********************************************************************
 */
/* Main Area - for Poetry */
/*
  IE will not allow display: table; by which I can center the
  panel for the poem. Thus, I will settle in IE with having it float left,
  but pushed out a little from the left margin.
 */
#pnlpoem00 {
  background-color: #f5f5dc;
  color: #000;
  text-align: center;
  padding-left: 10%;
  width: 100%;
}
#pnlpoemm {
  float: left;
  background-color: #f5f5dc;
  color: #000;
  font-size: medium;
  font-weight: normal;
  padding: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em;
  border: solid 1px #000;
  border-color: #006400;
  text-align: left;
  width: auto;
}
/* Area for Motto - same as for poems */
#pnlmtto00 {
  background-color: #f5f5dc;
  color: #000;
  text-align: center;
  padding-left: 10%;
  width: 100%;
}
#pnlmttom {
  float: left;
  background-color: #f5f5dc;
  color: #000;
  font-size: medium;
  font-weight: normal;
  padding: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em;
  text-align: left;
  width: auto;
}
/* Main Area - for Letters Check Lists */
/*
  IE has problems with the widths
 */
 p.ltrdate {
  float: left;
  font-size: medium;
  font-weight: bold;
  margin: 0px;
  text-align: left;
  width: 70%;
}
p.ltrrcl {
  clear: none;
  display: inline;
  float: right;
  font-size: medium;
  font-weight: bold;
  margin: 0px;
  text-align: right;
  width: 30%;
}
p.ltrentry {
  font-size: medium;
  margin: 0px;
  margin-bottom: 30px;
  text-align: justify;
  width: 100%;
}
/*
  **********************************************************************
  **********************************************************************
  *** END
  **********************************************************************
  **********************************************************************
 */