/* print stylesheet */

* {
	background-color:#fff;
	color:#000 !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#fff !important;
	background-color:#fff !important;
	border-color:grey !important;
}

body {
	padding:20px;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #0000ff !important;
}

a:hover {
 	text-decoration: none;
}

div.printLink {
	display: block;
}

/* Container Layout */

#site {
	width:860px;
	background: #fff;
	margin: 0px auto;
}

#header {
	display:none;
	height:0;
	width:0;
}

#sidebar {
	display:none;
	height:0;
	width:0;
}

#footer {
	display:none;
	height:0;
	width:0;
}

.hpaward {
	display:none;
}

.welcome, .entry_left, .entry_right {
	border:none;
}

