/* Site-specific CSS goes here */


.center {text-align: center;}


.red-box {
	background-color: #bc172f;
	border-color: #bc172f;
	color: #ffffff;
	padding: 10px;
	margin:25px 0;
	text-align: center;
	width: 25%;
	position: relative;
	
}

.tan-box {
	background-color: #b78c33;
	color: #ffffff;
	padding: 10px;
	margin:25px 0;
	text-align: center;
	width: 25%;
	position: relative;

}
.green-box {
	background-color: #489e47;
	color: #ffffff;
	padding: 10px;
	margin:25px 0;
	text-align: center;
	width: 25%;
	position: relative;
}

.aqua-box {
	background-color: #007a9c;
    color: #ffffff;
	padding: 10px;
	margin:25px 0;
	text-align: center;
	width: 25%;
	position: relative;
}

.orange-box {
	background-color: #f26522;
	color: #ffffff;
	padding: 10px;
	margin:25px 0;
	text-align: center;
	width: 25%;
	position: relative;
}

.purple-box {
	background-color: #5f4a8b;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	width: 25%;
	position: relative;
}

.yellow-box {
	background-color: #ffc40c;
	color: #ffffff;
	padding: 10px;
	margin:25px 0;
	text-align: center;
	width: 25%;
	position: relative;
}


hr {
  border-color: #EEEEEE;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}