.navmenu {
	display: table;
	padding: 0;
	margin: 0 auto;
	white-space: nowrap;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	list-style-type: none;
}
* html .navmenu {
	display:inline-block;
	width: 1px;
	padding: 0 2px;
}
.navmenu li {
	display:table-cell;
}
* html .navmenu li {
	display: inline;
}
.navmenu a {
	margin: 2px 2px;
	display: block;
	line-height: 34px;
	height: 34px;
	width: 138px;
	background: top left no-repeat;
	background-image: url(images/navbutton.png);
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 9pt;
}
* html .navmenu a {
	display:inline-block;
	margin:2px 0px;
}
.navmenu a:hover {
	background-image: url(images/hovbutton.png);
}
 
.navmenu a#nohover:hover {
	background-image: url(images/navbutton.png);
}

.hornmenu {
	display: table;
	list-style: disc url(images/small_horn.gif) inside;
	margin: 0 auto;
	font-style: italic;
}
* html .hornmenu {
	display:inline-block;
	width: 40%;
	padding: 0 2px;
}

.sitemenu {
	list-style: disc url(images/small_horn.gif) inside;
	font-style: normal;
}

.sitemenu ul {
	list-style: disc url(images/ablbull2.gif) inside;
}

h1 {
	background-image: url(images/aaxirule.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	text-align: center;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}

h2 {
	background-image: url(images/aaxirule.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	text-align: center;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}	

h4 {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}	

p.item {
	margin-left: 15%;
	margin-right: 15%;
}

.program td {
	text-align: left;
        padding: 0;
	spacing: 0;
	font-family: Bookman Old Style;
	width: 50%;
}

.program td.composer {
	font-face: Bookman Old Style;
	font-variant: small-caps;
}

td.composer:first-letter {
	font-variant: normal;
}

table.program {
	margin: auto;
	width: 60%;
	border-collapse: collapse;
	border: 0;
}

table.footer {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

body {
	background-image: url(images/yrsoback3.jpg);
}

a:link {
	color: #000080;
}
a:visited {
	color: #800000;
}
a:active {
	color: #000080;
}

/* separate lists from subsequent content */
div.outermusicians
{
  display: table;
  margin: 0 auto;
  margin-bottom: 1em;
}
* html div.outermusicians {
  display:inline-block;
  width: 40em;
  padding: 0 2px;
}
/* position list chunks side by side */
div.musicians {
  display:table-cell;
  float: left;
  width: 20em;
}

/* clear float after lists */
.outermusicians br {
  clear: left;
}

/* remove default spacing  to 
promote cross-browser consistency */
.musicians ul {
  margin: 0;
  padding: 0;
}

/* suppress normal list item numbering */
.musicians ul li {
  list-style-type: none;
  padding-left: 3.5em;
  line-height: 1.75em;
}
.musicians ul li.section {
  color: black;
  background-color: #CC9933; /* Yellow */
  font-size: 125%;
  line-height: 1.75em;
  padding-left: 0.5em;
  margin-bottom: 0.2em;
}
