H1.csc-firstHeader { margin-left:13px;}

#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
	width:		336px;
	height:		286px;	/* The height of the scrolling div */
	position:		absolute;
	left:		377px;
	top:		45px;
}
#scrolldiv_parentContainer{
	width:		120px;	/* Width of the scrolling text */
	height:		300px;
	overflow:		hidden;
	float:		left;
	position:		relative;
top:0px;
}
	
/*
CSS for the scrolling content 
*/
#scrolldiv_content{
	padding-left:	0px;
	padding-top:	0px;
	position:		relative;
	font-family:	Verdana, Arial, sans-serif;
	font-size:		10px;
	line-height:	130%;
	color:		#000000;
}
#scrolldiv_content H2 {
	font-size:		11px;
	font-weight:	bold;
	color:		#000000;
	margin-bottom:	10px;
}
#scrolldiv_content H3 {
	font-size:		10px;
	font-weight:	normal;
	color:		#000000;
	margin-bottom:	15px;
}
#scrolldiv_content P.bodytext {
	font-size:		10px;
	font-weight:	normal;
	color:		#000000;
	padding-bottom:	5px;
}

/*
The scrollbar slider 
*/
#scrolldiv_slider{
	width:		15px;
	margin-left:	2px;
	height:		320px;
	float:		left;
}
	
/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
	width:		15px;
	height:		280px;	/* Total height - 40 pixels */
	position:		relative;
	}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
	margin:		1px;
	width:		13px;
	height:		13px;
	position:		absolute;	
	top:		0px;
	left:		0px;
	cursor:		pointer;
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:		15px;
	height:		16px;
	border:		1px solid #FF00FF;
	color: 		#FFFFFF;
	text-align:		center;
	font-size:		16px;
	line-height:	16px;
	cursor:		pointer;
}
#scrolldiv_scrollUp{
	margin-bottom:	2px;
}
#scrolldiv_scrollDown{
	margin-top:	2px;
}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
	font-family: 	Verdana;
}