body	{   color: black;
            background-color: white;
            }
        
/* Created by William Sterner, January 2005. Last update: 010206. */

        
        .banner     {   text-align: center;
                        clear: both;
                        margin-top: 15px;
                        }
                    
        .nav        {    color: black;
                    background-color: rgb(153,255,255);
                    margin-top: 15px;
                    margin-right: 20px;
                    margin-bottom: 15px;
                    width: 300px;
                    font-family: arial, sans-serif;
                    font-size: 1em;
                    float: left;
                        }
                    
        h1.heading  {   margin-top: 60px;
                        text-align: center;
                        font-family: arial, sans-serif;
                        margin-bottom: 60px;
                        }
                    
        h3           {   font-family: arial, sans-serif;
                        }
                                                
        hr.sectsep  {   background-color: rgb(113,144,255);
                        color: white;
                        width: 55%;
                        text-align: left;
                        height: 2px;
                        }
        

        p           {   font-family: arial, sans-serif; 
                    font-size: 14pt; 
                    text-align: left; 
                        }
                        
        p.centered  {    font-family: arial, sans-serif; 
                    font-size: 14pt; 
                    text-align: center;
                        }
                        
        p.boldit    {   font-family: arial, sans-serif; 
                    font-size: 14pt; 
                    text-align: left; 
                    font-weight: bold;
                        }
                
        p.label     {   font-family: arial, sans-serif; 
                    font-size: 11pt; 
                    color: rgb(113,144,255);
                    background-color: white;
                    text-align: center; 
                    font-style: italic;
                     
                        }
                        
        p.copyrt     {   font-family: arial, sans-serif; 
                    font-size: 7pt; 
                    margin-top: 0px;
                    text-align: center;
                    color: black;
                    background-color: white;
                        }
                    
        p.ital      {font-style: italic;
                        }
                        
        p strong    {   font-size: 2em;
                        }

                
        li          {    font-family: arial, sans-serif; 
                    font-size: 13pt; 
                    text-align: left;
                    line-height: 1.5em;
                    text-indent: .1in;
                        }
                
        a:hover     {   text-decoration: none;
                    color: gray;
                    background-color: rgb(153,255,255);
                        }
                
        .return    {   font-family: arial, sans-serif; 
                    font-size: 10pt;    
                        }
                
        .boxed      {    font-family: arial, sans-serif;
                         font-size: 13pt; 
                    text-align: center;
                    line-height: 1.5em;
                    text-indent: .1in;
                    font-weight: bold;
                        }
                    
        .content {  background-color: transparent;
                    text-align: left;
                    font-family: arial, sans-serif;
                    margin-top: 30px;
                    padding-left: 15px;
                    padding-right: 15px;
                    width: 80%;
                  }
        #copyright  {   background-color: white;
                        font-size: .75em;
                        text-align: center;
                        color: navy;
                    }
        
        img.McKeon  {   margin-left: 5px;
                        margin-right: 5px;
                        float: left;
                        border: thick blue outset;
                    }
