/*
- Remove the print button
- Remove the padding of body
 */

body{
padding:0;
}

input.print_button{
	position:absolute;
	left:-999px;
}

.contentElement ul li,
.contentElement .csc-sitemap li li {
	padding: 0;
	background: none;
}

.contentElement ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

