    /* #container Note: container is defined in master.css */    
                 
      /* #container1 Note: container1 is defined in navigation.css */   
      
/* as copied from calendar.css  07-20-2008 */   
      
      table#heading2 { width : 100%; 
                       float : left; }                      
      
      table#heading2 tr { margin : 0px;
                          padding : 0px 30px 0px 30px;                    
                          font-family : Arial, Verdana, sans-serif; 
                          font-weight : bold;
                          font-size : 32px;
                          line-height : 120%; 
                          text-align : center;
                          width : 80%;
                          float : left;                         
                          background : #cc9999; } 
                         
      table#calevents2 { width : 100%;  
                         float : left; }
                     
      table#calevents2 tr { border : 0px;
                            margin : 0px;
                            padding : 0px 30px 10px 10px;                         
                            font-family : arial, verdana, sans-serif; 
                            font-weight : normal;
                            font-size : 16.5px;
                            letter-spacing : 0.9px;
                            line-height : 120%; 
                            text-align : left;
                                                        
                         /* width : 80%; */
                         
                            float : left;                         
                            background : #d0d0d0; }                
               
      table#footer { width : 100%; 
                     float : left;
                     background : #006600; } 
              
      #container-3 { border : 2px #cc6600 dashed;             
                     margin : 20px 100px 0px 60px;
                     padding : 15px;
                     width : 80%;  
                     text-align : justify;
                     float : left; }                     
   
      #container-4 { border : 0px; 
                     margin : 20px 0px 0px 3px; 
                     padding : 0px;
                     width : 99.9%;
                     float : left; }        
                 
        #container-4l { border : 0px;
                        margin-top: 10px; 
                        padding : 0px;
                        width : 48.5%;
                        float : left; }                                                                      
   
    /* h3 {text-align: center;          
           color: #CC6600;}   */     
        
    /* ul {list-style: disk outside; } */
    ul {list-style: none; }
                   
    p.center {text-align: center;}        
          
    a:visited {color: #000000} /* Visited links */
    a:link {color: #0000FF}    /* Unvisited links */
    a:active {color: #00FF00}  /* Clicked-on links */
    a:hover {color: #FF0000}   /* User hover over link */
    
    
    
    ul.left {text-align: left}

    td.width6 {width: 80%; text-align: right}
    b.orange {color: #CC6600}