body {
	margin: 0px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* floating image and caption CSS */
.floatimgleft {
	float:left;
	margin:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b2b3;
	padding:10px;
}

.floatimgright {
	float:right;
	margin:10px;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b2b3;
	padding:10px;
}

.floatimgcenter {
	border-width: 1px;
	border-style: solid;
	border-color: #b3b2b3;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

.captionText {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:1px;
	font-style: italic;
	line-height: 14px;
}	


/* pullquote CSS */
.pullquoteleft {
	float:left;
	width:150px;
	margin-top:10px;
	margin-bottom:15px;
	margin-right:10px;
	padding-bottom:10px;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height:30px; 
	color:#fcd15a; 
	text-align: left;
}

.pullquoteright {
	float:right;
	width:150px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	padding-bottom:10px;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height:30px; 
	color:#fcd15a; 
	text-align: right;
}


.pullquotecenter {
	width:350px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	padding:15px;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height:30px; 
	color:#fcd15a; 
	text-align: center;
}

/* for debugging only
div {
	border: 1px solid #000000; 
}
*/