/* Remove unwanted elements */
#column1 {
	display: none;
	}
	
#footer {
	display: none;
	}

	
/* Ensure the content spans the full width */
#wrapper, #content, #column2, {
	width: 100%;
	border: 0;
	margin: 0 10%;
	padding: 0;
	float: none !important;
	overflow: visible;
	}
	

body {
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	url(grey_bg.gif) 0 0 repeat-y
	}


/*Make the Headers stand out*/
h1 {font-size: 20px; 
	color: #000000;
	font-weight: bold;
	}

 
h2 {font-size: 16px; 
	color: #000000;
	font-weight: bold;
	}


/*Break Page*/
#Header, #paragraph {
	page-break-before: always;
	}


/* 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
font-size: 20pt;
}

