@charset "utf-8";
/* CSS Document */
/* this over-rides the same CSS in the template CSS file */
#sideBar #sideBarLinks {
	
	position: relative;
	overflow: auto;
	height: 326px;
	font-size: 110%;
	line-height: 5px;
}
#subPageTextContainer {
	float: none;
	width: 100%;
	height: 410px;
}
#subPageText {
	float: none;
	padding-right: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: justify;
	height: 400px;
	max-height: 400px;
	margin-top: 20px;
	padding-top: 0px;
}

