/*
Title: 	ACADEMIC REGISTRY PRINT STYLESHEET
Author:	Chris Garrod 2003-05, Tom Hook 2005-current
Expires:Never
Sites:	www.lboro.ac.uk/admin/ar/		-Main Webserver 	- implemented 2007
		www.lboro.ac.uk/prospectus/		-Main Webserver 	- TO LINK
		www.lboro.ac.uk/committees/		-Main Webserver 	- TO LINK
		registry.lboro.ac.uk/			-PD dynamic server 	- TO LINK
	
The stylesheet is used for print style of the Academic Registry websites.
*/

#container #main {
	position: relative;
	border: 0px;
	width: 620px;
}

#container #foot, #container #trail, #container #content, #container #header {
	width: 620px;
}

body {
  color: black; 
  background-color: white; 
  font: 100% Helvetica, Arial, sans-serif;
}

/* spread main content across page */
div#content {
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  color: black; 
  background-color: white;
}

#content ol {list-style-type: decimal;}
#content ol.roman {list-style-type:lower-roman;}
#content ol.roman li {background-image: none;}
#content ol li {background-image: none;}
#content ul li {list-style: disc;}

/* hide all the screen-specific stuff */
div#links {display: none;}
#header #address{display:none}

#container #main #content div.right_column{
	display:none;
}

