* {
	float: none !important;
	position: static;
	overflow: none;
}

body {
	background-color: #fff;
	margin: 1em 0 2em 0 !important;
}

#statusBar, #memberLogin, #nav, #bnnr468x60, #quickSearch, #sidebarLeft, #sidebarRight,
#shareThis, #footer, #preFooter, div.admin {
	display: none !important;
}

#outer, #twoRightCols {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

#twoRightCols {
	height: auto;
}

#content p {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 12pt;
}

#content h1.articleHeadline {
	font-size: 14pt;
}

#content h3 {
	font-size: 13pt;
	margin-bottom: 0.5em;
}

#branding {
	background-color: #fff;
	height: auto;
	margin: 1em 1em 0 1em;
	width: auto;
}

#logo {
	background: none;
	color: #000;
	font-size: 14pt;
	height: 1em;
	margin-left: 0 !important;
	text-indent: 0;
}

h1, h2 {
	background-color: #fff !important;
	padding-left: 0 !important;
}

#content {
	height: auto;
	margin: 1em !important;
	padding: 1em 0 !important;
}

#content a[href^="http"]:after {
	content: " (" attr(href) ")";
}

#content #mpu a:after, #content .mpu a:after {
	content: "";
}

#content a[href^="/"]:link {
	color: #000;
}

/* Floats for IE only (underscore hack) as Gecko breaks pages when things are 
   floated */
#content div.articleThumbnailRight {
	_float: right !important;
}

#content div.articleThumbnailLeft {
	_float: left !important;
}

#content div.articleThumbnailRight, #content div.articleThumbnailLeft {
	page-break-inside: avoid;
}

#content h2 {
	border-bottom: solid 0.1em #999;
}