/*body {
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

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*/
	xwidth: 400px;
	width: 425px;
	text-align:justify;
	xheight: 340px;
	height: 366px;
	margin-top:2px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #000;
/*background-image: url(../../images/bg.gif);*/
	xmargin: 0.3em auto;
	xpadding: 15px;
	outline:none;
}

#mycustomscroll1 {
	/* percentage width without the fix*/
	xwidth: 400px;
	width: 625px;
	text-align:justify;
	xheight: 340px;
	height: 360px;
	margin-top:2px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #000;
/*background-image: url(../../images/bg.gif);*/
	xmargin: 0.3em auto;
	xpadding: 15px;
	outline:none;
}

#mycustomscroll1 .lipsum {padding-right:10px}

#mycustomscroll2 {
	/* percentage width without the fix*/
	xwidth: 590px;
	width: 595px;
	text-align:justify;
	xheight: 143px;
	height: 143px;
	margin-top:2px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #000;
/*background-image: url(../../images/bg.gif);*/
	xmargin: 0.3em auto;
	xpadding: 15px;
	outline:none;
}
#mycustomscroll2 p {padding-right:10px;}

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