/* UnderstandingIndividualNeeds */
/* Print Styles */

@import url("_layout.css");
@import url("_typography.css");

body {
	background: white;
	font-size: 80%;
}

#wrap {
	width: 90%;
	background-image: none;
	border-left: 0px none;
}

#header #accset,
#header #search,
#nav,
.resultsnav,
#pagetools,
#footer #thissite {
	display: none;
}

#header #logo {
	float: none;
	background: url(/_gfx/default/logo.gif) no-repeat;
	display: block;
	text-indent: -5000px;
	margin-left: -15px;
/*  IE 5 Hack \*/
	overflow: hidden;
/* end hack */ 
}

#content {
	width: 100%;
}

#content a:link, #content a:visited {
	color: #025;
	background: transparent;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content #bodycopy,
#content #related {
	width: 100%;
	float: none;
}

#content h2 {
	border-color: #999;
}

#content #related {
	font-size: 90%;
}

#content #related .box-grey,
#content #related .box-blue,
#content #related .box-green,
#content #related .box-pink {
	width: 90%;
	background: white;
	border-color: #999;
	margin: 20px 0px;
}

#content #related .box-grey h3,
#content #related .box-blue h3,
#content #related .box-green h3,
#content #related .box-pink h3 {
	margin: 0;
	color: #333;
	background: white;
	text-align: left;
}

#content #related .box-grey a,
#content #related .box-blue a,
#content #related .box-green a,
#content #related .box-pink a {
	color: #333;
}

#footer {
	margin: 0;
	padding: 0;
	background: white;
}

#footer #copyright {
	width: 100%;
	display: block;
	color: #000;
}	