body {
	min-width: 0;
}
#container {
	width:auto !important;
	margin-left: 5% !important;
	margin-right: 5% !important;	
}

/* Neutralize backgrounds and colors */
body, #masthead, #bottomcontent .box, #sidebar .box, a, h1, h2, h3, .subpage #maincontentwrapper, .subpage #maincontent, div.pullquote, div.teambiotitle, div.teambiocontent, div.teambio h3, #leadershipteam .teambio, #mcleanteam .columns {
	background: none !important;
	background-color: white !important;
	color: black !important;
}

/* Neutralize positioning */
/* position:static;
left:auto;
top:auto; */

/* Neutralize widths, padding, and margins */
#content, #sidebar, #bottomcontent .box, #sidebar .box, #footer, div.teambiocontent, div.pullquote, .subpage #maincontent, #leadershipteam .teambio, .teamgroup, #maincontent .teamgroup h2 {
	width:auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
}

/* Neutralize heights */
#masthead, #bottomcontent .box, .home #sidebar .first  {
	height: auto !important;
	min-height: 0 !important;
}

/* Get rid of floats */
#content, #bottomcontent .box, #sidebar, .subpage #maincontent, img.portrait {
	width: auto !important;
	float: none !important;
	display: block !important;
}

/* Hide things that should not print */
#menustripe, #bannerstripes, #masthead #utility, #mainnav, #footernav, #subnav, #breadcrumb, #pagetools, #subscribeform, a.rss, #flashholder {
	display: none !important;
}

/* Misc resetting */
.printonly {
	display: block !important;
}
a {
	text-decoration:underline !important;
}
div.pullquote {
	margin-top:0;
}

/* Optional rules */

/*This rule drops in the URL of the link after any printed link in the content area or sidebar, in parentheses.  
#content a:after, #sidebar a:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }*/

/* If you end up using root-relative links later, this rule should make sure that the printed links have the full URL.  
#content a[href^="/"]:after, #sidebar  a[href^="/"]:after{
  content: " (http://www.yourwebsite.com" attr(href) ") ";
   }*/