body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 13px Arial, Helvetica,"Lucida Grande", serif; color: #000;}


/* Remove unwanted elements */
.thrColFixHdr #sidebar1, .index #main photo, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
.thrColFixHdr #container, .thrColFixHdr #header, .thrColFixHdr #mainContent, .thrColFixHdr #footer, .thrColFixHdr #sidebar2
{
	width: 93%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	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
{

}

