body {
	background: white;
	width: 100%;
	font-size: 11pt;
	font-family: times, serif;
	margin: 0px;
}

/* YOU SHALL NOT DISPLAY WHEN PRINTED! */
form, #cwsLogo, #torontoPic, #introText, #mainMenu, #upperBar {
	display: none;	
}

#bottomBar {
	background: transparent;
	width: 100%;
	clear: both;
	text-align: right;
	color: #000000;
	font-size: 11px;
}

#bottomBar p {
	padding-top: 0px;
	padding-right: 0px;
}


#cwsHeader, #aboutusHeader {
	width: 100%;
	height: 100%;
}

#cwsHeader h1, #cwsHeader h2, #aboutusHeader h1, #aboutusHeader h2 {
	display: block;
}

#frontPoints {
	margin-top: 10px;
	margin-left: 10px;
	width: 80%;
	list-style-type: none;
}	

#mainContent, #subContent {
	width: 100%;
	margin-top: 0px;
	background: transparent;
	font-size: 12pt;
	
}

#mainContent p {
	margin-right: 5px;
	margin-left: 5px;
}

#leftSide {
	display: none;
}	

#rightSide {
	float: none;
	width: 100%;
}

#upperBar {
	display: none;
}	
