body {
	font-family: Arial, Helvetica, sans-serif;
}

/* ----- Start of Title Block css ---- */
.box_title {
	background-color: #ffffff;
	/*width: 200px;*/
	margin-right: 2px;
	border: thin solid gray;
/* --> CSS below will make the title box only have borders on the top, left, and right; not the bottom.	
	.border-right: thin solid black;
	.border-top: thin solid black;
	.border-left: thin solid black;
*/
}

.box_title span {
	background-color: #ffffff;
	font-size: 13px;
	color: #003399;
	text-align: left;
	/* text-transform: capitalize; */
	
}
/* ----- END of TITLE Block CSS ----- */

/* ----- Start of Information Block CSS ----- */
.information {
	background-color: #FFFFCC;
	/*width: 200px;*/
	text-align: center;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	border-left: thin solid gray;
	border-bottom: thin solid gray;
	border-right: thin solid gray;
	color:#000066;
/*	.border: thin solid #000000; */
}

.information p {
	background-color: #FFFFCC;
	color: black;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

.imageOne {
	float: right;
	clear: left;
	padding: 2px;
}

.imageTwo {
	float: none;
	clear: both;
	padding: 2px;
}
/* ----- End of Information Block CSS ----- */

