/* Comment Line */
body, td {
	background: #E8EEC3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #0B3332;
	text-decoration: none;
}
a:hover {
	color: #365E17; 
}
.tiny {
	font-size: 9px;
	color: #666666;
}
/**********************/
/* Page Layout               */
/**********************/
#page-bg {
	margin: auto;
}
#page-border {
	position: relative;
	width: 900px;
	margin: auto;
/*	border: black 1px solid;*/

}
#header {
	margin: 5px;
	margin-bottom: 0px;
	float: left;
	position: relative;
}
#content-border {
	border: thin solid #5D141B;
	position: relative;
}
#content {
	padding: 8px;
	position: relative;
	background-color: #FFFFFF;
}
#header .column-left {
	width: 430px;
	float: left;
/*	border: thin solid red;*/
}
#header .column-right {
	width: 430px;
	float: left;
	margin-left: 20px;
/*	border: thin solid blue;*/
}
#front-text {
	float: left;
}
#header img {
	position: relative;
	left: -6px;
}
.clear-floats {
	clear: both;
	border-bottom: thin black solid;
	padding-top: 10px;
}
.clear-floats-invisible {
	clear: both;
}
#ontario {
	background: white;
	text-align: center;
}
#footer {
	position: relative;
}
#copyright {
	position: relative;
	padding-left: 8px;
	padding-bottom: 3px;
/*	position: absolute;
	bottom: 5px;*/
}
#bayberry {
	color: #ffffff;
	clear: both;
	margin: auto;
	padding: 2px 4px 5px 8px;
	background-color: #5D141B;
	border-bottom-color: #E8EEC3;
/*	border-bottom-style: solid;*/
	border-bottom-width: thick;
}
#bayberry a {
	color: #ffffff;
}
#nav {
	position: absolute;
}
#content .column-left {
	width: 400px;
	position: relative;
	left: 120px;
	top: 5px;
}
#content .column-right {
	position: absolute;
	width: 340px;
	top: 5px;
	right: 15px;
}
#content .column-wide {
	position: relative;
	width: 760px;
	left: 120px;
	top: 5px;
}
#content img {
	border: white thick solid;
}
/**********************/
/* Text Styles               */
/**********************/

.heading1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #611A20;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
.heading2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #365E17;
	margin-bottom: 0px;
	margin-top: 0px;
}
.notice1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #611A20;
}
.notice2 {
	font-weight: bold;
	color: #365E17;
}
.notice3 {
	color: #365E17;
	font-style: italic;
}
.smaller {
	font-size: .8em;
}


/**********************/
/* More Layout               */
/**********************/
.column-equal {
	float: left;
	width: 48%;
	padding: 8px;
}
.float-right, .float-left {
	border: thin solid #133638;
	font-size: .9em;
	text-align: center;
	margin: 10px;
	padding-bottom: 5px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
	margin-right: 15px;
}
.vendorfield {
	position: absolute;
	left: 120px;
}
#map_canvas {
	margin: auto;
}