﻿
/* Remove unwanted elements / #threeColBG, #leftColBG, #rightColBG, #noColBG, */
#logo, #leftColumn, #rightColumn, #imgWidget, #pageImgWidget, #rightColumnRight, #twoColBG, #leftCol, #rightCol, #quicklinks, #MyLVC, #search, #menuTask, #footer
{
	display: none;
}

/* Ensure the content spans the full width */
#mainContainer, #threeColumnContent, #leftColumnContent, #rightColumnContent, #deptImageWidget, #noColumnContent, #logo, #copyright
{
	width: 100%; margin: 0; float: none;
	
}

#deptImageWidget
{
	background-color:#5e7791;
}

#logo
{
	vertical-align:top;
	height:75px;
	padding: 30px 0 0 15px;
	background-color:#003366;
}

/* Change text colour to black (useful for light text on a dark background) 
.p, p
{
	line-height: 20px;
	color:#000000;
}*/

/* Improve colour contrast of links */
a:link, a:visited
{
	color: #781351
}



















