body    { width:100%;
          background-color:#5A8F29;#6BB300;#9c9; }
#wrapper { margin:auto;
           width:800px;
           border: 1px solid gray;
           background-color: white;
           position:relative;
           background-repeat:no-repeat;
           overflow:hidden;
}
#header {
          text-align:right;
          padding-right:12px; }

#tabs{     margin:0px;
           border:0px;
           border-bottom: 1px solid gray;
           border-top: 1px solid gray;
           background-color:#97D161; #90F000;#ABFF2E; #9c9; #cfc;
           text-align:center;
           padding:6px;


}
#tabs ul { padding:6px 6px;
           border:0px solid red;
           display:inline;
           margin:6px;}

#tabs ul li {display:inline;
             font-family:sans-serif;
             font-weight:bold;
             font-size:11pt;
             padding:1px 4px;
             /*width:100px;*/
             border:0px solid white;
             overflow:auto;
             letter-spacing:0.5px;
             }

#tabs ul li.sel {
                 background-color:white ;
                }

#tabs ul li a { position:relative;
                display:inline;
                text-decoration:none;
                
                color:rgb(102, 51, 0);
                padding: 2px 6px; }

#tabs ul li a:hover { text-decoration:none;
                color:rgb(41,30,146);
                /* text-decoration:underline; */
                 }
.content_links{
          padding:24px;
         padding-bottom:12px;
    }
.title, #title {
             /* background-color:white */ ;
             color:rgb(71,0,176);
             font-family:sans-serif;
             font-weight:bold;
             font-size:16pt;
             padding:24px;

             margin:0px;
             padding-bottom:0px;
}
.content, #content{        color: black;
                 padding:0px 24px;
                 font-family:arial,sans-serif;
                 font-size:11pt;
                 /* background-color:white ; */
                 margin:0px;
                 letter-spacing:0.5px;
                }

span.highlight { font-weight:bold;
                         color: rgb(71,0,176); }

#footer{  font-size:8pt;
          font-family:sans-serif;
          text-align:center;
          margin:24px;
        }
#footer p { border-top: 1px solid gray;
            padding-top: 12px }

#floating_image {position:absolute;
                 top:0px;
                 left:0px;
                 z-index:0;
                 width:100px;}