/*----HTML Structural Elements--------------------------------------------------*/
  
  body{
    font:11pt/150% Tahoma, Arial, Verdana, Helvetica, sans-serif;
    text-align: left;
  }
  
  h1{
    margin-top: 20px;    
    font-size:1.5em;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #333;
    text-align: left;   
  }
        
   .header h1 { 
     margin:0px;
     padding:20px 0px 10px 0px;
     border-bottom:0px solid #333; 
     font-size: 2.2em;
     color: #002C18;
     font-family: 'Times New Roman', Times, Georgia, sans-serif;
     font-variant: small-caps;     
   } 
   
  .header h1 a { 
     text-decoration: none;
     color: #002C18;
   }    
   
  .header h1 img {
    display:none;    
  }
  
  div#homePhoto, div#mainPhoto {
    float:right;
  }
  
  div.titlebar img {
    display: none;
  }
  
  div.titlebar h1{
    color: #781F1C;
    border-bottom:0px solid #333; 
    line-height: 140%;
    font-weight: normal;
    font-size:1.8em;    
  }
  
 
  h2{
    font:bold 1.3em/125% Tahoma, Arial, Verdana, Helvetica, sans-serif;
    color:#26434D;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #E7E2D2;
    border-top: 1px solid #E7E2D2;	    
  }
  
  h3{
    color:#26434D;
    font-size:1.2em;
    text-align: left;
    margin-bottom: 2px;
  }
      
  a{
    text-decoration:underline;
  }  
  
  p {
      text-align: left;
      width: 85%;
      font-size: 1em;
      margin: 0px;
      padding: 0px;
      margin-top: 14px;
  }
  
  fieldset {
      margin: 0px;
      padding: 0px 8px 6px 8px;
  }  

  fieldset p {
     margin: 4px 0px 4px 0px;
  }

  legend {
     padding: 0px;
     margin:0px;
  }
  
/*----Nav Section---------------------------------------------------------------*/
  a.aSkipNav{
    display:none;
  }

/**----Disabled Section-------------------------------------------------------*/

    #navigation, #subnav, #utility, div.flash, #footerLinks {
      display:none;
    }
       
    hr {
      display:none;   
    }       
	
    img {
      border: 0px;    
    }
    
    a.credit {
      display:none;    
    }   
        
       
  /**/  

 .parentWrap{
    margin:0;
    padding:0;
    text-align:left;
  } 
  
  div#footer{
    border-top:3px solid #333;
    margin-top: 35px; 
    clear:both;    
  } 
  
div#footerInfo h3 { 
    font-weight: normal;
    font-style: italic;
}
  
  
    