body {
	background: #83bf85;
	font-family: Georgia, Helvetica, serif;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	color: #333333;
}
a {
	color: #334455;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #334455;
	text-decoration: none;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #6da8d3;
	background-color: #d4e5f0;
	color: #333333;
	padding: 1px;
	font-size: 80%;
}
textarea {
	background-color: #d4e5f0;
	color: #333333;
	border: 1px solid #6da8d3;
	font-family: Georgia, Helvetica, serif;
	padding: 1px;
	font-size: 80%;
}
input.submit {
	background-color: #296693;
	color: #d4e5f0;
	border: 1px solid #296693;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	padding: 2px 10px;
}
div#body {
	background: #bcd7ea;
	overflow: auto;
}
div#topbar {
	background: #bcd7ea url(images/topbarbg.gif) top left repeat-x;
	height: 170px;
}
div#logo {
	float: left;
	width: 315px;
}
div#logo img {
	border: 0px;
}
div#topbarright {
	height: 101px;
	text-align: right;
	overflow: hidden;
}
div#topbarright img {
	padding-top: 33px;
}
div#topnav {
	height: 21px;
	padding-top: 4px;
	text-align: right;
	padding-right: 25px;
	color: #ffffff;
	font-size: 9pt;
}
div#topnav a, div#topnav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
}
div#topnav a:hover {
	color: #d4e5f0;
}
div#slogan {
	padding-top: 5px;
	text-align: right;
	overflow: hidden;
}
div#main {
	background: #d4e5f0 url(images/contentbg.gif) bottom left repeat-x;
	overflow: auto;
	height: 100%;
}
div#mainoverlay {
	background: url(images/contentbgtx.gif) bottom left no-repeat;	
	overflow: auto;
	height: 100%;
}
div#leftbarouter {
	background: #85b7d7 url(images/leftbarbg.gif) top left repeat-y;
	width: 205px;
	float: left;
}
div#leftbar {
	margin-top: 0px;
	padding-top: 35px;
	background: url(images/leftbart.gif) top left no-repeat;
}
div.leftnav {
	margin: 10px 0px;
}
div.leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.leftnav li {
	font-size: 85%;
	color: #ffffff;
}
div.leftnav li a {
	padding: 6px 15px 6px 27px;
	display: block;
}
div.leftnav li a, div.leftnav li a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.leftnav li a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
div#content {
	padding:  30px 25px 15px 25px;
	/*margin-left: 205px;*/
}
div#content h1 {
	color: #1b4a6d;
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: normal;
}
div#content h2 {
	color: #1b4a6d;
	font-size: 120%;
	margin-top: 20px;
	font-weight: normal;
}
div#content h3 {
	color: #1b4a6d;
	font-size: 90%;
	margin-top: 20px;
}
div#content p {
	margin-top: 0px;
	font-size: 80%;
	line-height: 1.4em;
}
div#content ul {
	
}
div#content li {
	font-size: 85%;
	line-height: 1.4em;
}
img.email {
	vertical-align: bottom;
}
img.img {
	margin: 0px 10px 10px 10px;
	padding: 2px;
	border: 1px solid #6da8d3;
	background: #d4e5f0;
}
table.membershiptable {
	margin: 5px 0px 10px 0px;
}
table.membershiptable th {
	font-size: 80%;
	color: #333333;
}
table.membershiptable td {
	font-size: 80%;
	vertical-align: top;
	color: #333333;
	padding: 3px;
}
table.membershiptable td.formtitle {
	text-align: right;
	font-weight: bold;
}
/* gallery */
div#gallerypage {
	overflow: auto;
	margin-bottom: 15px;
	height: 100%;
}
div.galleryimgouter {
	width: 226px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.galleryimgouter h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	vertical-align: bottom;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	height: 32px;
}
div.galleryimg {
	height: 226px;
	width: 226px;
}
div.galleryimg img {
	margin: 10px;
	padding: 2px;
	border: 1px solid #6da8d3;
	background: #d4e5f0;
}
p.gallerylarge {
	text-align: center;
}
h4 {
	text-align: center;
	color: #1b4a6d;
	font-size: 80%;
	margin-bottom: 10px;
}
p.gallerynotes {
	text-align: center;
}
p.gallerycopy {
	text-align: center;
	font-style: italic;
}
p.gallerycats {
	color: #1b4a6d;
	padding: 5px;
}
p.gallerycats span.opt {
	padding-right: 7px;
}
table.formtable td {
	vertical-align: top;
	color: #333333;
	
}
table.formtable td.formtitle {
	text-align: right;
	font-weight: bold;
	font-size: 75%;
}
p.sml {
	font-size: 60%;
}
p.button a, p.button a:visited {
	font-weight: bold;
	background: #c4dcec;
	padding: 4px 4px;
	
}
div.festivalbutton {
	margin-bottom: 10px;
}
div.festivalbutton img {
	border: 0px;
}
#recaptcha_table {
   border-color: #6da8d3 !important; 
   background-color: #d4e5f0 !important;
 }
#recaptcha_response_field {
   border-color: #6da8d3 !important;
   background-color:#d4e5f0 !important; 
 }
div#festival_map {
	font-size: 80%;
	color: #1b4a6d;
	line-height: 1.4em;
	margin: 10px 0px;
	padding: 2px;
	border: 1px solid #6da8d3;
	background: #d4e5f0;
	width: 284px;
	height: 284px;
}
table.pricing {
	border: 1px solid #6da8d3;
	margin-bottom: 15px;
}
table.pricing td {
	padding: 5px;
	font-size: 80%;
}
table.pricing td.price {
	font-weight: bold;
}
div.performers {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	list-style: none;
}
div.performers div {
	text-align: center;
	padding: 10px 10px;
	color: #1b4a6d;
	border: 1px solid #6da8d3;
	margin: 0px auto 10px auto;
	background: #c4dcec;
	width: 75%;
	font-size: 80%;
}
div#content div.performers div h3 {
	color: #338334;
	margin: 0px 0px 5px 0px;
	font-size: 125%;
}
div#content div.performers div h3 a, div#content div.performers div h3 a:visited {
	color: #338334;
}
.coldark {
	background: #c4dcec;
}
.collight {
	background: #d4e5f0;
}
div#footer {
	background: #73b174;
	padding: 5px 25px;
	color: #ffffff;
	font-size: 70%;
}
div#footer a, div#footer a:visited {
	color: #ffffff;
}
