/***************************
          SIDEBAR
***************************/
#sidebar {
	width: 229px;
	float: left;
	display: inline;
	padding: 17px 27px 18px 18px;
	font-size: 14px;
}
#sidebar #mission {
	margin-bottom: 12px;
}
#sidebar h1 {
	color: #016c62;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
#sidebar p {
	text-align: left;
	color: #666;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar p.spacer {
	border-bottom: 1px solid #52a19c;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#sidebar img.icon {
	float: left;
	display: inline;
	margin-right: 5px;
}
#sidebar table.activities th, #sidebar table.activities td {
	color: #666;
}
#sidebar table.activities th {
	font-weight: bold;
}
#sidebar table.activities td {
	padding-left: 10px;
}
#sidebar table.activities td.spacer_top {
	height: 8px;
	border-bottom: 1px dashed #52a19c;
	line-height: 0px;
}
#sidebar table.activities td.spacer_bottom {
	height: 8px;
	line-height: 0px;
}
#sidebar table.activities {
	margin-bottom: 12px;
	width: 100%;
}
#sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #036;
}
#sidebar a:hover {
	text-decoration: underline;
}

