/*body {
	background-color: #DFEDFB;
	margin: 0;
	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%;
}
*/


#leftdivcontent {
	position: relative;
	padding: 0 10px 0 0;
	z-index: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 225px;
	height: 310px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	float: left;
	text-align: left;
	margin: 0px 0 10px 0;
	z-index: 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: inherit;
	height: 310px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #B4C2DA;*/
	margin: 0.3em auto;
	padding: 0px;
}


#mycustomscroll-main {
/* Typical fixed height and fixed width example */
	width: inherit;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #B4C2DA;*/
	padding: 0;
	margin: 15px 0px 0px 0px;
}
	
div#scrollbar { 
  position:absolute;
  width:5px; 
  height: 300px;
  top: 0px;
  left: 210px;
  z-index: 200;
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
   
div#up { position:absolute; left:1px; top:0; }  
div#down { position:absolute; left:1px; bottom:0; }

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


.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}


