/** Stylesheet for printing a page **/

body { 
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman", Times, serif; font-size : 12pt; 
}

a { 
	text-decoration : underline; 
	color : #0000ff; 
}

/** Logo **/
#logo h1 {
	height:100px;
	width:290px;
	position:relative;
	font-size:.8em;
	margin: 0;
}
/* hide from Mac IE5.x \*/
#logo h1{overflow:hidden;}
/* end hide*/

#logo h1 span, #logo h1 em {
	background-image: url('img/tquwiki_logo.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 90px;
	position:absolute;
	left:0;top:0;
	display:block;
	width:290px;
}

#top_search, #top_navigation, #page_top_nav {
	display:none;
}
