/*--------------------------------
		Header
      this get rid of the text in the header
---------------------------------*/
.sf_main_header {
	background-color:#ffffff;
  color:#000000;
  display:inline; /* For IE 6 doubled float margin bug */
  float:left;
  font-family:verdana,"Arial Black",sans-serif;  
  font-size:72px;
  font-weight:bold;
  height:36px;  
  margin:35px 0 35px 76px;
	overflow:hidden;  
  padding:0; 
  width:0px;   
}
/*--------------------------------
		Header
      Decrease space between arrow and page name to fit navigation on one line
---------------------------------*/
.sf_navigation ul li a {
	  padding:5px 5px 5px 50px;
}


/*--------------------------------
		Header
      this narrows the flag in header
}
---------------------------------*/
.sf_extra5 {
	height:100px;
  width:100%; 	
}


/*--------------------------------
		Header
      this makes the page title smaller
---------------------------------*/

.sf_pagetitle {
	background-position:50% 100%;
	background-repeat:no-repeat;  
  font-size:22px;
  margin-top:5px;
  padding:5px;
}
/*--------------------------------
		Footer
      this eliminates the extra gray footer
---------------------------------*/

.sf_banner {
  color:#000000;
  margin:0 auto;
  padding:00px;
  text-align:center;
  width:0px;    
}
