body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4321;
	margin: 0px;
	background-color: #F9EAC9;
}
#top {
	height: 70px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-repeat: repeat-x;
	background-color: #66CC66;
}
#middle {
	margin-top: 5px;
}
#bottom {
	clear: both;
	margin-top: 5px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	font-size: small;
}
#navBar {
	float: left;
	width: 150px;
	clip: rect(auto,auto,5px,auto);
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}
#sideBar {
	float: right;
	width: 150px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}
#content {
	margin-right: 5px;
	margin-left: 150px;
	border: 1px none #CCCCCC;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4321;
}
#navBar a {
	color: #006600;
	text-decoration: none;
	display: block;
	border: 1px solid #009900;
	padding: 10px;
	margin: 5px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: none;
}
#navBar a:hover {
	color: #FFFFFF;
	background-color: #66CC66;
}
#breadcrumb {
	margin-bottom: 5px;
	background-image: url(../images/breadcrumb_bg.gif);
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: center;
	text-transform: none;
	line-height: 140%;
	font-size: 140%;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	left: auto;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: left;
	text-transform: none;
	line-height: 120%;
	font-size: 120%;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#breadcrumb a {
	text-decoration: none;
	color: #FFFFFF;
}
#sideBar th, td {
	border: 1px solid #FFCCCC;
	color: #3D4321;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.newPage {
	page-break-before: always;
}
