/* Comment Line */
body, td {
	background: #E8EEC3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #365E17;
	text-decoration: none;
}
.link-small {
	font-weight: normal;
}
p {
	margin: 8px auto 8px auto;
}
.tiny {
	font-size: 9px;
	color: #666666;
}
/**********************/
/* Page Layout               */
/**********************/
#page-bg {
	margin: auto;
}
#page-border {
	position: relative;
	width: 900px;
	margin: auto;
/*	border: #5D141B 4px solid;*/
}
#header {
	margin: 5px;
	margin-bottom: 0px;
	position: relative;
}
#content-border {
	border: thin solid #5D141B;
}
#content {
	padding: 15px;
	padding-top: 15px;
	position: relative;
	background: #ffffff;
}
#header .column-left {
	/*	border: thin solid red;*/
	position: relative;
}
#header .column-right {
	float: left;
	margin-left: 20px;
/*	border: thin solid blue;*/
}
#header img {
	position: relative;
}
.clear-floats {
	clear: both;
	border-bottom: thin black solid;
}
.clear-floats-invisible {
	clear: both;
}
#footer {
	position: relative;
}
#ontario {
	background: white;
	text-align: center;
}
#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 {
}
#content .column-left {
	width: 48%;
	position: relative;
/*	left: 150px;*/
/*	top: 15px;*/
	border: thin solid #5D141B;
	height: 360px;
	background:  #E8EEC3;
}
#content .column-right {
	position: absolute;
	width: 48%;
	top: 8px;
	right: 15px;
}
#content .lower-left {
	width: 48%;
	position: relative;
	padding-top: 20px;
/*	left: 130px;*/
/*	top: 480px;*/
}
#content .lower-right {
	width: 48%;
	position: absolute;
	top: 520px;
	right: 15px;
	border: #5D141B thin solid;
	background:  #E8EEC3;
	height: 360px;
}
.front_text {
	background:  #E8EEC3 url(images/corner.gif) no-repeat scroll left top;
	padding-left: 24px;
	border: #E8EEC3 medium solid;
}
#bottom {
	position: absolute;
/*	top: 60px;*/
	bottom: 5px;
	left: 40px;
}
.column-equal {
	float: left;
	width: 48%;
	padding: 8px;
}
/**********************/
/* 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.2em;
	font-weight: bold;
	color: #18411F;
	margin-bottom: 0px;
	margin-top: 0px;
}
.notice1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #611A20;
}
.notice2 {
	font-weight: bold;
	color: #365E17;
}
.notice3 {
	color: #567E69;
}
.smaller {
	font-size: .8em;
}
#wholeDiv {
	z-index: 6000;
}
