var century = {
	src: '/xres/js/centurygothic.swf'
};

sIFR.activate(century);

sIFR.replace(century, { 
	selector: 'body.home #main-content h2',
	wmode: 'transparent',
	css: {
		  	'.sIFR-root' : {  'color': '#1f4c9f' }
		  }
} );

sIFR.replace(century, { 
	selector: 'body.home #content-wrapper h3',
	wmode: 'transparent',
	css: {
		  	'.sIFR-root' : {  'color': '#062d75' }
		  }
} );


sIFR.replace(century, { 
	selector: '#content-wrapper h1',
	wmode: 'transparent',
	css: {
		  	'.sIFR-root' : {  'color': '#1f4c9f' },
		  	 'em' : { 'color' : '#e65f00',
      			'font-size' : '75%',
      			'font-style' : 'normal',
      			'font-weight' : 'normal' }
		  }
		  
} );