/* CSS Document */
      
        div.bannerGeneric 
	    {
	        display:none;
	    }
	    
	    #content 
	    {  
	        background:transparent url(../css-images/top-full-content-white-bckgrnd.png) top left no-repeat;
	        border-top:none;
	        width:540px;
	        margin-left:0;
	        padding-right:50px;/*Overides the padding set in the layout css file and adds 10px of padding on the right to account for the zeroed out margin side*/
	    }
	    
	    #subcontent 
	    {  
	        background:transparent url(../css-images/top-subcontent-white-bckgrnd.png) top right no-repeat;
	        background:transparent url(../css-images/top-full-content-white-bckgrnd.png) top right no-repeat;
	        margin-right:0;
	        width:280px;
	        padding-right:30px;
	        border-top:none;
	    }
