@charset "utf-8";

			.centercol h2 {
				margin:0 0 15px;
			}
			
			.centercol .datetime{
				padding-top: 3px
			}


a.readmore {
	color:#A9901C;
	cursor:pointer;
	font-size:1em;
	font-weight:bold;
	margin:0px 4px;
}

div.blog-content {
	margin-bottom:20px;
}


div.next-prev {
width:100%;
text-align:center;
}

div.next-prev a {
	color:#A9901C;
	cursor:pointer;
	font-size:1em;
	margin:0px 7px;
}


/* Calendar Widget */

#hCalendarDiv
{
	width:280px;
	margin:auto;
	text-align: center;
	background-color:#ffffff;	
}

.hCalendarTable {
	margin:auto;
	clear:both;
width:100%;
	font-size:10pt;
	font-family: Arial; 
	border-collapse:collapse;
}
.hCalendarTable td {
	width:14%;
	text-align: center;
	vertical-align: middle;
	margin-left:1px;
	border-collapse:collapse;
padding:3px 0px;
}

.hCalendarTable td a {
text-decoration:none;
display:inline-block;
font-weight:bold;
}

.hCalendarTable td.hCalendarMonthYearRow {
	width:100%;
	text-align:center;
	font-weight:bold;
}
.hCalendarTable tr.hCalendarNextPrev td {
	font-weight:bold;
	width:100%;
	text-align:center;
}
.hCalendarTable th {
	text-align:center;
	background-color:#28013A;
	color:#fff;
padding:3px 0px;
	width:14%;
}
td.hCalendarDay {
	text-align:center;
	background-color:#f3f3f3;
	margin-left:3px;
}
td.hCalendarDayLinked {
	text-align:center;
	background-color:#765DA1;
}
td.hCalendarDayCurrent {
	background-color:#28013A;
	color:#ffffff;
	text-align:center;
}
td.hCalendarDayCurrent a, td.hCalendarDayLinked a {
	color:#ffffff;
	text-align:center;
}
td.hCalendarDayNotInMonth {
	background:none;
}
input#searchcalend {
	width:225px;
}
