@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
#sidebar1, #sidebar2, #footer, .noprint, .whitetextoverredlight, .topofthepagelinks, .unibull
{
display: none;
}


/* Ensure the content spans the full width */
#mainContent
{
width: 100%; margin: 0; float: none;
}

/* Don't print background image */

body {
	background-image: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.bodytext, .bodytextli, .bodytextALLCAPS, .searchpagetext, .italicsbody, .subbodytextli, .unilist li, .bodytextjustified  
{
font-family: Arial, Helvetica, sans-serif;
color: #000;
}

h6 {
	font-size: 15px;
}
/* Bold subheader text */
.bodytextbluebold, .subpageheader, .contractssubpageheader, .pageheader, .bodytextbold
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;
}

.officelocationssubheader, .officelocationssubheader, .alliedlink
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #000;
}

.officelocationsbodytext
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351;
font-family: Arial, Helvetica, sans-serif;
}