@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


.clearitboth {
	clear: both;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	margin-bottom: 16px;
	background-image: url(../images/fest10background.jpg);
	background-repeat: repeat;
	background-position: center 170px;
}
#rightcolumn {
	float: right;
	width: 635px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#leftcolumn {
	float: left; 
	width: 215px;	
	padding-left: 15px;
	padding-right: 10px; 
	border-right-color:#ece9d8; 
	border-right-style:solid; border-right-width:thin;     
}
.introtext {
	font-size: 110%;
	color: #000000;
	margin-bottom: 12px;
	line-height: 1.5em;
}

.floatright {
float: right;
}

.floatleft {
float:left;
}
a:link {
	text-decoration: none;
	color: #003399;
}

a:visited {
	color: #8D6744;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


#topbanner {
	height: 175px;
	width: 900px;
	margin-bottom: 12px;
}

.navigationitem {
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #aca899;
}

.navigationitem a {
	text-decoration: none;
	display: block;
}

.navigationitem a:hover {
	background-color: #DAFFDB;
	display: block;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-color:#ffffff; 
	border-width:10px;
	background-color:#ffffff; 
}

#breadcrumb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 12px;
}


#rightcolumn p {
	padding-bottom: 1em;
}
#footernavigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 10px;
	padding: 6px;
}
.subnavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #007035;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #007035;
	margin-top: 12px;
}


