/* This is the print style sheet */
body {
	background: white;
	color: black;
	margin: 0;
	padding: 60px 0 0 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Myriad Pro', 'Myriad Web Pro', 'Myriad Web', 'Segoe UI', Calibri, Arial, sans-serif;
}

/* Stuff which hides on print */
.screen, #wai, #crumb, #socialBook, #subnav, #related, #head map, #navbar, #logo a, 
#head p, #pagetools {
	display: none;
}
p#logo {
	display: block;
}

div#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
	clear: both;
}
h1 {
	font-size: 160%;
	border-bottom: solid 0.1em #ccc;
}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

p, table {
	margin: 0 0 1em 0;
}

table {
	border-top: solid 0.1em #ccc;
	border-left: solid 0.1em #ccc;
	border-collapse: collapse;
	width: 100%;
}

caption, td, th {
	border-right: solid 0.1em #ccc;
	border-bottom: solid 0.1em #ccc;
	text-align: left;
	padding: 0.5em 0.2em 0 0.2em;
}
	table p {
		margin: 0 0 0.5em 0;
	}

 /* self clearing rules */
dl:after, div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl, div {display: inline-block;}
* html dl, * html div {height: 1%;}
/* !IE-mac \*/
dl, div {display: block;}
/* All definition lists are two column */
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl {
	margin: 0 0 1em 0;
}
	dt, dd {
		width: 49%;
		float: left;
	}
	dt {
		clear: left;
	}
.r {text-align: right;}
img.r {
	float: right;
	margin: 0 0 10px 10px;
}
img.l {
	float: left;
	margin: 0 10px 10px 0;
}
a img {	border: none;}

div#disclaimer {
	color: #333;
	border-top: solid 0.1em #666;
	padding: 1em 0 0 0;
	font-size: 90%;
}