


#content {

}

.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: 150px;
	height: 345px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin-top:55px;
padding: 0px 10px 0px 10px;
}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 160px;
	height: 335px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
background-color: #ffffff;
margin-top:10px;
padding: 0px 0px 0px 15px;
z-index:1;
}


