@charset "windows-1252";
 html    { margin: 0;
           padding:0;
         }
 body    {   margin: 0;
             padding: .5em; 
             background-color: #6f8fc2;
             font: 14px sans-serif;  
             color: #666666;          
                }              
 .left { float: left;
       }  
 .right {float: right;
        }
 .logo     { width :40em;
            padding: 0 .5em 0 0; 
            margin:  0 .5em 0 0; 
          } 
        
     /* format the menu */                             
.nav a:link , .nav a:visited {
                              color: #00214f;   
                              background: none; 
                              font-size: 12px;
                              text-decoration:none;
                              font-weight:bold;
                              }    
 /* the  nav bar links change to underline when the cursor hovers   */                                                                                                                                                                                              
.nav a:hover    {  text-decoration: underline;  }  

 .std-table {margin:auto;
             width: 90%; 
             background-color:white;  
             } 
 .std-table >  a:hover  { text-decoration:underline;
             } 
 .std-col {margin:auto;
          width:90%;
          background-color:white;        
          }  
 .std-col ul {  list-style-type:none;
             }         
/*  This formatting is for links which appear in the text */           
.std-col  a:link, a:visited {padding:.2em; 
                    margin: .2em;
                    color: #666666; 
                    background: none;  
                    text-decoration:underline; 
                    font: 14px sans-serif;  
         }                
.std-col a:hover  { text-decoration:underline;
          }   
.std-col a:active { padding:.2em; 
                    margin: .2em;
                    color: #666666; 
                    background: none;  
                    text-decoration:underline;  
                    font: 14px sans-serif;  
         }    
  /* index page */        
 .intro     {padding: .5em 1em .5em  3em;
             margin: .25em   ;
             font: 14px san-serif;  
             letter-spacing: 2px;  
             background-color:white; 
             color: #333333;    
          } 
 .collage  { padding: .25em 0 .25em 0;
             margin:0 ; 
             background-color:white;            
             }
.green  {color:#689368;             /* green  bold font color */       
         font-weight:bold; 
         font:20px;}   
 .darkblue   {   color:#00214f;    /* dark blue font */
             }  
 p, h1,h2,h3,h4,h5,h6, img  {padding:.25em;
                             margin: .25em;  
                             } 
.footer     { clear: both;             
              background-color:white; 
              width:90%;
              margin:auto; 
              text-align:center; 
              }  
.footer > p  {margin:0;
              padding:0;
              }              
 
 /* this code for pages of photos  */
.photos     {background-color: white;
             margin:auto; 
             width:90%; 
             text-align:center;
             }

/* This code is used on the resources page and the school list */                    
td.firstcol {width: 20em; 
             text-align: right; 
             }    
td.secondcol {width: 40em; 
              text-align: left;  
             border-left: 1px solid #666666;
             border-bottom: 1px solid #666666;
             } 
td.secondcol > a:hover  { text-decoration:underline;  }          
                                                 
                        
                              

                                       
