/* WHAT TYPE OF CALENDAR ARE YOU USING? */
#theCalendarWrap_Small{
	font-size: 10px;
}
#theCalendarWrap_Large{
	font-size: 12px;
}

#content .page_content td {border-bottom: none; padding: 0;}

/* UNIVERSAL STYLES */
#theCalendar{
	margin: 1em 25px 0 25px;
	padding: 0 0;
	float: none;
	overflow: hidden;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #084887;
}
	/* HEADER */
	#theCalendar .calendar_Menu{
		width: 100%;
		background:#084887;
		color: #fff;
	}
	#content .page_content .calendar_Menu a, #content .page_content .calendar_Menu a:link{
		text-decoration: none;
		font-weight: normal;
		color: #fff;
		font-weight:bold;
	}
	#theCalendar .backArrows{
		width: 20px;
		padding: .2em;
		text-align:left;
		font-size: 120%;
	}
	#content .page_content #theCalendar .month{
		width: auto;
		text-align: center;
		font-size: 120%;
	}
	#theCalendar .forwardArrows{
		width: 20px;
		padding: .2em;
		text-align: right;
		font-size: 120%;
	}
	
	/*DAYS OF THE MONTH */
	#theCalendar .dayWrap{
		width: 100%;
		border-collapse: separate;
	}
	#theCalendar .dayLetter td{
		text-align: center;
		vertical-align: middle;
		padding: 4px;
		width: 14%;
		font-size: .9em;
		background: #084887;
		color: #fff;
	}
	#theCalendar .dayNumber td{
		text-align: left;
		vertical-align: top;
		padding: 1px 0 5px 1px;
		height: 30px;
		background:#fff;
		width: 14%;
		font-size: .9em;
		color: #a99678;
	}
	#theCalendar .dayNumber td.blank_days {background: #efefef;}
	#theCalendar .dayNumber .dayHighlight1{
		background:#C6282C;
		font-size: .9em;
		color: #FFF;
	}
	#theCalendar .dayNumber .dayHighlight2{
		background:#d5eaff;
		font-size: .9em;
		color: #FFF;
	}

h3 {text-align: center; margin: 0.5em 25px; padding: 5px 0; font-size: 13px; color: #4D7B9C; font0weight: bold;}
#content h3 a {color: #4D7B9C; text-decoration: none; margin: 0 5px;}
#content h3 a:hover {text-decoration: underline;}
h4 {margin: 5px 25px 5px 25px;}
	h4 img {margin: 0 5px 0 0;}
#content p.read_more {margin-left: 46px;}