body {
	margin: 0;
	padding: 0;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-color: #3877a5;
	}
	
#wrap {
	margin: 0 0 0 161px;
	padding: 0 0 5px 0;
	width: 619px;
	background-color: #fff;
	}
	
#header {
	width: 619px;
	height: 89px;
	background-image: url('../images/header.gif');
	}
	
#nav {
	width: 100%;
	background-image: url('../images/nav_bg.gif');	
	background-repeat: repeat-x;
	background-color: #6b6f6e;
	}
	
#content {	
	padding: 15px;
	}

	#right {
		float: right;
		margin: 0 0 0 10px;
		width: 277px;	
		}
		
	#sidebar {
		border: 1px solid #bcced9;
		margin: 0 0 10px 0;
		padding: 8px;
		}
		
	#sidebar-inner {
		padding: 10px;
		background-color: #e1eaf1;
		}
	
#footer {
	width: 100%;
	margin: 0;
	background-image: url('../images/footer_bg.gif');	
	background-repeat: repeat-x;
	background-color: #d9ddda;
	}
	
	
h1 {
	margin: 0 0 20px 0;
	font: 1.2em Times;
	color: #3473a3;
	font-weight: bold;
	}

	h1+ul, h1+ol {
		margin-top: 20px;
	}

h2 {
	margin: 0 0 5px 0;
	font: 1.1em Times;
	font-style: italic;
	color: #3473a3;
	}

/*ol, ul {
	margin: 0 0 12px 0;
	}
*/
ol, ul {
		margin: 0 0 12px 30px;
		padding: 0 0 0 0;
		}

li {
	margin: 0 0 5px 0;
	line-height: 1.4;
	}

img.border {
	border: 1px solid #bcced9;
	padding: 8px;
	}

#staff img {
	float: right;
	margin: 0 10px 10px 0;
	}

#content p,
table {
	color: #888e97;
	line-height: 1.5em;
	}

#content ul {
	color: #888e97;
	}

#sidebar p {
	margin: 0;
	}
	
#footer p {
	padding: 5px;
	margin: 0;
	color: #62676e;
	font: 0.7em Verdana;
	text-align: center;
	line-height: 1.6;
	}
	
address {
	padding: 5px;
	margin: 0;
	color: #62676e;
	font: 0.7em Verdana;
	text-align: center;
	line-height: 1.6;
	}
	
acronym, abbr {
	border-bottom: 1px dotted #666;
	font-style: italic;
	}
	
#nav ul {
	margin: 0;
	padding: 10px 5px 5px 10px;
	list-style-type: none;
	}
	
#nav ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	background-image: url('../images/nav_bullet.gif');
	background-repeat: no-repeat;
	background-position: right center;
	}

#nav ul li.last {
	background: none;
	}
	
#nav ul li a {
	color: #fff;
	text-decoration: none;
	}
	
#nav ul li a:hover {
	text-decoration: underline;
	}
	
.postalcode { margin: 0 0 0 0.5em; text-transform: uppercase; white-space: nowrap; } /* span class to keep postal codes uppercase, to prevent wrapping, and to include extra white-space before them, per Canada Post's guidelines at https://canadapost-postescanada.ca/business/tools/pg/manual/PGaddress-e.asp#1399210 */
.tel, .gps, .nobr { white-space: nowrap; } /* span class to keep phone numbers & GPS coordinates from wrapping  ----- MSIE 8 SERIOUSLY HATES THIS CLASS; IT MESSES UP LAYOUT BADLY IN SOME CASES -----*/


