/* remove unneeded page elements */

#nav, 		#news,
#cranfield, 	#cranfield_ul, 
#chalgrove, 	#chalgrove_ul,
#retsol2007, 	#league,
#sage-bp		{
	display: none;
}

/* remove backgrounds */

body {
	background: #FFF;
}

#banner {
	background: #FFF;
}

.warning {
	padding-left: 0;
	background: white;
}

/*layout adjustments */
#wrapper {
	background: #FFF;
	width: auto;
	border-style: none;
}

#main {
	border: none;
	padding: 0;
	width: auto;
}

#legal {
	padding-left: 0px;
}


/* font settings */
* {
	color: #000000 !important;
}

h1 {
	font-size: 18pt !important;
}

h2 {
	font-size: 14pt !important;
	font-weight: bold !important;
}

p {
	font-size: 10pt !important;
}

/* print only logo */

#logo {
	display: block;
}

/* print urls */
a:after {
   content: " (" attr(href) ") ";
}
  


