body {
	background-color: #E4E4C9;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
	padding-top:0;
	background-image:url(/images/mfc-banner-bkg.png);
	background-repeat: repeat-x;
	font-size: 14px;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333300;
}
h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: #333300;
}
h3 {
	margin-bottom: 0px;
	font-size: 1.1em;
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {}
p, ul, ol, li {
	line-height: 1.4em;
	margin-top:.5em;
	margin-bottom: 1.15em
}
a {
	color: #993300;
}
hr {
	width: 250px;
	height: 1px;
	text-align: left;
	margin-top: 18px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 799px;
}
#content {
	clear: both;
}
#banner {}
#nav {
	height: 25px;
}
#footer {
	font-size: 0.95em;
	text-align: center;
	padding-top: 60px;
}
.sidebar {
	width: 250px;
	float: right;
	border-left: 1px solid #999966;
	margin-left: 25px;
	border-bottom: 1px solid #999966;
}
.quote {
	line-height: 175%;
	font-style: italic;
	padding: 12px;
	font-size: 1.2em;
	color: #006699;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* Styles for program descriptions */
.programTitle, .programTimeDate, .programCost, .programDesc {
	margin-top:0;
	margin-bottom:0}

.programTitle {
	font-weight: bold;
	font-size: 1.25em;
}
.programTimeDate {
	font-weight: bold;
	margin-top: 18px;
}
.programCost {
	font-style: italic;
}
.programDesc {
	margin-bottom: 18px;
}
.light {
	color: #666633;
}
.light a {color: #666633;}
