/* print.css */

/* Used only for print */
body {
	background-color:	#fff;
	color:				#000;
	font-family:		Arial, Helvetica, sans-serif;
}

/* make links black to save on color ink */
a, a:link, a:hover, a:active, a:visited {
	color:				#000;
	background-color:	transparent;
}

/* hide these elements from a printer */
#flashpanel, #outerwrapper, #nav, #header, .skiptocontent, .seperator, #section_footer {
	visibility:			hidden; 
	display:			none; 
}

/* hide the enlarge image link */
.enlargeimage p {
	visibility:			hidden; 
	display:			none; 
}

/* switch off borders for all images */
img {
	border:				0;
}

/*#######################################################################
#																		#
#	DL, DT, DD															#
#																		#
#######################################################################*/

dl {
	margin-top:			0.2em;
}

dl.bordertop {
	padding-top:		0.5em;
	border-top:			1px solid #eeeeee;
}

dl.borderbottom{
	padding-bottom:		0.5em;
	border-bottom:		1px solid #eeeeee;
}

dd { margin:0; padding:0; }

dt {
	float:				left;
	margin-right:		0.5em;
}

dl {
	clear:				left;
}

/* ===================== */
#methodology dd {
	margin-left:		25px;
}

#methodology h4 {
	margin:				0; 
	padding:			0;
}
#methodology p {
	margin-top:			0;
	padding-top:		0;
	margin-bottom:		0.8em;
}

