/* This is the print style sheet */
body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 80%;
}

/* Stuff which hides on printing */
#logo a, .screen, #supnav, #col1, #forthnav, #departments, #departmentsubmit, #legal, #realise, h2#nughead, #nuggets, p.picstrip {
	display: none;
}

/* The headshot */
#intro p img {
	border: solid 1px #888787;
}

/* Used in a three column layout */
div#content {
	width: 66%;
	float: left;
}
	#content p {
		margin: 0 1em 1em 0;
	}
	#content h1, #content h2, #content h3, #content h4 {
		margin: 0 0.5em 0 0;
	}

/* Third column - right */
div#action, .threecol div {
	float: left;
	width: 33%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	clear: both;
	font-family: 'Arial Black';
	border-bottom: solid 0.1em #eee;
}
h1 {font-size: 160%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

p, address {
	font-style: normal;
	margin: 0 0 1em 0;
}

ul {clear: both;}

p.clear {
	font-size: 1%;
	margin: 0;
}
table {
	clear: both;
	width: 100%;
}
caption, td, th {
	border: solid 0.1em #eee;
	text-align: left;
}
	table p, #content table p, form {
		margin: 0;
	}

/* All definition lists are two column */
dl {
	clear: both;
}
	dt, dd {
		width: 50%;
		float: left;
		margin: 0;
	}

#disclaimer {
	font-size: 90%;
	clear: both;
}

a img {	border: none;}