

body {
	font: 14px "Helvetica Neue", Helvetica;	
	font-weight: normal;
	color: #333;
	line-height: 1;
	margin: 0; padding: 0;
	height: 100%;
	background: rgb(231, 231, 231);
}



/* @group TYPE */
a {
	color: #3a82c9;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding: 2px 0 0 0;
}
a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

h1 {
	color: rgba(56, 87, 43, 0.92);
	font-weight: 100;
	font-size: 38px;
	padding: 29px 0 32px 0;
	text-align: center;
	/* background: rgba(53, 97, 34, 0.92); */
	/* background: rgba(79, 117, 63, 1); */
	/* margin-bottom: 40px; */
	border-bottom: 1px solid rgba(206, 221, 199, 0.92);
}

h2 {
	color: #324B64;
	text-align: center;
	font-weight: 200;
	font-size: 32px;
	padding: 0 0 25px 0;
}

h3 {
	color: #324B64;
	font-weight: 800;
	font-size: 23px;
	padding: 0 0 16px 0;
}

h4 {
	font-size: 24px;
	color: #2D8607;
	font-weight: 200;
	padding: 0 0 10px 0;
}

h5 {
	font-size: 13px;
	color: #79946f;
	font-weight: 400;
	padding: 0 0 10px 0;
}

p {
	padding: 0 0 16px 0px;
	color: rgb(53, 53, 53);
	font-weight: 200;
	line-height: 25px;
	font-size: 15px;
}
p.withcolumns {
	-webkit-columns: 2;
}
/* @end */



/* @group SPRITES */
/* actual sprite instances are declared in spritesheet.css which is programmatically generated. */
/* @end */





