body {
	margin: 0;
	padding: 0; padding-top: 1em;
}

h1, h2 {
}

h2 {
}


#content {
	background-color: #FFF;
	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;
}


/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example width: 625px;*/
	width: 623px;
	height: 503px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	/*background: #FFFFFF;*/
	z-index: 10;
}


.fixedwidth {
	/*this is where the title and photo go under the scroller 
width: 619px642;a wide div is used for creating horizontal scrollbars for demonstration purposes 
width: 682px;
	width: 605px;*/
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

/* general page style ends here */
