

.assocText {
	font-size: 12px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: justify;
  	margin: 0 auto;
  	padding: 0px, 20px, 20px, 20px;
}


.assocHead{
	font-size: 14px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: center;
  	margin: 0 auto;
  	padding-top: 10px;

}


.assocContent {
	width: 538px;
	height: 627px;
	position: absolute;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #F0EDC9;
	background-image: url(../images/content-bkgnd.png);
}

.assocTOC {
	position: relative;
	width: 538px;
	height: 150px;
}


.assocHistory {
	position: relative;
	
	width: 538px;
	height: 277px;
}


.assocScroll{
	position: relative;
	height: 440px;
    overflow-y:auto; 
    display:inline-block;
    padding-right: 20px;
}

