body {
	BACKGROUND: white
}

html body div#mainContent {
 font: 1em Verdana, Arial, Geneva, Helvetica, sans-serif; padding: 0; border-width: 0; width: 100%; 
 left: 0px; top: 0px; margin:0px;
}


span#title {
	margin-top: -10px;
	margin-bottom: 20px;
}

/* ensure links are visible on printed page ready for next step */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

/* In a fully CSS2-conformant browser, we can parenthetically insert the URLs of the links after each one */


/* the following two lines are from CSS3, so the style sheet has to be validated against a CSS3 profile */

#mainContent a[href^="http"]:after {
   content: " ( " attr(href) " ) ";
  color: blue;
   }

#mainContent  a[href^="/"]:after {
   content: " ( http://www2.warwick.ac.uk" attr(href) " ) ";
   color: blue;
   }
   
#mainContent  a[href^="mailto"]:after {
   content: " ( " attr(href) " ) ";
   color: blue;
   }
   
div.noprint, div#titleBar, span.rightFoot, td#leftside, div#warwickBar, div#navBar, div#search, div#utilityBar, td#rhsContent, div#departmentBar, div#footerContent, div#hierarchy-toolbar{
	display: none;
} 

/* These styles added to ensure that fancy bullets print out as standard bullets - KM 17/08/04*/

#mainContent .content ul, #rhsContent .content ul {
	list-style-type: square;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	margin-left: 20px;
}

#mainContent li, #rhsContent li  {
	margin-bottom : 6px;
	padding: 0px;
}
