@charset "UTF-8";
/* CSS Document */

.RightCaptions {/** container **/
	float: right;
	width: auto;
	height:auto;
	margin-top: 0.25em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	clear: right;
}

.LeftCaptions {/** container **/
	float: left;
	width: auto;
	height:auto;
	border: thin silver solid;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.2em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

.RightCaptions p, .LeftCaptions p {/** text captions **/
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
}
.clearingdiv {/** to clear floats after they are not needed **/ 
clear:both;
height:1px;
width:100%;
}
.RightCaptions h5, .LeftCaptions h5 {
	text-align: left;
	font-style: italic;
	font-size: 14px;
	text-indent: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
}
