  /* In order to minimize the mess Navigator 4.x makes here, it's
     necessary to use a pair of nested DIVs to put the "focus" sidebar
     where it belongs and specify the margins I want.  Not that Navigator
     is going to get this part right anyway.... */
  DIV.notforsale { width: 12em; float: right; }
  DIV.notforsale-inner {
                         margin: 0 0 0 0.5em; border: 1px solid #cccccc;
                         padding: 0.5em 0.5em 0.5em 0.5em;
                         background: #cccccc scroll 50% 50%;
                         color: black;
                         font-family: "Arial", "Helvetica", sans-serif;
                         text-align: center; }
  DIV.notforsale H2    { font-size: 1.5em;
                         font-family: "Arial", "Helvetica", sans-serif; }

