
body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5; 
	font-size: 12px;
	color: #4c4438;
}

/* =Lists
----------------------------------------------- */
ul {list-style-type:square; padding: 0 0 0 20px; margin: 0 0 25px 0;}
ol {list-style-type:decimal; padding: 0 0 0 20px; margin: 0 0 25px 0;}


h1, h1 a, h1 a:visited {font-size:28px; margin: 0 0 20px 0; font-weight: normal; color: #d36b62; }
h2, h2 a:link, h2 a:visited {font-size:18px; margin-bottom: 10px; font-weight: normal;line-height: 1; color: #45844C;}
h3, h3 a, h3 a:visited {font-size:16px; margin-bottom: 10px; font-weight: normal;  color: #d36b62; }
h4 {font-size:14px; margin-bottom:5px; font-weight: normal;}
p  {font-size: 12px; line-height: 1.8; margin: 0 0 15px 0;clear: left;}

.calendar-event h2 {
padding-left: 7px;border-left: 5px solid #666;
}


blockquote  { margin: 0 0 18px 18px; color: #666; font-style: italic; }
strong {font-weight: bold;}
em     {font-style:italic;}

.breadcrumbs {
	margin:0 0 15px 0;
	font-size: 10px;
color: #666;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: underline!important;
	font-size: 10px;
	background: none;
	border: none;
	color: #005829;
}
a:link, a:visited, p.breadcrumbs a:hover {
	outline: none;
	color: #9E2530;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	border: none;
	color: #CF5A64;
}


