/*	Content management and site development
	Navigata Communications Ltd.
	e: web.solutions@navigata.ca
	w: www.navigata.com
	t: 1.877.477.5266
*/
/* suppress printing of following blocks */
#header_one { display: none; }
#header_two { display: none; }
#header_two_landing { display: none; }
#leftcontent { display: none; }
#breadcrumb { display: none; }
#footer_wrapper { display: none; }
#rightcontent { display: none; }

/* print the following blocks */
#pagetitle{ font-size:14pt; }
#centercontent, #textcontent, #textcontent_landing {
	background: white;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
}
#print_header {
	clear: both;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #167796;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}
	#print_header_logo {
		display: inline;
		float: left;
		top: 0px; left: 0px;
		margin: 5px 0px 5px 0px;
	}
	#print_header_msg {
		display: inline;
		float: right;
		top: 0px; right: 0px;
		font-size: 7pt;
	}
	#print_header_spacer {
		clear: both;
	}
/* style the following HTML elements */
BODY.landing { background: white; font-size: 12pt; }
BODY { background: white; color : black; font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; line-height: 100%;  }
a { text-decoration: none; }
p { font-size : 12px; }
h1 { font-size : 14px; font-weight : bold; color : black; }
h2 { font-size : 12px; font-weight : bold; color : black; }
ul { font-size : 12px; margin-left : 20px; list-style : disc outside; }
ul.small { font-size : 11px; color : #000000; }
