@media print {
body {background:white; 
     font-size:10pt; 
     margin:0 }
#leftcontent, #rightcontent { display:none; }
#header { display:none; }
#centercontent{ margin-left:0; 
     float:none; 
     width:auto;
     text-align: justify;}
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:inherit }
.footleft { display:none }
.footright { display:none;
     width: 100%;
     text-align: center; }
.foot { width: 100%;
     text-align: center; }
.comments-template {display:none}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}

/* Formatting the header menu */
#header_lightgreen {
	position:relative;
	background-image: url(http://www.macaulay.ac.uk/images/shadedgreen61.jpg);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	text-align: right;
	color: #FFFFFF;
	font-size: 2em;
	line-height: 61px;
	font-weight: bolder;
	padding-right: 10px;
	height: 61px;
}
