div#colorbar {
	background-color: #e59c4b;
}

div#linkbar a.calendar, div#linkbar a.calendar:link, div#linkbar a.calendar:active, div#linkbar a.calendar:visited {
	color: #fff;
}

/* Basics */

body {
	background-color: #c0c0c0;
	text-align: center;
}

div#container {
	width: 770px;
	background: transparent url(../images/mainbg.gif) repeat-y center center;
	text-align: left;
	margin: 0 auto;
}

div#innercontainer {
	background: transparent url(../images/containerbg.gif) repeat-y left top;
	margin: 0 13px;
}

#bottomcontainer {
	background: transparent url(../images/containerbg_bottom.gif) no-repeat left bottom;
}

/* Subheader */

#subhead {
	background: transparent url(../images/header.gif) no-repeat top left;
	height: 60px;
	padding-top: 15px;
}

	#subhead a {
		display: block;
		width: 175px;
		height: 60px;
		margin: 0 0 0 20px;
	}

/* Top Image */

#image {
	height: 160px;
	padding: 110px 0 0 474px;
	display: block;
	background: transparent url(../images/guitar.jpg) no-repeat top left;
	margin: 0;
}

	#image a {
		display: block;
		width: 248px;
		height: 117px;
		background: transparent url(../images/box.png) no-repeat left top;
		margin: 0;
	}

	#image a:hover {
		background-position: right bottom;
	}

/* Menu */

#left {
	width: 168px;
	float: left;
	color: #787878;
}

#left ul {
	display: block;
	list-style-type: none;
	padding-bottom: 25px;
	margin: 5px 0 0 0;
}

#left ul#participants {
	background: transparent url(../images/menubg_bottom.gif) no-repeat left bottom;
}

#left ul li {
	display: block;
	background: transparent url(../images/arrowbg.gif) no-repeat left top;
	_padding: 1px 0;
}

#left ul li#contact { /* To override #contact styles inherited from /css/secondary/master.css */
	margin: 0;
	padding: 0;
}

#left ul li:hover, #left ul li.over {
	background: transparent url(../images/arrowbg.gif) no-repeat right top;
}

#left ul li a, #left ul li a:link, #left ul li a:active, #left ul li a:visited {
	color: #787878;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 25px;
}

#left ul li a:hover {
	color: #000;
}

#left ul li.over a, #left ul li.over a:link, #left ul li.over a:active, #left ul li.over a:visited {
	color: #000;
}

/* Contact */

#contact {
	display: block;
	background: transparent none;
	color: #666;
	padding: 12px;
	margin: 30px 0;
}

#contact p, #contact p.name, #contact a, #contact a:active, #contact a:visited {
	color: #444;
}

#contact a:hover {
	color: #dd7026;
}

#contact p.name {
	font-weight: bold;
	margin-bottom: 3px;
}



/* Content */

#center {
	background: transparent url(../images/contentbg_top.gif) no-repeat left top;
	text-align: justify;
	padding: 20px;
	margin: 0 0 0 168px;
	min-height: 300px;
}

#center p {
	margin: 0 0 12px 0;
}

#center h1, #center h2 {
	color: #c9560c;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#center h2 {
	margin-top: 30px;
}

#center h3 {
	color: #c9560c;
	font-family: "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

#center a, #center a:link, #center a:active, #center a:visited {
	color: #c9560c;
	border-bottom: 1px dotted #aaa;
}

#center a:hover {
	border-bottom: 1px solid #c9560c;
}

#center ul {
	list-style-type: disc;
	padding-left: 10px;
}

#center hr {
	clear: right;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;
	margin: 25px 0;
}

div#center table.overview {
	margin-bottom: 30px;
}

	div#center table.overview th {
		width: 30%;
		color: #666;
		font-family: "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		padding: 5px 40px 5px 0;
	}

	div#center table.overview td {
		width: 70%;
		padding: 5px 0;
		margin: 0;
	}

#center p.print {
	margin-top: 40px;
}


/* Forms */

div.form {
	float: left;
	width: 530px;
}

input, textarea {
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	padding: 1px 3px;
	border: 1px solid #ccc;
}

textarea {
	width: 505px;
}

div.form dl {
	display: block;
	width: 100%;
	margin: 0;
}

div.form dl dt, div.form dl dd {
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
}

div.form dl dt {
	width: 23%;
}

div.form dl dd {
	width: 27%;
}

div.form dl dt.ab, div.form dl dd.ab, div.form dl dt.cd, div.form dl dd.cd {
	width: 50%;
}

div.form dl dt.abc, div.form dl dd.abc {
	width: 73%;
}

div.form dl dt.bcd, div.form dl dd.bcd {
	width: 77%;
}

div.form dl dt.abcd, div.form dl dd.abcd {
	width: 100%;
}

#center div.form div.additional {
	display: none;
}

div.form_buttons {
	text-align: center;
	margin: 15px 0;
}

input.submit {
	width: 90px;
	background-color: #fff;
	color: #c9560c;
	font-size: 92%;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 15px 0;
}

input.button {
	width: auto;
	background-color: #ccc;
	margin: 5px 0 5px 0;
}

dl.results {
	display: block;
	width: 100%;
}

dl.results dt, dl.results dd {
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
}

dl.results dt {
	width: 30%;
	font-weight: bold;
}

dl.results dd {
	width: 70%;
}

form {
	margin: 0;
}
