#container {
  /*border: double 3px #b0c0c0;*/
  /*background-color: white;*/
  padding: 1em 5%;
}
.punchWord {
  font-weight: bold;
  /*color: #ff7f00;  orange */
  color: red;
  /*color: #7f55ff;*/
  /*text-decoration: underline;*/
  text-transform: uppercase;
}
blockquote {
  width: 24%;
  float: right;
  font-size: 125%;
  font-style: italic;
  font-family: "Palatino Linotype", "Georgia", "Caslon", serif;
  line-height: 140%;
  margin: 10px -60px 10px 10px;
  _margin-right: -35; /* IE box model hack  */
  background: black url(/iShared/closequote-trans.gif) no-repeat bottom right;
  padding: 2px 15px 2px 2px;
  border: dotted 3px #b0c0c0;
}
blockquote:first-letter {
  background: url(/iShared/openquote-trans.gif) no-repeat left top;
  padding: 10px 2px 10px 25px;
}

/* Print Styles*/
@media print {
  blockquote {margin-right: -20pt;  border-width: 0 0 2pt 2pt}
  blockquote:first-letter {padding: 0px;    font-size: 140%;}
}
