/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#201CA7 url(images/bg4.jpg) repeat-x left top;
    /*background MUST be the same as the body tag's background in XHTML*/  
  }
  
  body{
    background:#201CA7 url(images/bg4.jpg) repeat-x left top;

  }    
  
  HR{
    color: #BFDAEF;
  } 
  

  h1{
    color: #201CA7;
  } 
	
  h2{
    color: #454444;
  }
  
  h3{
    color: #5C5B5B;
    border-bottom: 3px solid #BFDAEF;
  }
  
  h4{
    background: #E6EFF7;  
    color: #3d3d3d;
  }
  
  h5{
    background: #C6E0F0;  
    border: 2px solid #A2DDFF;
  }  
  
     
  a{
    color:#10588F;
    font-weight: bold;

  }	
	
  a:hover{
    color:#BF7E0D;
  }
  
  /**----Unordered List Styles--------------------------------------------------*/
  
  .footerWrap{
    background: url(images/footerbg4.jpg) repeat-x 0px 0px;   
  }
	

/**/	

/*----Header Section------------------------------------------------------------*/
	
  
  .bannerHeader {   
    background: url(images/logo4.png) no-repeat 0px 0px; 
    
  }
 
  
/**/

  
/**----Utility Nav Section-------------------------------------------------------*/
    
    
     
    ul.utility li h1 {
      color:#ffffff;
    }
        
    
  /**/
  

/**----Main Nav Section-------------------------------------------------------*/
    
    
    ul#nav li {    
      background: url(images/navbg4.jpg) no-repeat bottom left;
    }
     
    
    ul#nav li.end {
      background: url(images/navend4.jpg) no-repeat bottom right;
    }
      

    ul#nav li#activeSection {      
      background: url(images/activenav4.jpg) no-repeat bottom left;
    } 
    
    ul#nav li#activeSection a{     
      color: #201CA7;
    }     
    
    ul#nav li.activeend{  
      background: url(images/activenavend4.jpg) no-repeat bottom right;
    }  
    

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


  .contentWrap#mainContent{  
    background: #ffffff url(images/mainContentbottom4.gif) no-repeat bottom left;
  }


  
  .contentWrap#right {
      background: #0199EC url(images/contentrightbg4.jpg) no-repeat top right;
      
 }
 

  .contentWrap#right .rightbottom{
    padding: 0px 0px -10px 0px;   
    background: url(images/rightbottom4.jpg) no-repeat bottom right;
  }
  
/*------------------------------------------------------------------------------*/
/*----HOME PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

    
    ul#home li {
      background: url(images/bullet4.gif) no-repeat center left;
    }