
  #bannertitle {
       position : absolute; 
       /* */
       background-color: #670099; 
       /* */
       top  : 0px;    height:  8ex;
       left : 0px;    width : 100%;
     }

  #logobanner {
       position : absolute;  
       /* */
       left : 0px;    top : -1.0ex;    z-index : 0;
     }

  #breadcrumbs {
       font-size: 90%;
       /* */
       position: absolute;
       /* */
       left : 0;    top : 9ex;    height : 5%;    width : 99.5%;
       /* */
       padding-left:  0.5%;
       margin-top:  0%;
       padding-top:  0%;
       padding-bottom:  1%;
       z-index: 1000;
     }

  #lhs {
       position: fixed;
       /* */
       font-size: 90%;
       /* */
       background-color: #EEEEEE;
       /* */
       top : 15ex;    left : 0%;    width : 22%;   
       /* */
/*       padding-left  :  0.5%;  */
/*       padding-right :  0.5%;  */
       /* */
       padding-left :  0.5%;
       margin-left  :  0%;
       /* */
       padding-right :  0.5%;
       margin-right  :  0%;
     }

  #contents {
       /* background-color: #red; */
     }

  #page_conts {
       /* background-color: #orange; */
     }

  #page_group {
       /* background-color: #blue; */
     }

  #maintext {
       position: absolute;  
       /* */
       background-color:#FFFFFF;
       /* */
       top : 13ex;    left : 23%;    width : 54%;
       /* */
       padding-left  :  2%;
       padding-right :  1%;
     }


  #rhs {
       top  : 9ex;   
       /* */
     }


  div.rhs {
       position: absolute;
       /* */
       z-index : 1000;
       /* */
       font-size: 90%;
       /* */
       background-color:#DDDDDD;
       background-color:#DDEEDD;
       background-color:#CCEEAA;
       /* */
       left  : 80%;    
       width :  20%;   
       /* */
       margin-top : 1.5%;
     }

