/* community-links.css */

/* ========== Styling for Community Links page ========== */

#community-statement {
	width: 411px;
	height: 195px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	background-color: white;
}

#row-1-cell-3,
#row-1-cell-4
{
	width: 220px;
	height: 220px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	text-align: center;
}
#row-1-cell-4 {
	border-right: solid black 1px;
	background-color: #00ffff;  /* green-blue */
}

#row-2-cell-1,
#row-2-cell-2,
#row-2-cell-3,
#row-2-cell-4
{
	width: 220px;
	height: 120px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	text-align: center;
}
#row-2-cell-1 {
	background-color: #cc99fe;  /* purple */
}
#row-2-cell-2 {
	background-color: white;
}
#row-2-cell-3 {
	background-color: #ff99cb;  /* pink */
}
#row-2-cell-4 {
	background-color: white;
	border-right: solid black 1px;
}

#row-3-cell-1,
#row-3-cell-2,
#row-3-cell-3,
#row-3-cell-4
{
	width: 220px;
	height: 120px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	margin: 0;
	text-align: center;
}
#row-3-cell-1 {
	background-color: white;
}
#row-3-cell-2 {
	background-color: #3366ff;  /* dark blue */
}
#row-3-cell-3 {
	background-color: white;
}
#row-3-cell-4 {
	border-right: solid black 1px;
	background-color: #feff99;  /* light yellow */
}
