/* Text formatting ------------------------------------ */


.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}

.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996633;
	line-height: 15px;
}

.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #663300;
}

/* These are currently only used on the homes page as containers for the text and mouseover images */

.wideDIV {
	width: 100%;
	}
	
.wideDIV span {
	padding-right: 10px;
	}

.imageBox {
	width: 180px;
	height: 155px;
	float: right;
	}

.clearBox {
	width: 100%;
	clear: both;
	}
	

