body {
	background: #bcc2c7;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323e46;
	font-size: 12px;
}

hr {
	color: #bcc2c7;
	background-color: #bcc2c7;
	clear: both;
}

img {
	border: none;
}

a {
	color: #323e46;
}
#container {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	background-color: #bcc2c7;
}

.conwidth {
	/*906px;*/
}

.contentarea {
	background: white;
}

.corner {
	width: 20px;
	height: 19px;
}

/* Top */

	.lt {
		background-image:url(images/lt_corner.png);
		background-repeat: no-repeat;
	}
	
	.rt {
		background-image:url(images/rt_corner.png);
		background-repeat: no-repeat;
	}
	
	.tbar {
		background-image: url(images/top_shadow.png);
		background-repeat:repeat-x;
	}
	
/* Sides */
	
	.lbar {
		background-image: url(images/left_shadow.png);
		background-repeat:repeat-y;
	}
	.rbar {
		background-image: url(images/right_shadow.png);
		background-repeat:repeat-y;
	}
	
/* Bottom */
	.lb {
		background-image:url(images/lb_corner.png);
		background-repeat: no-repeat;
	}
	
	.rb {
		background-image:url(images/rb_corner.png);
		background-repeat: no-repeat;
	}
	
	.bbar {
		background-image: url(images/bottom_shadow.png);
		background-repeat:repeat-x;
	}
	
#header {
	height: 150px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid white;
	text-align: right;
	}
	#contactmenu {
		padding-top: 15px;
		padding-right: 15px;
	}
	
#menu {
	padding: 0;
	margin: 0;
	margin-bottom: -5px;
	list-style:none;
}

#menu li {
	display:inline;
	margin-right: 1px;
	}

#bodyarea {
	background-color: #cbddf1;
	padding-top: 10px;
}
	#bodyarea p {
		margin-left: 30px;
		margin-right: 30px;
	}
	.homearea {
		background-image:url(images/bkg.png);
		background-position:bottom right;
		background-repeat:no-repeat;
	}

#subheader {
	background-image: url(images/headerbar.png);
	background-repeat:repeat-y;
	padding-left: 30px;
	font-size:18px;
	color: white;
}
	h1 {
		margin-top:17px;
		margin-bottom: 17px;
		padding-top:17px;
		padding-bottom: 17px;
		font-size:18px;
		font-weight: normal;
	}

.inset {
	width: 307px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
	}
	.insettop {
		width: 307px;
		height: 27px;
		background-image:url(images/inset_top.png);
		background-repeat:no-repeat;
	}
	.insetcontent {
		background-color: #ebf0f6;
		background-image:url(images/insetbkg.png);
		background-repeat:repeat;
		min-height: 269px;
		/*height: 269px;*/
		font-size: 11px;
		padding-bottom:10px;
	}
		.insetcontent p {
			margin-top: 0;
			padding-top: 0;
			margin-bottom: 0;
			padding-bottom: 10px;
		}
		.insetcontent ul {
			margin-top: 0;
			margin-bottom: 10px;
		}
		h2 {
			margin-top: 0;
			padding-top: 0;
			margin-bottom: 8px;
			margin-left: 30px;
			margin-right: 30px;
			font-size:13px;
			font-weight:bold;
		}
	.insetbottom {
		width: 307px;
		height: 27px;
		background-image:url(images/inset_bottom.png);
		background-repeat:no-repeat;
	}
	#inset1 {
		float: left;
		margin-left: 15px;
	}
	#inset2 {
		
		margin-left: 357px;
		}
	
.ontariocontact {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	width: 400px;
	clear:both;
}
.contactrule {
	clear:both;
	margin: 30px;
	border: 0;
	color: #354A55;
	background-color: #354A55;
	height: 2px;
	}