@charset "utf-8";
/***** Print Styles *****/
/* Remove unwanted elements */
#main-nav, #center-col, #left-col, .noprint
{
display: none;
}
/* Ensure the content spans the full width */
body {
background-color:#FFFFFF; font-size:100%;
}
#masthead, #wrapper, #right-col {
width: 100%; margin: 0; float: none; color: #000; background-color:#FFFFFF; background-image:none; border:none; height:100%;
}
#masthead h1 {
	margin-left: 0; font-family:Georgia, "Times New Roman", Times, serif;
}
#right-col p, #right-col li, .schedule, .schedule th, .schedule td, .schedule caption {
	font-size: 100%; color: #000;
}
/* Improve colour contrast of links */
a:link, a:visited {
color: #781351
}