img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 570px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin: 0.3em auto;
	padding-top:0px;
	padding-left: 15px;
	padding-right: 15px;
	left: 240px;
	top: 307px;
	vertical-align: top;
	height: 300px;
	
}
#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 585px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	left: 234px;
	top: 328px;
	vertical-align: top;
	height: 460px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	
	
}
#mycustomscroll3 {
	/* Typical fixed height and fixed width example */
	width: 585px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin: 0.3em auto;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	left: 240px;
	top: 353px;
	vertical-align: top;
	height: 440px;
	
}
#mycustomscroll4 {
	/* Typical fixed height and fixed width example */
	width: 550px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin: 0.3em auto;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	left: 273px;
	top: 345px;
	vertical-align: top;
	height: 410px;
}

#mycustomscroll4 a
	{
		color:#fbb014;
	}

#mycustomscroll5 {
	/* Typical fixed height and fixed width example */
	width: 579px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin: 0.3em auto;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	left: 247px;
	top: 350px;
	vertical-align: top;
	height: 440px;
	
}
#mycustomscroll6 {
	/* Typical fixed height and fixed width example */
	width: 579px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin: 0.3em auto;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	left: 247px;
	top: 640px;
	vertical-align: top;
	height: 140px;
	
}
#mycustomscroll7 {
	/* Typical fixed height and fixed width example */
	width: 585px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	left: 233px;
	top: 312px;
	vertical-align: top;
	height: 460px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	
	
}


#mycustomscroll8 {
	/* Typical fixed height and fixed width example */
	width: 585px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	padding-top:0px;
	padding-left: 5px;
	padding-right: 15px;
	left: 234px;
	top: 498px;
	vertical-align: top;
	height: 300px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	
	
}

#content {
	padding: 3em;
	margin:0.2em 2em;
}
#text {
	top:0px;
	left :0px;
	width:100%;
	text-align: justify;
	vertical-align: top;
	padding-top:20px;
}

