/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*
The following are custom styles used for the print version.
Add new CSS classes/selectors here to control their output, for example: margin, padding, etc.
*/
ul li {
	list-style-image: none;
}
.breadcrumb {
	margin: 0px;
}
#contentarea {
	margin-right: 0px;
}
#homecontent, #news {
	margin-top: 0px;
}
#lastupdated.inside {
	margin-left: 0px;
}
#content h1 {
	margin-top: 0px;
}
#relatedcontent h1, #relatedcontent h2, #relatedcontent h3, #relatedcontent h4, #relatedcontent h5, #relatedcontent h6
{
	color: #000000;
}
.box {
	border: none;
	padding: 0px;
}
.containertop {
	margin-top: 0px;
	padding-top: 0px;
}
/*
The following styles are used to hide elements not required in the printed version.
Add CSS classes/selectors here to hide this element from print version.
*/
.one,
.containertop br,
#footerarea,
#navigationarea,
#tertiarynav
{
	display: none;
}

