/*Reset Global Stylings*/
body{
	background:#fff;
	color:#000;
}
h1,h2,h3,h4,h5,h6,p,a{font-family:"Times New Roman", Times, serif;}

/* Remove unwanted elements */
#column1,
#primaryNavigation,
#footer,
.topLink{display:none;}

/* Ensure the content spans the full width */
#container,
#column2{
	float:none; 
	margin:0;
	width:100%;
}

/*Adjust Height*/
#container{margin-top:-115px;}

/*Change second.css*/
#marketingbar{display:none;}

/*Removes the Print, PDF, Contact Icons*/
.feedback{display:none;}

/*Removes the BreadCrumb*/
#breadCrumb{
	display:none;
}

#betaFooter{
	display:none;
}
}