
body
{ 
	color:black;
	background:#660000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
}

td
{
	font-size:12px;
}
	   
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 3px; 
	margin-bottom: 0; 
}


h1
{
	color:#990000;
	font-size: 14pt;
}

h2
{
	color:#333366;
	font-size: 12pt;
}

h3
{
	color: #990000;
	font-style: italic;
    font-size: 12pt;
}
	
em 
{
    font-weight:bold;
    color:#333366;
}   

a:link     {color:#990000; font-weight: bold; text-decoration: none; }
a:hover    {color: #666699; font-weight: bold; text-decoration: underline;}

#container { /* This div places a border around the inner page and has a relative position to allow the menu div 
to be positioned absolutely and still move with the container div.  */
  position: relative;
  background: #ffffff; 
  color: #000000;
  padding: 7px;
  border-color: #333366;
  border-width: 3px;
  border-style: solid;
  width: 800px;
}

#footer 
{
    text-align:center;
    font-size:0.9em;
}


div#menu a   {
  display:block;
  width:120px;
  height:18px;
  text-decoration:none;
  background: #ffffff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align:center;
  color:Maroon;

}

div#menu a:hover {
  display:block;
  width:120px;
  height:18px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align:center;
	color:#333399;

}
/* Selected main menu item (main body class followed by menu link id)*/
.body-concerts #menu #concerts, .body-people #menu #people, .body-org #menu #org, .body-comm #menu #comm{
	background: #cccccc;
	text-decoration:none;
	color:#333399;
}

/* normal sub menu item */
div#menu a.submenu {
	display:inline;
	background:#cccccc;
	width:auto;
	color:#333399;
	font-size:1.0em;
	padding-top:2px;
}
div#menu a.submenu:hover {
	display:inline;
	background: #cccccc; 
	text-decoration:underline;
	width:auto;
	font-size:1.0em;
	padding-top:2px;

}
