body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #0066FF;
	scrollbar-highlight-color: #0066FF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #0066FF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #0066FF;
}
#page {
	position: relative;
	width: 800px;
}
#banner {
	position: absolute;
	top: 0px; left: 50px;
	background: url(images/banner-bg.jpg) repeat-x;
	width: 800px;
	height: 100px;
	text-align: right;
}
#bannertitle {
	position: absolute;
	top: 5px; right: 10px;
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
	font-family: Constantia;
	text-align: right;
	width: 800px;
}
#bannersub {
	position: absolute;
	top: 45px; right: 10px;
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Constantia;
	text-align: right;
	width: 800px;
}
#crumb {
	position: absolute;
	top: 105px; left: 50px;
	width: 800px;
	color: #000000;
	font-size: 8pt;
	font-family: Arial;
	text-align: right;
}
#leftnav {
	position: absolute;
	top: 125px; left: 50px;
	color: #000000;
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	width: 150px;
	height: 400px;
	padding: 10px;
}
#leftnav a, #leftnav a:visited {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}
#leftnav a:hover {
	text-decoration: underline;
}
#bottomnav {
	position: absolute;
	top: 550px; left: 50px;
	text-align: center;
	font-size: 8pt;
	font-family: Arial;
	width: 800px;
}
#bottomnav a, #bottomnav a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#bottomnav a:hover {
	text-decoration: underline;
}
#pagetext {
	position: absolute;
	top: 125px; left: 205px;
	width: 645px;
	height: 400px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #0066FF;
	scrollbar-highlight-color: #0066FF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #0066FF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #0066FF;
	font-size: 10pt;
	font-family: Times New Roman;
	padding: 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.pagetitle {
	font-size:12pt;
	font-weight: bold;
	font-family: Times New Roman;
}