/* Kansas Summer Flute Festival*//* Website and Associated code copyright 2008, David Gnojek*//* IMPORTANT *//* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. *//* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. *//* What you may use - .css files. *//* What you may NOT use - .jpg, .gif, and .png files. *//* basics----------------------------------------------- */body {	font-family: Lucida Grande, arial, helvetica, sans-serif;	margin: 0px;	padding: 0px;	background: #ffffff;	}p {	font-size: 0.85em;	margin: 0;	line-height: 20px;	}#content li {	font-size: 0.85em;	margin: 0;	line-height: 20px;	}.center {	text-align: center;	}a, a:link, a:visited {	text-decoration: none;	}	.clear{	clear: both;	}	img {	border: none;	}	p.header {	font-family: Lucida Grande, arial, helvetica, sans-serif;	text-transform: uppercase;	font-size: 1.2em;	font-weight: bold;	padding-bottom: 6px;	color: #971b1e;	}p.header2 {	font-family: Lucida Grande, arial, helvetica, sans-serif;	font-size: 1em;	font-weight: bold;	padding-bottom: 6px;	color: #f26522;	}		p.subhead {	font-size: 0.7em;	color: #000;	}	p.body {	padding-bottom: 8px;	}h1 {	color: #333;	}	h2 {	color: #971b1e;	}	hr {	line-style: dashed;	}		/*STUFF FOR MOOTOOLS MENU SYSTEM*/h3 {	padding: 0;	margin: 0;}h3 {	font-family: Lucida Grande, arial, helvetica, sans-serif;	text-transform: uppercase;	font-size: 1.1em;	font-weight: bold;	color: #971b1e;	padding: 4px 10px;	background: #ffc20e;	cursor: pointer;}h3.session1 {	background: #ffc20e;}h3.session2 {	background: #f26522;}h3.session3 {	background: #ed1c24;}h3 a, h3 a:link, h3 a:visited {	text-decoration: none;	}
