        BODY {
          background-color: #e0e5f4;
        }

        #bannerBack {
          float:           left;
          z-index:         0;
          position:        absolute;
          top:             0px;
          left:            0px;
          width:           100%;
          height:          114px;
	  background-color:#e0e5f4;
/*          background-image: url("../background2.jpg");*/
       }
        #navArea {
          float:            left;
          z-index:          1;
          position:         absolute;
          top:              114px;
          left:             0px;
          width:            100%;
          height:           15px;
          background-color: #ffffff;
          border-top:       1px solid red;
          border-bottom:    1px solid red;
          font:             bold small-caps 90%/100% sans-serif;
       }

         #contentArea {
          float:           left;
          z-index:         0;
          position:        absolute;
          top:             133px;
          left:            0px;
          width:           100%;
       }

        A {
          font-family:     arial, helvetica, sans-serif;
          font-weight:     bold;
          font-size:       14px;
          text-decoration: none;
        }

        a:link    { color: black }    /* unvisited links */
        a:visited { color: red }   /* visited links   */
        a:hover   { color: blue } /* user hovers     */
        a:active  { color: blue }   /* active links    */

        #note {
          font-family:     arial, helvetica, sans-serif;
          font-weight:     bold;
          font-size:       10px;
        }

        H4 {
          font-family:     arial, helvetica, sans-serif;
          font-weight:     bold;
          font-size:       14px;
        }