
    /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
    

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

    sIFR.replace(rockwell, {
      selector: 'h3',
	  wmode : 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #50A279;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #50A279; }'
        ,'a:hover { color: #50A279; }'
      ]
    });
	
	sIFR.replace(rockwell, {
      selector: 'h4',
	  wmode : 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #466377;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #466377; }'
        ,'a:hover { color: #466377; }'
      ]
    });
	
	sIFR.replace(rockwell, {
        selector: 'h5',
    	wmode : 'transparent'
        ,css: [
          '.sIFR-root { text-align: left; font-weight: bold; color: #D1DBDF;}'
          ,'a { text-decoration: none; }'
          ,'a:link { color: #5A676D; }'
          ,'a:hover { color: #5A676D; }'
        ]
      });
	
	sIFR.replace(rockwell, {
	      selector: 'h6',
		  wmode : 'transparent'
	      ,css: [
	        '.sIFR-root { text-align: left; font-weight: bold; color: #466377;}'
	        ,'a { text-decoration: none; }'
	        ,'a:link { color: #466377; }'
	        ,'a:hover { color: #466377; }'
	      ]
	    });
	
	sIFR.replace(rockwell, {
        selector: '#titlePage',
    	wmode : 'transparent'
        ,css: [
          '.sIFR-root { text-align: left; font-weight: bold; color: #5A676D;}'
          ,'a { text-decoration: none; }'
          ,'a:link { color: #5A676D; }'
          ,'a:hover { color: #5A676D; }'
        ]
      });
	
	sIFR.replace(rockwell, {
	      selector: '#alert',
		  wmode : 'transparent'
	      ,css: [
	        '.sIFR-root { text-align: right; color: #466377;}'
	        ,'a { text-decoration: none; }'
	        ,'a:link { color: #466377; }'
	        ,'a:hover { color: #466377; }'
	      ]
	    });
	
	sIFR.replace(rockwell, {
      selector: '#home_bottom p',
 	  wmode : 'transparent'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; color: #5A676D;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #5A676D; }'
        ,'a:hover { color: #5A676D; }'
      ]
    });
	
	sIFR.replace(rockwell, {
	      selector: '#home_bottom li',
	 	  wmode : 'transparent'
	      ,css: [
	        '.sIFR-root { text-align: center; color: #5A676D;width: auto;}'
	        ,'a { text-decoration: none; }'
	        ,'a:link { color: #5A676D; }'
	        ,'a:hover { color: #5A676D; }'
	      ]
	    });
	
    sIFR.replace(rockwell, {
        selector: '#internal_menu_name li',
		wmode : 'transparent'
        ,css: [
          '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF}'
          ,'a { text-decoration: none; }'
          ,'a:link { color: #FFFFFF; }'
          ,'a:hover { color: #FFFFFF; }'
        ]
      });
