/* Custom style sheet for  "your site name" */
/* Created: "date and your name" */
/* Modified:  "modify date and your name" */

/* - infoBox produces a box with a tan header around an h3, gray background and no border - */
.infoBox {
	float: right;
	display: block;
	background-color: #eeeeee;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px 10px 0;
	margin: 0 5px 0 0;
	width: 170px;
}

.infoBox li {
	list-style: square;
	margin: 4px 0 0 15px;
	padding: 0;
	font-size: 9pt;
	list-style-position: inside;
}

