.layout {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.top-left {
	background-color: #FFCC33;
	background-image: url(graphics/small/Header_left.jpg);
	width: 225px;
	height: 125px;
}

.top-center {
	background-color: #FFCC33;
	background-image: url(graphics/small/Header_middle.jpg);
	height: 125px;
	width: 575px;
	text-align: left;
}

.top-center table {
	padding: 0px;
	margin:  0px;
	width:   100%;
}

.top-center th {
	height: 60px;
}

.top-center td {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}

.sidebar {
	background-color: #FFCC33;
	background-image: url(graphics/Sidebar.jpg);
	background-repeat: repeat;
}

.sidebar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	
	padding: 2px;
	text-align: left;
}

.sidebar td a {
	color: #000000;
	text-decoration: none;
	margin: 3px;
}

.sidebar td a:hover {
  color: #666666;
}

.content {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(graphics/Content.jpg);
}

.content h2 {
	font-size: 1.3em;
	text-align: center;
}

.instruments {
	font-style: italic;
	margin-left: 10px;
}

.content small {
	font-size: 0.7em;
}

.news-table {
	margin: 5px;
	border: 2px solid #66CC00;
}

.news-table th {
	padding: 5px;
	border-bottom: 1px solid #000000;
}

.news-table td {
	padding: 5px;
}

.news-table .date {
	font-weight: 600;
	font-size: 0.9em;
}

hr {
	width: 60%;
	border: 1px solid #666666;
	line-height: 1em;
}

.event {
	font-weight: bold;
}

table.tracks {
}
table.tracks td {
	padding: 5px;
      border-top: 1px solid #999999;
}

.date {
	font-weight: bold;
}

.indented {
	padding-left: 2em;
}

.indented .location {
	font-weight: bold;
	font-size: 0.9em;
}
.indented .description {
	font-weight: bold;
}
