

#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 390px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
z-index:3000;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 385px;
height: 210px;
#height: 212px;

overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:28px;
margin-left:4px;
z-index:3000;
text-align:left;
border-left:solid 1px #cccccc;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 985px;
height: 164px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
z-index:3000;
color:#666666;
text-align:justify;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 417px;
height: 154px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
z-index:3000;
color:#666666;
font-size:11px;
font-family: Trebuchet MS,Arial,monospace;
text-align:justify;
padding-right:7px;
}

#mycustomscroll1 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 417px;
height: 154px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
z-index:3000;
color:#666666;
font-size:11px;
font-family: Trebuchet MS,Arial,monospace;
text-align:justify;
padding-right:7px;
vertical-align:top;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 130px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


