
    a         { text-decoration:none; /* font-weight:bold; */ }
    a:link    { color:#1313FF; }
    a:visited { color:#1313FF; }
    a:hover   { color:#ff0000; }
    a:active  { color:#1313FF; }

    body {background-color:#aaaaaa;
          font-family:verdana;
          font-size:80%;
          text-align:center;
          margin-top:10px;}
    h1 {font-size: 14pt;
        text-align:center;
       }
    h2 {font-size: 11pt;
        font-weight:normal;
        text-decoration:underline;
        text-align:left;
        padding-top:5px;
       }

    #banner {width:800px;
             height:202px;
             /* border: solid 2px #000000; */
             border-left: solid 2px #000000;
             border-right: solid 2px #000000;
             border-top: solid 2px #000000;
             background-image:url('banner2.png');
             background-repeat:no-repeat;
            }
    #bar1 {width:800px;
           height:10px;
           background-color:#7171ff; /* #4242FF; */
           border-left: solid 2px #000000;
           border-right: solid 2px #000000;
          }
    #spacer1 { height:30px;
               background-color:#ffffff;
             }
    #spacer2 { height:40px;
               background-color:#ffffff;
             }
    #spacer3 { height:40px;
               background-color:#ffffff;
             }
    #content {width:800px;
              /* height:500px; */
              /* this does not work in IE */
              min-height:500px;
              /* This is for IE, and requires javascript to be enabled */
              height: expression( this.scrollHeight < 501 ? "500px" : "auto" );

              background-color:#ffffff;
              border-left: solid 2px #000000;
              border-right: solid 2px #000000;
              border-bottom: solid 2px #000000;
             }
    #pad {width:20px;}
    #menubox { width:120px;}
    #menutext {border-top: solid 2px #000000;
               border-right: solid 2px #000000;
               height:370px;
               text-align:justify;
               padding-left:10px;
               font-size:10pt;
              }

    #middle {width:30px; }
    #right {vertical-align:top;
            text-align:left;
            font-size:10pt;
           }
    #img1 {border: solid 2px #000000; margin-left:10px; }
    #ind {margin-left:20px; }
