/* CSS Document */

body {
	background: #ffffff;
	text-align: left;
}
#container {
	margin: 0;
}
#section_img, #start-links, #nav, #second-nav, #home-nav, #ad-banner, #footer {
	display: none;
	width: 0;
	height: 0;
}
#content, #home-content, #map-content {
	float: none;
}
#content a:after, #home-content a:after, #map-content a:after { 
	content: " ["attr(href)"] ";
}
#content a[href^="/"]:after, #home-content a[href^="/"]:after, #map-content a[href^="/"]:after{
	content: " (http://www.devry.edu"attr(href)") ";
}