body {  margin: 22px auto;  font-family: arial, verdana, sans-serif;  font-size: 10pt;  text-align: center;  width: 950px;}#container {  margin: 0px auto;  text-align:center;  width: 950px;}#container-footer {  margin: 0px auto;  text-align:center;  width: 950px;}/* Anchor links */a {  color: #009;}a:visited {  color:#336;}a:hover {  color:#900;  text-decoration:none;}IMG {  border: none;}INPUT.button {  height: 18px;  margin: 0px;  padding: 0px 0px 0px 0px;  border-top: solid 1px #CCCCCC;  border-right: solid 1px #999999;  border-bottom: solid 1px #999999;  border-left: solid 1px #CCCCCC;  background: url(../images/bg-button.gif);  font-size: 10px;  font-family: Verdana, Arial, Helvetica, sans-serif;  color: #000000;}div.scrolling {  border: medium outset gray;  display: block;  font-size: 9pt;  height: 350px;  overflow-y: scroll;  padding: 5px;  text-align: justify;  width: 95%;}div.email-box {  border-style: outset;}div.email-top {  background-color: DarkBlue;   text-align: center;  text-transform: uppercase;  color: white;   font-weight: bold;}div.email {  background-color: turquoise;  text-align: center;   border-top-style: ridge;   border-width: thin;   color: DarkBlue;   font-size: 9pt;   font-weight: bold;}img.outset {  border-style: outset;}p.Indent {  margin: 4%;  text-align: justify;}p.FirstIndent {  text-indent: 2em;  text-align: justify;  margin-top: 0px;}div.Heading {  font-weight: bold;  font-size: x-large;  text-align: center;  text-transform: uppercase;}p.Heading {  font-weight: bold;  font-size: x-large;  text-align: center;  text-transform: uppercase;}p.SubHeading {  font-weight: bold;  font-size: large;  text-align: center;  text-transform: uppercase;}p.Quote {  font-style: italic;  font-weight: bold;  margin-left: 3em;  margin-right: 3em;}p.Quote-NoItalic {  font-weight: bold;  margin-left: 3em;  margin-right: 3em;}p.Footnote {  font-size: 7pt;}.popup {  COLOR: #9F141A;  CURSOR: help;  TEXT-DECORATION: none;  font-style: italic;}div.StarBorder {  background-image: url(../images/JewishStarsBorder.gif);   width: 70%;  margin: 12px 0px 12px 0px;}div.signature {  text-align: right;  font-style: italic;  font-weight: bold;}#footnote {  font-size: 7pt;  vertical-align: super;}#leftcontent {  position: absolute;  left:10px;  top:50px;  width:200px;  background:#fff;  border:1px solid #000;}#centercontent {  background:#fff;  margin-left: 199px;  margin-right:199px;  border:1px solid #000;  /*  IE5x PC mis-implements the box model. Because of that we sometimes have  to perform a little CSS trickery to get pixel-perfect display across browsers.  The following bit of code was proposed by Tantek Celik, and it preys upon a CSS  parsing bug in IE5x PC that will prematurly close a style rule when it runs  into the string "\"}\"". After that string appears in a rule, then, we can override  previously set attribute values and only browsers without the parse bug will  recognize the new values. So any of the name-value pairs above this comment  that we need to override for browsers with correct box-model implementations  will be listed below.  We use the voice-family property because it is likely to be used very infrequently,  and where it is used it will be set on the body tag. So the second voice-family value   of "inherit" will override our bogus "\"}\"" value and allow the proper value to  cascade down from the body tag.  The style rule immediately following this rule offers another chance for CSS2  aware browsers to pick up the values meant for correct box-model implementations.  It uses a CSS2 selector that will be ignored by IE5x PC.  Read more at http://www.glish.com/css/hacks.asp  */  voice-family: "\"}\"";  voice-family: inherit;  margin-left: 201px;  margin-right:201px;  }  html>body #centercontent {    margin-left: 201px;    margin-right:201px;}#rightcontent {  position: absolute;  right:10px;  top:50px;  width:200px;  background:#fff;  border:1px solid #000;}#super {  vertical-align: super;  font-size: smaller;}