@import url('i7.css');

#text p.suptitle, p.subtitle, #text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
	color: black;
}

a, a:link, a:visited, a:hover {
	color: black;
}

#header {
	display: none;
}

#breadcrumbs {
	display: none;
}

#body #contents {
	margin-left: 0;
}

#navigation {
	display: none;
}

#footer {
        background-color: white;
        border-bottom: none;
}

#footer #footer-left {
	display: none;
}



