#content {
	background-color: #913C1D;
	padding: 3em;
	margin:0.2em 2em;
    overflow: hidden;
}

.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: auto;
height: 412px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
text-align: left;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */

height: 425px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px 0px 0px 5px;
border:0px solid #33FFCC;
outline: none;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width:385px;
height: auto;
position: relative;
color: #343434;
padding: 0px 0px 0px 5px;
text-align: justify;
left: 0px;
border:0px solid #33FF00;
line-height: 150%;

}
