/*
colors: #005ea2 - dark blue; #CEBC49 - gold;  background: #f2f2f2 - light blue
*/

.leadin {
	color: #005EA2;
	font-size: 1.5em;
	font-weight: bold;
}
#callout {
	background-color: #dee6f2;
	border-color: #3399CC;
	border-style: groove;
	border-width: thin;
	color: #005EA2;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
#leaves {
	background-image: url(/images/acacia.gif);
	background-position: 250px top;
	background-repeat: no-repeat;
	font-style: italic;
	height: 270px;
}
