/* CSS Document */
div.Section {
	clear: both;
	margin: 20px;
	padding-top: 20px;
	text-align: justify;
}

div.Odd {
	float: right;
	margin: 3px 0px 10px 23px;
	text-align:center;
}

div.Even {
	float: left;
	margin: 3px 23px 10px 0px;
	text-align:center;
}

div.Odd img {
	border: 1px solid #420;
	margin-bottom: 6px;
}

div.Even img {
	border: 1px solid #420;
	margin-bottom: 6px;
}

span.PhotoCaption {
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	padding: 4px;
}
