/* CSS Print Document */
body {
	font-size: 12px;
	text-align: left;
}
html>body {
	font-size: 12px;
}
#column-two {
	display: none;
}
#column-one {
	display: none;
}
#content {
	margin: 25px 0 0 0;
	padding: 30px 10px 10px 10px;
	border-right: none;
	width: 85%;
}
.global {
	display: none;
}
.hidden {
	height: auto;
	width: auto;
	overflow: hidden;
	position: absolute;
}
#print-header {
	border-bottom: 1px solid #333;
	width: 100%;
	text-align: right;
}
.hidden h1 {
	/*display: none;*/
}
.hidden h1, .hidden h2 {
	display: block;
	color: #333;
	border-bottom: none;
	margin: 0;
	font-size: 1.2em;
}
#print-header img{
	float: left;
}
#identity {
	border-bottom: none;
	height: 30px;
}
#nav-global {
	display: none;
}
h1 {
	float: right; 
}
#bottom-shadow {
	display: none;
}
#slogan {
	margin-top: 20px;
}
ul, li {
	list-style: bullet;
}
