@charset "UTF-8";
/* CSS Document */

/* Remove unwanted elements */
#leftCol, #navWrapper, .section, .city-menu, #rightCol, #footer, #bread, .visitApply, #utilities, #containerWrap h1
{
display: none;
}

#mainCol
{
width: 100%;
}

/* Change text colour to black (useful for light text on a dark background) */
h1, h2, h3, h4, p,
#main2col h2, #main2col h3, #main2col h4, #main2col p,
#main3col h2, #main3col h3, #main3col h4, #main3col p
{
color: #000;
font-family: Arial, sans-serif;
}

#header h1.logo {
	display: none;
}

#header .logoPrint {
	display: inline;
	float: left;
	margin:4px 15px 0;
}

#header .school, #header .school a {
	border-left:1px solid #000;
	color: black;
	float: left;
	padding-left: 15px;
}

#main2col, #main3col {
	float: left;
	width: 90%;
}

div.pp_pic_holder {
	left: 0 !important;
	width:100%;
}

div.pp_overlay {
	background: #FFF;
	opacity: 100 !important;
}

/* Improve colour contrast of links */
a
{
color: black;
text-decoration: underline;
}