@charset "utf-8";
/* CSS Document */


/* general layout */

#topbox {
	background-color: #e0edde;
	width: 999px;
	height: 190px;
	margin-left: 13px;
}

#bottombox1 {
	background-color: #e0edde;
	width: 325px;
	height: 318px;
	margin-left: 13px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#bottombox2, #bottombox3 {
	background-color: #e0edde;
	width: 325px;
	height: 318px;
	margin-left: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#topbox .copy {
	margin-top: 22px;
	margin-left: 20px;
	font-size: 8pt;
	color: #172c07;
	width: 964px;
}

#bottombox1 .copy, #bottombox2 .copy, #bottombox3 .copy {
	margin-top: 22px;
	margin-left: 10px;
	font-size: 8pt;
	color: #172c07;
	width: 306px;
}

#topbox .readMore {
	position: relative;
	bottom: 20px;
	margin-top: 20px;
	margin-left: 909px;
	font-size: 8pt;
}

#bottombox1 .readMore, #bottombox3 .readMore, #bottombox2 .readMore {
	position: relative;
	bottom: 20px;
	margin-left: 235px;
	margin-top: 20px;
	font-size: 8pt;
}

#topbox .copy a, #bottombox1 .copy a, #bottombox2 .copy a, #bottombox3 .copy a {
	/*color: #eddb0c;*/
	text-decoration: none;
}

#topbox .readMore img, #bottombox1 .readMore img, #bottombox2 .readMore img, #bottombox3 .readMore img {
	margin-right: 5px;
	position: relative;
	top: 3px;
}

#topbox .readMore a, #bottombox1 .readMore a, #bottombox2 .readMore a, #bottombox3 .readMore a {
	font-weight: bold;
	color: #2c2c2c;
}