#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 365px;
	height: 500px;
	overflow: auto;	
	
	top: 155px;
	
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	/*background-color: #E7EADE;*/
	
	margin: 0px auto;
	padding: 0px 22px 0px 22px;
	
}

#mycustomscroll h1 {

	color: #ffffff;
	
	font-size: 15px; 
	font-weight: bold;
	
	margin: 0px;
	padding: 0px; 
}


#mycustomscroll h2{

	color: #64baff;
	
	padding-left: 25px;

	font-size: 14px;
	font-weight: bold;
}


#mycustomscroll ul{

	color: #64baff;
	font-weight: bold;
	
	padding-bottom: 10px;
}



#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 450x;
	height: 550px;
	overflow: auto;	
	
	top: 0px;
	
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	
	margin: 0px auto;
	padding: 0px 22px 0px 22px;
	
}

#mycustomscroll2 h1 {

	color: #ffffff;
	
	font-size: 15px; 
	font-weight: bold;
	
	margin: 0px;
	padding: 0px; 
}


#mycustomscroll2 h2{

	color: #64baff;
	
	padding-left: 25px;

	font-size: 14px;
	font-weight: bold;
}


#mycustomscroll2 ul{

	color: #64baff;
	font-weight: bold;
	
	padding-bottom: 10px;
}




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


















