﻿html  {
	color: black;
	font-family: Arial, Helvetica, sans-serif;

}

body  {
	color: black;
	font-family: Arial, Helvetica, sans-serif;

}


#wrapper {
	width: 865px;
	
}

#dottedBorder {
	border: 2px black dotted;
	text-align: center;
	width: 300px;
}

#contents {
	width: 865px;
}

#preContents {
	margin-bottom: 30px;
	width: 865px;
}

.events {
	width: 865px;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/********* LINKS *********/

a:visited {
	color: #0000ee;
	text-decoration: none;
}


a:link {
	color: #0000ee;
	text-decoration: none;
}


a:hover {
	color: #0000ee;
	text-decoration: none;
}


a:active {
	color: #0000ee;
	text-decoration: none;
}


a {
	color: #0000ee;
	text-decoration: none;
}


ul a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


ul a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


ul a:hover {
	color: #5fc44f;
	font-weight: bold;
	text-decoration: none;
}


ul a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


ul a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

h2 a:visited {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h2 a:link {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h2 a:hover {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h2 a:active {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h2 a {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}

h3 a:visited {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h3 a:link {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h3 a:hover {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h3 a:active {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}


h3 a {
	color: #0054A6;
	font-weight: bold;
	text-decoration: none;
}




/********* IMAGE & TEXT *********/

.rightImage {
	float: right;
	margin: 5px;
}

.leftImage {
	float: left;
	margin: 5px;
}

.marginRight130 {
	margin-right: 130px;
}

.blueTxt {
	color: #0054A6;
}

.greenTxt {
	color: #5fc44f;
}

h2 {
	color: #0054A6;
	margin-top: 75px;
}

h3 {
	color: #0054A6;
	margin-top: 40px;
}

.secondaryHeaders {
	font-weight: bold;
	font-size: 1.25em;
	display: block;
}

p.newCov {
	height: 187px;
}

p.smallFont {
	font-size: 10pt;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.margLeft10 {
	margin-left: 10px;
}

.margLeft15 {
	margin-left: 15px;
}

.margLeft20 {
	margin-left: 20px;
}


/********* CALENDAR *********/

table#calendar {
	border: 2px #7A7A7B solid;
}

table#calendar tr {
	font-size: 10pt;

}

table#calendar td {
	border: 1px #7A7A7B solid;
	font-size: 9pt;
	padding-bottom: 15px;
	text-align: center;
	width: 123.5px;
}

table#calendar tr#week td{
	color: #0054A6;
	font-size: 17px !important;
	font-weight: bold;
	padding-top: 10px;
}

table#calendar td#largeTextArea .text {
	font-size: 9pt;
	margin: 0px auto;
	text-align: center;
}

table#calendar td#largeTextArea .text .large {
	font-size: 14pt;
}

table#calendar .calendarDay {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	float: left;
	margin-left: 1px;
	text-align: left;
	width: 100%;
}

h2.calendarHeader {
	color: #0054A6;
	text-align: center;
}
