/* This is the print style sheet */
body {
	font-family: Verdana, Tahoma, 'Trebuchet MS', sans-serif;
	font-size: 80%;
	background: white;
	color: black;
	margin: 0;
	padding: 0;
}

/* Stuff which hides on print */
#crumbtrail, .screen, #maincontent > p, #nav, #header p a {
	display: none;
}

.hide{display:none;}

div#header {
	height: 66px;
}

html[lang] div#header {
	height: auto;
	min-height: 66px;
}

#header p {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	margin: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.twocol div, dt, dd {
	float: left;
	width: 50%;
}

p.clear {
	font-size: 0.1%;
	margin: 0;
	clear: both;
}

#disclaimer {
	color: #666;
	font-size: 90%;
}

h1, h2 {
	margin: 0;
	font-size: 150%;
}

h2 {
	font-size: 100%;	
}

a img {border: none;}
a {color: #666;}
a:visited {color: #999;}


