@CHARSET "ISO-8859-1";

/*-------------------------------------------------------------*/
/*						Global Styling   					   */
/*-------------------------------------------------------------*/
body
{
        width:100%;
	background-color: #ffffff;
	font-family: verdana;
}

a,
a:link,
a:visited,
a:hover:visited
{
	color:black;
	text-decoration:none;
}

a:hover
{
	color:black;
	text-decoration: none;
	cursor:pointer;
}

.more,
.more a,
.more a:link,
.more a:visited,
.more a:hover:visited
{
         color:#0000ff;
}
.more:hover
{
         background-color: #00ffff;
}

table.concertsTable
{
         width: 85%;
         margin-left: auto;
         margin-right: auto;
}

.news,
.news a,
.news a:link,
.news a:visited,
.news a:hover:visited
{
    color: #380C01;  
    font-family: Verdana,Arial,Helv; 
    font-weight: normal; 
    text-indent: 2px;
    z-index: 10;
    font-size: 11px; 
}

.news:hover
{
    background-color: #00ffff;
    z-index: 10;
}

.copyright
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
/*-------------------------------------------------------------*/
/*						Header Styling						   */
/*-------------------------------------------------------------*/
#Header
{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width:100%;
	height:121px;
	color: black;
	z-index: 1;
}

/*-------------------------------------------------------------*/
/*						Content Styling						   */
/*-------------------------------------------------------------*/
#MainContent
{
	margin-top:45px;
	width: 850px;
	color:black;
	/*WILL IF YOU WANT TO CHANGE THE BACKGROUND COLOR THIS IS WHERE*/
	background-color:#ffffff;
	/*WILL THIS IS WHERE YOU WILL CHANGE THE HEIGHT */
	height:100%
}

#MainContent div
{
	margin:10px;
	color:black;
}

#MainContent table
{
	color:black;
}

.blurbs
{
        color:#480000; 
        font-family: Verdana,Arial,Helv; 
        font-weight: normal;  
        font-size: 12px;
        padding: 5px;
        width:300px;
}

.blurbBox
{
      width:530px;
      display:inline;
}
/*-------------------------------------------------------------*/
/*						Styling for Menu					   */
/*-------------------------------------------------------------*/

#menu
{
	height:20px;
	/*background-color: white;*/
	background-image:url(../Images/translucentBG.gif);
	color:#ffcc33;
	border-bottom: solid 1px black;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	width: 100%;
	padding: 0px;
	position: relative;
}

body > #menu
{
     margin-top:75px;
}
#menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 5px;
	list-style: none;
}

html > body #menu ul
{
	margin: 5px;
	padding: 0px;
}

#menu li
{
	display:inline;
	padding: 5px;
	margin: 15px 0px 0px 0px;
	height: 30px;
	color:#000000;
}

#menu li:hover, .sfhover, .sfnode, .sfhover a, .sfnode a
{
	/*background-color: #999999;*/
	/*background-image:url(../Images/translucentBG.gif);*/
	color: #00ccff;
	height: 30px;
}

#menu a
{
	color: inherit;
}

#menu a:hover
{
	color: inherit;
}

#menu .selectedMenuItem
{
	text-decoration: underline;
}

#menu .unselectedMenuItem
{
	text-decoration: none;
}

