h2 {
	font-size: 160%;
}


#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 {
	/* percentage width without the fix*/
width: 80%;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #E7EADE;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#mycustomscroll2 {
	overflow: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: 450px;
	width: 760px;
	list-style-type: square;
	padding-right: 30px;
	padding-top: 10px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 874px;
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	height: 460px;
	color: #000000;
	float: left;
	padding-left: 86px;
	}
	
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
	height: auto;
	position: relative;
	color: #000099;
	padding: 1px;
}
