body {
	margin: .5in;
	font-size: 9pt;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	}	

/*Bits to hide*/
#masthead, #atoz, #masternav, #searchbox, #sublevel, #subnav, #subsubnav, #right, #footer, a.skip {
	display: none;
	}

/*Home page print styling*/		
#newsbox, #whatsonbox, #featurebox {
	display: block;
	}


#newstext, #whatsontext, #featuretext {
	margin: 0px 5px 50px 141px;
	}

#whatsonimage img, #featureimage img {
	float: left;
	border: 5px solid #a9d3e3;
	margin: 0em 1em 0em 0em;
	}

#newsimage img {
	float: left;
	margin: 0em 1em 0em 0em;
	}
	
#featureheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333;
	line-height: 16pt;
	}
	
#featuresubheader {
	color: #006699;
	}

/*General styling*/	
#sectionheader1, #sectionheader2, #sectionheader3, #headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 1em;
	color: #006699;
	border-bottom: 1px solid #ccc;
	}

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 2em;
	}

#hilite {
	color: #006699;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding:0px;
	}
	
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333;
	line-height: 1em;
	}
	
#content img {
	border: 5px solid #A9D3E3;
	}

/* Style for events table*/
#content table {
	width: 100%;  
}

#content th {
	color: #006699;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	padding: 5px 8px 5px 5px; 
	vertical-align: top;
	border-bottom: #006699 1px solid;
}

#content td {
	color: #333;
	line-height: 1.2em;
	padding: 5px 8px 5px 5px; 
	text-align: left;
	vertical-align: top;
	border-bottom: #006699 1px solid;
}

	


