var hnc = { src: '/swf/helveticaNeueCond.swf' };
sIFR.activate(hnc);
sIFR.replace(hnc, { selector: '.two.column h2.helveticaNueue' ,css: [ '.sIFR-root { font-size:18px;, color:#00548e; }'] ,wmode: 'transparent' });
sIFR.replace(hnc, { selector: '#left-nav h3' ,css: [ '.sIFR-root { font-size:18px;, color:#00548e; }'] });
sIFR.replace(hnc, { 
	selector: '#title-header p',
	css: [
		'.sIFR-root { font-size:15px;, color:#ffffff; }',
		'a {color:#ffffff; text-decoration:none;}',
		'a:hover {color:#ffffff; }'
	],
		wmode: 'transparent'
	});
	
	
		
sIFR.replace(hnc, { selector: '#title-header h2' ,css: [ '.sIFR-root { font-size:24px;, color:#a3dc42; background: 00548e; }' ] ,wmode: 'transparent' });
sIFR.replace(hnc, { selector: '#title-header p' ,css: [ '.sIFR-root { font-size:15px;, color:#ffffff; background: 00548e; }' ] ,wmode: 'transparent' });
sIFR.replace(hnc, { selector: '.sitemap h1',css: [ '.sIFR-root { font-size:24px;, color:#ffffff; }'] ,wmode: 'transparent' });
sIFR.replace(hnc, { selector: '.one-column h1' ,css: [ '.sIFR-root { font-size:18px;, color:#00548e; }'] ,wmode: 'transparent' });
sIFR.replace(hnc, { selector: '#center-column h1' ,css: [ '.sIFR-root { font-size:18px;, color:#00548e; }'] ,wmode: 'transparent'  });

