@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

ul, ol, li{
	padding: 0px;
	margin: 0px;
	border: 0px;
}


#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C1E4F1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #C1E4F1;
}	
	
#adDiv {
	width: 610px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	background: #FFFFFF;
	margin: 16px auto 18px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid ##C1E4F1;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image:url(../assets/ad-space-flowers.jpg);
}

#adDiv p {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}	
		
#adDiv a {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#000;
}	
		
#mainTop {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../assets/page-shadow.jpg);
	background-repeat:repeat-y;
	height: 172px;

}

#mainMiddle {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../assets/page-shadow.jpg);
	background-repeat:repeat-y;
}

#mainNavBorder {
	height: 12px;
	background-color:#009900;
	margin-top: 0px;
	
}

#mainNav {
	height: 44px;
	background-color:#0894c6;
	margin-top: 8px;
	
}

#mainContent {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 689px;
	border:1px solid #FFFFFF;
	margin: 0 auto;	
}

#mainContentTable {
	display:block;
	clear:both;
	margin-top: 10px;
}

#TableLeft {
	width:148px;
	padding-right: 20px;
	}

#TableBody {
	width:501px;
	padding-right: 20px;
	}

#TableCalendarDetail {
	width:501px;
	padding: 20px;
	margin:0px auto;
	}

#TableCalendar {
	width:688px;
	padding-right: 0px;
	border: 1px solid #FFF;
	}

#mainBottom {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../assets/page-footer.jpg);
	background-repeat:no-repeat;
	height: 44px;
}

#mainContent a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 90%;
line-height: 140%;
}

#TableLeft a {  /*this rule doesn't seem to have an effect -- fixed by moving position of rule below the #mainContent a rule above it now  ***Note: you didn't follow your naming convention with a lower case to start -- and it caused problems */
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 110%;
	color: #0894c6;
	text-decoration:none;
}	

#TableBody a {  /*this rule doesn't seem to have an effect -- fixed by moving position of rule below the #mainContent a rule above it now*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0894c6;
	text-decoration:underline;
	font-size: 105%;
}	


#mainContent p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 90%;
line-height: 140%;
}

#TableBody ul li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 90%;
line-height: 140%;
	margin-left: 17px;
	list-style: disc outside;
}

#mainContentTable ul li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 90%;
line-height: 140%;
	margin-left: 17px;
	list-style: disc outside;
}



#mainContent h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 140%;
font-weight:100;
}


#mainContent h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 120%;
font-weight:100;
}

#mainContent h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 105%;
font-weight:100;
}


#mainContent h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:300;
	margin:12px 0px 0px 0px;
	color: #0894c6;
}

#mainContent h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:300;
	font-size:120%;
	margin:20px 0px 6px 0px;
	color: #0894c6;
}

#spacer15 {
height: 15px;
display: block;
}

#spacer22 {
height: 22px;
display: block;
}

#tableData {
	border: 1px solid #FFF;
	margin: 0px;
}

#tableData td{
	padding:4px 5px 4px 5px;
	border: 1px solid #FFF;
	background-color: #c1e4f1;
	vertical-align:top;		
}

td.CalendarHeadCell{
	background-color:#dac02b;
	height: 20px;
	width: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ede9d6;
	text-align:center;
	vertical-align:center;
}
td.CalendarDayCell{
	padding:2px 3px;
	background-color:#ede9d6;
	height: 70px;
	width: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #bfa826;
	font-size: 15px;
	line-height:15px;
	vertical-align:top;
	font-weight:bold;
	text-align:right;
	border: 1px solid #FFF;
}



.calendarNumber {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #0894c6;
	display: block;
}

#TableCalendarDetail p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	margin:12px 0px 0px 0px;
}

#TableCalendarDetail ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	margin:0px 0px 0px 17px;
}


#calendarEntry a{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #000000;
	text-align:left;
}

#boxDate {
border: 1px solid #000;
padding: 12px;
margin-bottom: 12px;
}

#boxDate h2{
margin: 0px;
}

#boxDate ul li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 100%;
line-height: 140%;
	margin-left: 5px;
	list-style: disc outside;
}


#mainContentTable form{
font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%;
	line-height: 120%;
	color: #000;
	margin-bottom: 3px;
}

#mainContentTable form table{
font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 70%;
	line-height: 100%;
	color: #000;
	margin-bottom: 3px;
}

#mainContentTable form label{
font-family:Verdana, Arial, Helvetica, sans-serif;	
	line-height: 100%;
	color: #000;
	margin-bottom: 3px;
}

#tableData p, a{
font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0px;	
}

#pullQuoteBox {
	width:183px;
	border: solid 1px #fff;
	float: right;
	text-align:center;
	font-size:12px;
}

.PictureLeft {
	float:left;
	margin: 5px 20px 5px 0px;
}

.PictureRight {
	float: right;
	margin: 5px 0px 20px 20px;
}
