*{
 background: transparent !important;
 color: black !important;
 text-shadow: none !important;
 filter:none !important;
 -ms-filter: none !important;
 }
 
 /*Global Items to Remove*/
 .footer-nav, #topbar, .navbar, #p_footer #footer-home-btn, .second-nav{
	display:none;
}  

/*Needed on all pages*/
#p_container{
	width: 990px;
} 

/*Center Pages*/
.yui3-u-7-8{
	display: block;
}

/*Section Pages*/
.main-content .left-column{
	display:none;
}

.yui3-u-2-3{
	display: block;
}
/*Bucket Pages*/
.center-column .yui3-u-1-2{
	display:block;
}

.center-page-links{
	display: block;
}

.center-page-links ul{
	float: none;
}

/*HomePage Carousel*/
.left-content .staging{
	display:none;
}

/*Newsroom*/
.newsroom #content{
	float:none;
}

.newsroom #content .solidline,
.newsroom #content #search,
.newsroom #content .bottom-subsection{
	display: none;
}

/*CCIIO*/
#wrapper .column_one{
	display:none;
}