@charset "UTF-8";
.calendarContainer
{
	width: 98%;
	margin: 2px auto 20px;
	color: #333;
	font-size: 12px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C6C6;
	padding-bottom: 10px;
}
.leftColumnBGblue {
	float: left;
	width: 190px;
	margin: 0 0 10;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #367DC0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}
.leftColumnBGblue a {
	color: #CCFF99;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}
.leftColumnBGblue a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.leftColumnBGpink {
	float: left;
	width: 190px;
	margin: 0 0 10;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #FE1379;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.leftColumnBGpink a {
	color: #CCFF99;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}
.leftColumnBGpink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.leftColumnBGorange {
	float: left;
	width: 190px;
	margin: 0 0 10;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #f79339;
	padding: 10px;
	font-weight: bolder;
	text-transform: uppercase;
}
.leftColumnBGorange a {
	color: #CCFF99;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}
.leftColumnBGorange a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.leftColumnBGlimeGreen {
	float: left;
	width: 190px;
	margin: 0 0 10;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #98C94A;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.leftColumnBGlimeGreen a {
	color: #CCFF99;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}
.leftColumnBGlimeGreen a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.leftColumn  a  {
	color: #ed0c6e;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}
.leftColumn  a:hover  {
	color: #0096D3;
	text-decoration: underline;
}
.calendarContent
{
	margin-left: 220px;
	margin-right: 225px;
	padding: 0.25em 1em 1em;
	max-width: 36em;
	font-size: 14px;
}
.leftColumn
{
	float: left;
	width: 180px;
	margin: 0;
	text-align: center;
	padding-right: 0.75em;
}
.leftColumn  p, .rightColumn  p { margin: 0 0 1em 0; }
.rightColumn
{
	float: right;
	width: 175px;
	margin: 0;
}
hr {
	color: #A4CF53;
	line-height: 8px;
}
.rightColumn a {
	color: #296F9E;
	text-decoration: underline;
	font-size: 12px;
}
.rightColumn a:hover {
	color: #296F9E;
	text-decoration: none;
}
.bestOfContent {
	margin-left: 200px;
	margin-right: 50px;
	padding: 0.25em 1em 1em;
	max-width: 36em;
	width: 200px;
	text-align: center;
}
.bestOfContent p {
	padding: 3px 0px;
	margin: 3px 0px 0px;
}
