/* formatting */
body {
	font-family: "Trebuchet MS", "Sans Serif";
	font-size: 12pt;
	width: 100%;
	margin-left: -375px;
	padding-left: 50%;
}

.skipNav { display:none; }

/* top banner */
.topBanner {
	width: 750px;
	border: solid 1px black;
	background-color: #FE1100;
}

.topBanner .menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 750px;
}
.topBanner .menu li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: white;
	font-weight: bold;
}
.topBanner .menu li a {
	color: white;
	text-decoration: none;
}
.topBanner .menu li a:visited {
	color: white;
	text-decoration: none;
}

.topBanner .headerImage {
	clear: both;
	color: white;
	text-align: center;
	font-size: 38pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	font-family: Maynard, "Trebuchet MS", "Sans Serif";
}

.mainContent {
	width: 750px;
	text-align: left;
}

/* column sections */
.section h1 {
	font-size: 10pt;
	border-bottom: solid 1px gray;
	margin: 5px;
	margin-top: 10px;
	font-weight: normal;
}

.section {
	font-size: 10pt;
}

.section ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
.section li {
	list-style: none;
}

.section a, .section a:visited {
	color: #FE1100;
	text-decoration: none;
}
.section a:active, a:hover {
	text-decoration: underline;
}
/* left column */
.leftColumn { 
	width: 15%;
	float:left;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}

/* page Content */
.pageContent {
	width: 67%;
	float: left;
	padding: 0px;
	margin: 0px;
	padding: 8px;
	background-image: url(maple.gif);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 500px;
}

.pageContent h1 {
	text-align: center;
}
.pageContent h3 {
	font-size: 12pt;
}
.pageContent dt {
	margin-bottom: 20px;
}
.pageContent h4 {
	text-decoration: underline;
	margin-bottom: -15px;
}
.pageContent ul {
	text-align: left;
}

/* right Column */
.rightColumn { 
	width: 15%;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}
