@charset "utf-8";
/* CSS Document */



#dedicated{
	text-shadow:1px 1px 0 #F00;
	text-decoration:blink;
	text-transform:uppercase;
	
}

body {
background-color: #ECECEA;

}



@font-face {
   font-family: myFirstFont;
   src: url(fonts/fanwood_text-webfont.woff);

}
	
	#bannerStyle{
		
		height:auto;
		width:auto;
		overflow:auto;
		
		}
		
		#statementDedicated{
			
			font-family: myFirstFont;
			font-size: 20px;
			
			}
			
#missionOpening{
	
	font-family: myFirstFont;
	font-size: 20px;
	}
	#firstStatement{
		font-family: myFirstFont;
		}

#bannerImage {
	
	
    max-width: 100%;
    height: auto;
}
	