body{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

/* MAIN CONTAINER */

#mainContainer{
	width: 100%;
	padding: 0;
	margin: 0;
}

/* INTRO CONTAINER */

#intro{
	margin: 0;
	padding: 0;
}

#dateText{
	display: none;
}

#pageHeader{
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0;
	margin: 0;
}

#theOutline {
	padding: 0;
	margin: 115px 0 0 0px;
}

#theApproach {
	display: none;
}

#theApproach, p.quotes{
	display: none;
}


/* SUPPORTING TEXT CONTAINER */

#supportingText{
	position: relative;
	padding: 0;
	margin: 140px 0 0 0;
	border: 0px solid #ff3; /* showOff! ALTERNATIVE WAS MARING TOP 100px WITH NO POSITION VALUE;*/
}

#supportingText .g3{
	display: none;
}

#supportingText .g5{
	display: none;
}

#kingston {
	display: none;
}

#kingston, p.quotes{
	display: none;
}

#vancouver{
	display: none;
}

#stortford {
	margin: 0;
	padding: 0;
}

#footer{
 display: none;
}

#printFooter{
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: 25%;
	padding: 3px 0px 6px 0px;
	margin: 0;
	border-top: 2px solid #cc6633; /* brownGold */
}


/* NAVIGATION CONTAINER */

#navigationContainer{
	display: none;
}

#navHolder{
	display: none;
}

#mainNavigation{
	display: none;
}


/* TEXT STYLING */

.divider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

p a:link, p a:visited{
	text-decoration: none; font-weight: bold; color: Gray;
}

p a:hover, p a:active{
	text-decoration: none; font-weight: bold; color: Green;
}

a.sectionText:link, a.sectionText:visited{
	text-decoration: none; font-weight: normal; color: #000000;
}

a.sectionText:hover, a.sectionText:active{
	text-decoration: none; font-weight: normal; color: #000000;
}

#footer a:link, #footer a:visited{
	color: #000000;
	text-decoration: none;	
}

#footer a:hover, #footer a:active{
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 2px 0px 2px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif; font-style: normal; font-weight: normal; color: #000000;
}

h1{font-size: 3.2em;} /* primaryTitle 		*/
h2{font-size: 1.5em; letter-spacing: 1px; word-spacing: -2px;} /* secondaryTitle	*/
h3{font-size: 1.4em; font-weight: bold;} /* sectionTitle		*/
/*.membership{font-size: 1.7em;}  sectionTitle		*/
h4{font-size: 1.2em;} /* subSectionTitle	*/
h5{font-size: 1.0em;}
h6{font-size: 0.7em;} /* annotationTitle	*/

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	display: block;
}

li.blank {
list-style-type: none;
}

p.sectionText1 {
	width: 450px;
	margin: 12px 0 12px 0;
	padding: 0;
	text-align: justify;
	border: 0px solid #9ff; /* showOff! */
}

p.sectionText2 {
	width: 100%;
	margin: 12px 0 12px 0;
	padding: 0;
	text-align: left;
	border: 0px solid #9ff; /* showOff! */
}


#dateText p {
	display: none;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #3d3d3d;
}

em {
	
}
