#contentmainframe {
	margin:0px auto;
	width:500px;
	text-align:justify;
	padding:20px;
	color:#000000;
}
#mycustomscroll {
	/* percentage width without the fix*/
width:500px;
	height: 210px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 0.3em auto;
	padding:0px;
	padding-right:10px;
}
#mycustomscroll3 {
	/* percentage width without the fix*/
width:500px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 0.3em auto;
	padding:0px;
	padding-right:10px;
}
#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
width: 500px;
	height: 210px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 0.3em auto 0.3em -20px;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding:0px;
}
/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/

	
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 500px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
