/* Float  -  allows you to move a floated element either right or left within a parent container  */

.leftimage{
	float: left;
	margin: 0px 10px 0px 0px;
	position: static;
}
.top {
	vertical-align: text-bottom;
	float: left;
}


.rightimage{
	float: right;
	margin: 10 0 10px 10px;
	width: auto;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	text-indent: 5px;
	font: .9em/1.6em "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
	padding-left: 15px;
	}
	
.border {
	margin-left: 5px;
	padding-left: 0px;
}
