#content {
	margin-left: 12px;
	float:left;
	width: 245px;
}

#content_2 {
	margin-left: 12px;
	float:left;
	width: 830px;
}
#content_3{
	margin-left: 12px;
	float:left;
	width: 800px;
}

#content_3{
	margin-left: 12px;
	float:left;
	width: 815px;
}

#content_4 {
	margin-left: 12px;
	float:left;
	width: 300px;
}

#content_5 {
	margin-left: 12px;
	
	height:109px;
}

#content_6 {
	margin-left: 12px;
	
	height:180px;
}

#content_7 {
	margin-left: 12px;
	
	height:220px;
}

#content_8 {
	margin-left: 12px;
	
	height:180px;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 245px;
height: 453px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}
#mycustomscroll_2 {
/* Typical fixed height and fixed width example */
width: 830px;
height: 690px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}

#mycustomscroll_3 {
/* Typical fixed height and fixed width example */
width: 800px;
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}

#mycustomscroll_4{
/* Typical fixed height and fixed width example */
width: 186px;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}

#mycustomscroll_5{
/* Typical fixed height and fixed width example */
width: 500px;
height: 109px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}

#mycustomscroll_6{
/* Typical fixed height and fixed width example */
width: 500px;
height: 180px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}

#mycustomscroll_7{
/* Typical fixed height and fixed width example */
width: 500px;
height: 220px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}

#mycustomscroll_8{
/* Typical fixed height and fixed width example */
width: 500px;
height: 180px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 237px;
height: 453px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


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

