body {
	background-color: Beige;
	font-family: Verdana, Helvetica, Arial;
	font-size: 90%;
	color: black;
	margin: 0px;
	padding: 0px;
}
@media screen, projection {
	* html body { font-size: 80%; }
}
a:link, a:visited {
	color: #FD3F39;
	text-decoration: none;
}
a:hover {
	color: #FD3F39;
	text-decoration: underline;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}
#pageHeaderBar {
	display: block;
	font-weight: bold;
	background-color: #FFC65F;
	border-bottom: 3px solid #FD3F39;
	vertical-align: bottom;
}
#festTitle {
	display: block;
	color: #486F72;
	text-align: right;
	float: right;
	padding: 5px;
}
#pageHeaderBar h1 {
	display: block;
	font-size: 1.6em;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
.itemDetails {
	padding: 3px;
	margin: 10px 10px 10px 0px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 140%;
	border-top: 1px solid #486F72;
	border-bottom: 1px solid #486F72;
}
.contentBox {
	font-size: 0.85em;
	line-height: 130%;
	padding: 10px;
	border-bottom: 1px solid #FD3F39;
}
.contentBox h2 {
	font-size: 1.5em;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
img.rightPhoto {
	clear: both;
	float: right;
	border: 3px solid Black;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
img.leftPhoto {
	clear: both;
	float: left;
	border: 3px solid Black;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.initCap {
	font-size: 1.8em;
	font-weight: bold;
	color: #FD3F39;
}
.noBulletList {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 25px;
	text-indent: -15px;
}
.utilLinks {
	font-size: 0.85em;
	text-align: center;
	padding: 5px;
}
