	var gothamBook = {src: 'http://gsis.amystoddard.com/swf/Gotham-Book.swf'};
	var gothamMedium = {src: 'http://gsis.amystoddard.com/swf/Gotham-Medium.swf'};
	var gothamLight = {src: 'http://gsis.amystoddard.com/swf/Gotham-Light.swf'};

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(gothamMedium, gothamBook, gothamLight);

    sIFR.replace(gothamLight, {
      selector: '#mast-image h1',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 40px; color:#d6d7e2;}'
        ,'a { font-size: 14px; color:#fffdee; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 14px; color: #fffdee; text-decoration:none; cursor:pointer;}'
      ]
    });
	
	sIFR.replace(gothamLight, {
      selector: '#mast-image-none h1',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 40px; color:#d6d7e2;}'
        ,'a { font-size: 14px; color:#fffdee; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 14px; color: #fffdee; text-decoration:none; cursor:pointer;}'
      ]
    });
	
	/*sIFR.replace(gothamMedium, {
      selector: '.downloads-top h3',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 14px; color:#453d59;}'
        ,'a { font-size: 14px; color:#fffdee; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 14px; color: #fffdee; text-decoration:none; cursor:pointer;}'
      ]
    });*/
	

	
	sIFR.replace(gothamMedium, {
      selector: '.calendar-list .link h4',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 11px; color:#453d59;}'
        ,'a { font-size: 14px; color:#fffdee; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 14px; color: #fffdee; text-decoration:none; cursor:pointer;}'
      ]
    });
	
	sIFR.replace(gothamMedium, {
      selector: '#employment-apply h3',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 16px;}'
        ,'a { font-size: 16px; color:#453d59; line-height: 1.8em; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 16px; color: #453d59; line-height: 1.8em; text-decoration:underline; cursor:pointer;}'
      ]
    });
	
	/*sIFR.replace(gothamMedium, {
      selector: 'h4.news-headline',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 16px; color:#b9841e;}'
        ,'a { font-size: 16px; color:#b9841e; line-height: 1.8em; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 16px; color: #b9841e; line-height: 1.8em; text-decoration:underline; cursor:pointer;}'
      ]
    });
	
	sIFR.replace(gothamMedium, {
      selector: '#main h2',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 22px; color:#453d59;}'
        ,'a { font-size: 22px; color:#b9841e; line-height: 1.8em; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 22px; color: #b9841e; line-height: 1.8em; text-decoration:underline; cursor:pointer;}'
      ]
    });
	
	sIFR.replace(gothamMedium, {
      selector: '#main h3',
	  wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 18px; color:#b9841e;}'
        ,'a { font-size: 18px; color:#b9841e; line-height: 1.8em; text-decoration:none; cursor:pointer;}'
        ,'a:hover { font-size: 18px; color: #b9841e; line-height: 1.8em; text-decoration:underline; cursor:pointer;}'
      ]
    }); */