


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll   { position: absolute; top: 30px; bottom: 0; width: 99%; height: 85%; overflow: auto }
#mycustomscroll1   { position: absolute; top: 20px; bottom: 0; width: 99%; height: 80%; overflow: auto }#mycustomscroll2   { position: absolute; top: 20px; bottom: 0; width: 99%; height: 80%; overflow: auto }#mycustomscroll3   { position: absolute; top: 20px; bottom: 0; width: 99%; height: 80%; overflow: auto }

/* for Internet Explorer */
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 195px;
height: 85%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 0px;
}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 195px;
height: 85%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 0px;
}


