.scrolling{
	float:left;
	width:625px;
	height:252px;
	margin: 5px 3px 7px 7px;
	overflow:auto;
	border: 1px solid #FFF;
	
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#F0F0F0;
	scrollbar-3dlight-color:#9E8934;
	scrollbar-arrow-color:#666;
	scrollbar-track-color:#333;
	scrollbar-darkshadow-color:#9E8934;
	scrollbar-Face-Color:#999;
}

/* draws main copy 20px narrower than scrolling layer - IE has issue with drawing scroll bars on top of text [introduces horiz bar] if this is full width */
.mainCopy {
	width: 605px;
	font-size:0.8em;
	text-align:justify;
}