@charset "utf-8";
/* Remove unwanted elements */
#header, #sidebar1, #maincontent, #footer, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#container, #sidebar1, #footer, #content
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 5px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:1px solid #ffffff;
	min-height:500px;
} 

