/*This style sheet controls the scroll area when there is enough content to justify the scroll bar*/

#scrollContainer {
overflow:auto;

}

#textContainer {
overflow:visible; 
height: 190px;
}

.innerTextContainer {
border-right:#999999 solid 1px;
}
	