/* Early Bird Design Style Sheet                   */
/*      Author: Sharon Early                       */
/*      Copyright 2004 - Early Bird Design         */ 
/*<!--  Created with the CoffeeCup HTML Editor  -->*/
/*<!--        http://www.coffeecup.com/         -->*/
/*<!--     Brewed on 1/31/2004                  -->*/


/*                 B O D Y                         */
.ebdBody {background-repeat: repeat;
         background-image: url('  ');}

p{text-indent: 16px;}

h1 {font-size: 15pt; text-align: center;}       

.aag {text-decoration: none;
      font-family: Times New Roman, Arial, Serif;
      font-weight: bold;
      font-style: normal;
      color: black;}
     
.copyright{font-size: 9pt; text-align: center;}

.sitemap    {font-family: Arial, Times New Roman, Serif;
          font-size: 10pt;} 
a.sitemap   {text-decoration:underline;}
a.sitemap:hover {text-decoration: none;
              color:#000000;
              background: #ffcc99;
              }
/*                 L O G O                         */
.ebdLogo {border-left:  5px #CC0000; 
         border-right:  5px #CC0000; 
         border-top:    5px #CC0000; 
         border-bottom: 5px #CC0000;
         }
      
/*            T O P   N A V  B A R                 */
.fixed {position:fixed;}

.NavBar {background: #ffffbb;
        text-align: center;
        }
.topNav{font-family: Times New Roman, Arial, Serif; 
        font-size: 12pt; 
        font-weight: 600; 
        font-style: normal; 
        text-decoration: none; 
        text-transform: none; 
        font-variant: normal; 
        color: #000000; 
        background: #CC0000; 
        text-align: center;           
        }
a.topNav:hover {text-decoration: underline;
        color: #FFFFFF;}
        
/*  Top Nav item when page is already selected */                      
.tNavSel{font-family: Times New Roman, Arial, Serif; 
        font-size: 12pt; 
        font-weight: 600; 
        font-style: normal; 
        text-decoration: none; 
        text-transform: none; 
        font-variant: normal; 
        color: #ffffff; 
        background-color: #ffffbb;
        text-align: center   
        }

/*            L E F T   N A V  B A R                 */
.leftNav{font-family: Kids, Arial, Serif; 
        font-size: 12pt; 
        font-weight: 400; 
        font-style: normal; 
        text-decoration: none; 
        text-transform: none; 
        font-variant: normal; 
        color: #000000; 
        background: #339966; 
        text-align: center;
        }
a.leftNav:hover {text-decoration: underline;
        color: #ffffff;
        background:#339966;}
        
/*            T A B L E S                            */
.border{border-left:   5px double #000000;
        border-top:    5px double #000000; 
        border-bottom: 5px double #000000;
        border-right:  5px double #000000;}  
.homeBorder{
        text-align:    justify;    
        border-left:   0px;
        border-top:    0px; 
        border-bottom: 0px;
        border-right:  1px solid black;
        padding-right:  10px;}
.homeCol{
        text-align:    justify;    
        border-left:   0px;
        border-top:    0px; 
        border-bottom: 0px;
        border-right:  0px;
        padding-right:  10px;}
.cellPad{
        text-align:    justify;    
        border-left:   0px;
        border-top:    0px; 
        border-bottom: 0px;
        border-right:  0px;
        padding-right: 10px;
        padding-left:  10px;}
        
/*  Left Nav item when page is already selected */                      
.lNavSel{font-family: Kids, Arial, Serif; 
        font-size: 12pt; 
        font-weight: 400; 
        font-style: normal; 
        text-decoration: none; 
        text-transform: none; 
        font-variant: normal; 
        color: #000000; 
        background: #ffffbb; 
        text-align: center;
        border-left:   5px double #339966; 
        border-top:    5px outset #339966; 
        border-bottom: 5px inset #339966   
        }
                
.footer{font-family: Times New Roman, Arial, Serif;
        font-size: 12pt;
        font-weight:500;
        font-style: normal;
        text-decoration: none;
        color: white;
        background:#CC0000;
        }             
a.footer{text-decoration: underline;
        color: #FFFFFF;        }
a.footer:hover {text-decoration: underline;
        color: #000000;        }
        
