@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	color:#000000;
	size:10px;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/bgMapleLeaves.jpg);
	background-repeat: no-repeat;
	background-color: #8FB52C;
}
#homePage {
	width:960px;
	size:9px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
	color: #666666;
}
#homePage a {
	color: #666666;
	text-decoration: none;
}
#homePage a:hover {
	text-decoration: underline;
}
#outline {
	width:960px;
	text-align:left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px none #999999;
	z-index:1;
}
#container {
}
#container a {
	text-decoration:none;
	color:#993300;
}
#container a:hover {
	text-decoration:underline
}
#headHolder {
	width:960px;
	text-align:left;
}
#headHolder .topBar {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: right;
}
#headHolder .pic {
}
#headHolder .bottomBar {
}
#header {
}
#footer {
	font-size: 9px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #000000;
	padding-top: 10px;
}
#main {
	border: 1px none #666666;
	line-height: 140%;
	font-size: 14px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#sideBar {
	width:330px;
	float:right;
	margin-left: 30px;
	margin-bottom: 10px;
}
#sideBar .head {
	padding:10px;
	font-weight: bold;
	color: #030;
	text-align: center;
}
#sideBar .content {
	font-size: 13px;
	color: #030;
	line-height: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
h3 {
	color: #996600;
}
#ad {
	width:330px;
}
