/* external style sheet */
BODY {background-image: url(navimage/bg3.png);
/*      text:"#000000";
      link="#0000CC" vlink="#660066" alink="#660066"
*/
            padding: 1%; 
      }
P.special {color: red; }
P.friendly { display: block;
            padding: 1em;
            border: 1px solid red;
            background-color: #89abd8;
            }
P.fineprint, PRE.fineprint {font-size: small; }
P.x {margin: 0 0 0 0; padding: 0 0 0 0;}
H1.special {
            background-image: url(navimage/tbheader2.png);
            font-size: x-large; font-weight: bold;
            padding-top: 7%; padding-bottom: 7% ;
/*            width: 600; */
            }
H2 {
            padding-top: 2%; padding-bottom: 2% ;
            }
DIV.x,TD.x,A.x {}
#header {
    position:relative;
    clear: both;
    width: 100%;
    height: 50px;
/*    left: 0px;
    top: 0px;
    height: 40;
    right: 0;
    bottom: auto;
*/}
#sidebar {
    position:relative;
    float:left;
    clear: left;
    width: 20%;
/*    height: 80%; */
/*    left: 10px; */
/*    bottom: 90%; */
/*    top: 50px; */
/*    right: 0; */
/*    bottom: 15%; */

}
#main {
    position:relative;
    float: right;
    clear: both;
    width: 80%;
/*    height: 70%;
    top: 100px;
    padding-left: 20px;
    background-image: url(line.png);
    left: 200px;
    bottom: 10%;
    right: 100%;
    bottom: 15%;
    width: 80%;
*/
}
#footer {
    position:relative;
    width: 100%;
/*    left: 0px;
    float: left;
    clear: both;
    top: auto;
    height: 70px;
    right: 0;
    bottom: 0;
*/}
/* end of style sheet */
