/* H E A D E R */
body {
	background: white;
	font-size: 12pt;
}
#header {
	display: none;
}
#header .search {
	display: none;
}
#header .passlogin {
	display: none;
}
#header .userstatus {
	display: none;
}
/*hiding left & right panes*/
#leftnav {
	display: none;
}
#rightnav {
	display: none;
}


/* C O N T E N T */
.articledisplay .articlecomments,
.articledisplay .articlecomment {
	display: none;
}
/* F O O T E R */
.adcontainer {
	display: none;
}
@page {
	size: portrait;
	margin: 2cm 2cm 4cm;
	background-image: url(images/printlogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
}


#footer .menu {
	display: none;
}
#footer .siteinfo {
	position: fixed;
	bottom: -2cm;
}
