﻿body
{
	background-color: #f9f1e1;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: black;
	text-align: center;
}

p 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 0;
}

h1
{
    font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight: 600;
    font-size: 2.1em;
    color: black;
}

h2
{
    font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 1.4em;
    color: black;
    margin-bottom: 6px;
}

h3
{
	font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #CB4E00;
	margin-bottom:6px;
} 

h4
{
    font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.1em;
    font-style:italic;
    color: black;
    margin-top:0;
}

h5
{
    font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.1em;
    color: #2db035;
    margin-top: 3px;
    margin-bottom: 6px;
}

td
{
    vertical-align: top;
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
}

A:link   {color: #E68A00; text-decoration: none;}  
A:visited { color: #E68A00; text-decoration: none;}
A:hover   { color: #4a81d5; text-decoration: underline;}
A:active  { color: #E68A00; text-decoration: none;}


.concerthead
{
	font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #2db035;
	margin-bottom: 6px;
}

.concerts-bold
{
	font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 9pt;
    color: black;
    margin-top: 6px;
    margin-bottom: 0;
}

.concerts
{
	font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 9pt;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}

.funding-text
{
	text-align: justify;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 6pt;
	color: #808080;
	border-top: 1px;
	border-top-color: #2db035;

}

.intro
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	line-height: 16pt;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 11px;
	text-indent:1em;
	padding-left: 0;
}

.dinner
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: medium;
	line-height: 150%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

/*start of button styles*/

.cssbut
{
	
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url('images/layout/buy-button/buy-button-o.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 80px;
	height: 20px;
	margin: 0;
	padding: 0;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssbut a
{
	display: block;
	color: #000000;
	font-size: 12px;
	width: 80px;
	height: 20px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssbut img
{
	width: 80px;
	height: 20px;
	border: 0;
}

* html a:hover
{
	visibility:visible;
}

.cssbut a:hover img
{
	visibility:hidden;
}

.cssbut span
{
	
	position: absolute;
	left: 10px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 
/*end of button styles*/



/*Layout Styles*/

#main
{
    background-color:white;
    width: 810px;
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 0;
    border-bottom: 3px #d04633 solid;
}

#header
{
    margin: 0;
    padding: 0;
}

#sidebar
{
	margin: 0;
	padding: 0 0 0 8px;
	float: left;
	width: 220px;
	text-align: left;
	border-top:1px solid silver;
	border-left:1px solid silver;
}

#funding
{
	margin: 1em 2em .5em .5em;
	padding:8px 0 0 0;
	text-align: justify;
	border-top:1px #2db035 solid;
}

#content
{
    margin: 0 0 0 230px;
    padding: 0 5px 0 0;
    width: auto;
    text-align: left;
    /*min-width: 580px;
    max-width: 580px;*/
	border-top:1px solid silver;
   	border-right:1px solid silver;

}

#footer
{

	width: 570px;
	margin: 0;
	padding: 5px 0 5px 0;
	border-top:1px #d04633 solid;
}
