#refreshcontent,
#refreshcontent .post {
background: #d6edf0;
}
.refreshnav {
background: #277e9c;
padding: 10px;
}
.refreshnav a:link,
.refreshnav a:visited {
color: #fff;
font-weight:bold;
text-decoration:none;
}
.refreshnav a:hover {
text-decoration: underline;
}
img.noborder {
border: 0;
padding:0;
}

/** Event Mgmnt Styles **/
.action-link {
	display:block;
	width: 150px;
	font-size: 1.2em;
	font-weight:bold;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #ffc;
	margin: 0 auto;
}
.action-link a {
	text-decoration:none;
	underline: none;
}
.post .action-link a {
	font-weight:bold;
}
.post .action-link a:link,
.post .action-link a:visited {
	color: red;
}
.action-link:hover {
	background-color: #c7dce1;
}
.bold {
	color: red;
	font-size: 1.3em;
	text-align:center;
}

	background-color: #c7dce1;
}
.bold {
	color: red;
	font-size: 1.3em;
	text-align:center;
}

/** Main Page **/

.ldr-block {
	display: block;
	float: left;
	width: 330px;
	margin: 8px;
	background-color: #277e9c;
	border: 3px solid #fff;
	padding: 5px;
}
.ldr-block h3 {
	text-align:center;
	margin: 5px 0;
	color: #fff;
}
.speaker {
	display: block;
	float: left;
	width: 280px;
	margin: 5px;
	color: #fff;
}
.speaker img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.ldr-block .speaker a:link,
.ldr-block .speaker a:visited {
	color: #ffc;
}