.highlight { background: #00DDFF;}
body {
       margin: 0px;
       
     }

a.menu:link {
            display:block; 
            color:#6699ff; 
            background:white;
            border-width:1px;
            border-style:double;
            font-weight:bold;
            text-decoration:none;
            }

a.menu:visited {
                display:block; 
                color:#6699ff; 
                background:white;
                border-width:1px;
                border-style:double;
                font-weight:bold;
                text-decoration:none;
               }

a.menu:hover {color:#ffcc66;}
     

#header {
         position:fixed;
         width:100%;
         background: #99ccFF;
         height:108px;
         top:0px;
         left:0px;
         margin-top: 0px;
         margin-left: 0px;        
         padding: 0px;
         }

#header {
         position:relative;
         width:100%;
         background: white;
         background-image: url("");
         background-repeat:no-repeat;
         background-position:center-left;
         overflow:visible;
         z-index:0;
         height:108px;
         top:0px;
         left:0px;
         margin-top: 0px;
         margin-left: 0px;
         padding: 0px;
         }



#navigation {
            position:relative;
            width: 108px;
            background: white;
            background-image:url();
            background-position:top center;
            left:0px;
            top:108px;
            height:100%;
            }


#centercontent {
            position:absolute;
            width:750px;
            background: #ffffff;
           background-image:url();
            left:130px;
            top:108px;
            height:100%;

            }
html>body #centercontent {
            position:absoulte;
            width:750px;
            background: #ffffff;
            background-image:url();
            background-position:top center; 
           left:130px;
            top:108px;
            height:100%;

            }




#rightside  {
            position:absolute;
            width:108px;
            background: #ffffff;
            background-image: url();
            background-repeat: repeat-y;
            background-position: top center;
            left: 880px;
            top:108px;
            height:100%;
            
            }

html>body #rightside {
            position:fixed;
            width:108px;
            background: #ffffff;
            background-image: url();
            top:160px;
            left: 880px;
            height:100%;

            }

  