#utilityHeader,
#globalNav,
#collegeNav,
#feedback,
#banner,
#breadcrumbs,
#nav,
#navigationLists,
#feature,
#footer .gateways,
#footer .utilities,
#footer .mhcLogo {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #fff;
	color: #000;
	margin: 0;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	border: 1px solid #ccc;
	padding: 5px;
}

table th {
	background: #ddd;
}

a,
a:visited {
	color: #369;
}

#bodyContainer{
	clear: both;
	width: auto;
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
}

#header .mhcLogo {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	float: none;
}

#header .mhcLogo img.print {
	display: block;
	margin: 0 auto 15px auto;
	border: none;
}

#header .mhcLogo span.logoText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: none;
}

#page {
	background: none;
}

#page #mainContent {
	width: 400px;
	margin: 0;
	padding: 0;
	float: none;
}

#page.wide #mainContent {
	width: 572px;
}

#page #mainContent p {
	line-height: 15px;
}

#page #mainContent a:link:after,
#page #mainContent a:visited:after {
	content:" (" attr(href) ") ";
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

#sidebar {
	background: none;
	float: right;
	width: 162px; /* 172 */
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
}

#sidebar a,
#sidebar a:visited {
	color: #000;
	text-decoration: underline;
}

#sidebar .callout {
	padding: 0;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#sidebar .intruder { display: none; }

#sidebar .organization-unit { display: block; }

#footer {
	margin: 15px 0 0 0;
	padding: 0;
	border-top: 1px solid #ccc;
	width: auto;
	height: auto;
	font-size: 11px;
	min-height: auto;
}

#footer a,
#footer a:visited {
	color: #000;
	text-decoration: none;
}

