#volunteerscroll {
/* Typical fixed height and fixed width example */
width: 190px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:transparent;
margin: 0 auto;
padding: 10px 0 0 0;
}

#communityservicescroll {
/* Typical fixed height and fixed width example */
width: 200px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
margin: 0 10px 0 0;
padding: 10px 0 0 0;
border-left: 1px solid #666;
border-right:1px solid #666;
}

#communityservicescroll p {
	padding-left: 10px;
	padding-right: 5px;
	}

#servicelearningscroll {
/* Typical fixed height and fixed width example */
width: 190px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
margin: 0 auto;
padding: 10px 0 0 0;
}


