﻿.bodyText{
	/*padding-left: 255px;*/
	float: left;
	width: 490px; /* this takes it only a few pixels away from the right border of the white area */
	overflow: hidden;
	padding-right: 10px;
}
.bodyText ul{
	padding-left: 20px; 
	padding-right: 10px;
	padding-top: 10px;
}
.bodyText ol{
	padding-left: 30px; 
	padding-right: 10px;
}
.bodyText li {
	padding-left: 5px; /* the space between the bullet icon and the beginning of the text */
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
