/* this stylesheet currently applied to all templates, but not all templates covered by the code below */

div.headerLeft{
	display:none;
	}

div.headerRight{
	display:none;
	}

div.headerUnderline{
	display:none;
	}

.disclame {
	display:none;
	}

.Sponsors {
	display:none;
}

.sponsorTag {
	display:none;
}

.Menu {
	display:none;
	}

.footer {
	display:none;
	}
/* uncomment this to have the url printed after a link
#pagebody a:after {	content:" (" attr(href) ") ";	} */

A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
   	font-weight: bold;
	}

#body {
	width: auto;
	float: none !important;
	border:0;
	margin: 0;
	padding:0;
	font-size:12pt;
	}
	
.MainBody {
	width:80%;
}


/* Trying to fix print problems in ie on programme page 

Will not work in IE! only if you put the line as inline style sheet information 
h4{
 page-break-before: always;
}*/