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

/* STRUCTURE */

.layout-c2-r2 {
	width: 100%;
	height: 100%;
	margin: 0px 0 30px 0;
}

.layout-c2-r2 > .s1 {
	width: 330px;
	padding-bottom: 15px;
	float: left;
}

.layout-c2-r2 > .s2 {
	width: 550px;
	margin-left: 20px;
	padding-bottom: 15px;
	float: left;
	clear: right;
}

.layout-c2-r2 > .s3 {
	width: 330px;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #666;
	float: left;
	clear: left;
}

.layout-c2-r2 > .s4 {
	width: 550px;
	margin: 0 0 30px 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #666;
	float: left;
}

/* TYPOGRAPHY */

.introduction {
	font-size: 2em;
	color: #666;
	line-height: 1.4em;
}

.layout-c2-r2 > .s2 p,
.layout-c2-r2 > .s4 p,
.layout-c2-r2 > .s3 a:link {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666;
}

.layout-c2-r2 > .s3 a:hover {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #000;
}

p a:link {
	font-size: 1em;
}

.smallSubhead {
	color: #BBB;
}