#z2c1 {
    float:left;
    width:225px;
	height: 200px;
	background-color: #ffffff;
	border-top: 5px solid #000000;
    }
#z2c2 {
	width:620px;
	height: 200px;
	float: right;
	border-top: 5px solid #000000;
    }
	
/*  Boxes */
#z1c2boxes {
	width: 100%;
	float: left;
	height: 210px;
	clear: both;
	}
#z1c2upperbox {
	width: 200px;
	background-color: #e6cc58;
	height: 100px;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}
#z1c2lowerbox {
	width: 200px;
	background-color: #f2e3a4;
	height: 100px;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}
		
.sub1 {
	margin-left: 30px;
	margin-top: 0px;
	font-size: 150%;
	}
.sub2 {
	font-weight: bold;
	font-size: 150%;
	color: #3c7bab;
	margin-left: 10px;
	margin-top: 60px;
	}
.sub3 {
	font-weight: bold;
	font-size: 200%;
	color: #3c7bab;
	margin-left: 60px;
	}
.emph {
	font-weight: bold;

	color: #3c7bab;
	}