body { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffffcc; margin: 0; padding: 0; text-align:center; }

font { font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFcc;
	margin: 2px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 5px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:#ffffcc;
	color: #8c0000; 
	font-weight: bold; 
	font-size: 16pt;
	text-align:center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainNav {
padding: 5px 10px;
background: #eeeebb;
}
.oneColFixCtrHdr #subNav {
padding: 5px 10px;
background: #ddddaa;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffcc;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eeeebb;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #container p {
    margin-left: 10px;
    }

h1 { color: #8c0000; font-weight: bold; font-size: 13pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular; margin-bottom: 0px ; padding-left: 10px; }
h2 { color: #8c0000; font-weight: bold; font-size: 11pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular; margin-bottom: 0px; }
h3 { color: #8c0000; font-weight: normal; font-size: 11pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular; }
h4 { color: #8c0000; font-weight: bold; font-size: 10pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular; }
h5 { color: #8c0000; font-weight: normal; font-size: 10pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular ;}
h6 { color: #8c0000; font-weight: bold; font-size: 9pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular ;}

.sf-dunkel { color: #8c0000; }
.sf-hell { color: #f00; }


a {
    color: #8c0000;
    text-decoration: none;
    }

a:hover, a:active, a:focus {
    text-decoration: underline;
}

a:visited {
    color: #8c0000;
    text-decoration: none;
}

.oneColFixCtrHdr #mainNav a { padding: 4px; font-weight: bold; }
.oneColFixCtrHdr #mainNav a:link { color: #8c0000; text-decoration: none;}
.oneColFixCtrHdr #mainNav a:hover { background-color: #ffffcc; }
.oneColFixCtrHdr #mainNav a:active { background-color: #ffffcc; }
.oneColFixCtrHdr #mainNav a:focus { background-color: #ffffcc; }
.oneColFixCtrHdr #mainNav a:visited { color: #8c0000; text-decoration: none;}

span.mainNav {color: #8c0000; background-color: #ffffcc; padding: 2px; font-weight: bold;}

.oneColFixCtrHdr #subNav a { padding: 4px;}
.oneColFixCtrHdr #subNav a:link { color: #8c0000; text-decoration: none;}
.oneColFixCtrHdr #subNav a:hover { background-color: #ffffcc; }
.oneColFixCtrHdr #subNav a:active { background-color: #ffffcc; }
.oneColFixCtrHdr #subNav a:focus { background-color: #ffffcc; }
.oneColFixCtrHdr #subNav a:visited { color: #8c0000; text-decoration: none;}

span.secondNav {color: #8c0000; background-color: #ffffcc; padding: 2px;}

#events {
    background-color: yellow;
    max-width: 660px;
}

#events div.event {
    max-width: 600px;
	border: 1px solid #8c0000;
}
p.month {
    font-size: 13pt;
    font-weight: bold;
    margin-left: 0;
	letter-spacing:2px;
    }

p.eventTitle {
font-weight: bold;
font-size: 12pt;
}

p.eventDate {
}

p.eventDetail {
font-size: 0.9em; }

div.clearboth {
	clear:both;
	}

div.float {
	float: left;
	padding: 10px;
	width: 390px;
	margin:0 auto;
}

div.float img {
	position: relative;
	margin-left: 5px;
	border: solid 1px black;
	}
div.float p {
	text-align: center;
}

p.content {
	clear:both;
	}

p.info {
    clear: both;
font-size: 1.5em;
 }
    
p.caption {
	font-style:italic;
	font-stretch:expanded;
	margin-top: 0;
	}

.h1 {
    color: #8c0000; font-weight: bold; font-size: 13pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular; margin-bottom: 0px ; padding-left: 10px;
}
.h2 { 
    color: #8c0000; font-weight: bold; font-size: 11pt; font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-regular; margin-bottom: 0px; 
}

#footer p {
    font-size: 10px;
    font-style: italic;
    }
    