body {
    /* background color for the entire page */
	background-color: #856421;
	/* default color for ALL text on the site */
	color: #FFCC66;
}

/* Global attributes for anchors (hyperlinks) within the site  */
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color:#FFFFFF;
	vertical-align: middle;
	line-height:17px;
	text-decoration:none;
}
a.standout {
	color: #00FFFF;
}
/* This a:HOVER controls the fact that if you hover over a hyperlink it will change color to make it standout */
a:HOVER {color:#99FF00}

.StylePageHeading { 
	font: 18px Arial, Helvetica, sans-serif;  
	padding: 15px;
}

.StyleSloganText {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-color: #FFCC66;
}

/* "StyleSiteText" is setting the attributes for text written in the "main" body of each page in the site  */
.StyleSiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 15px;
}

.StyleCopyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 30px;
}

/* attributes of the navigation menu */
.StyleNavigationMenu {
	text-align: left;
	font-size: 12px;
	border-color: #FFCC66;
	padding-left: 10px;
	padding-top: 10px;
	
}

/* <a> tag w/ in a StyleNavigationMenu section */
.StyleNavigationMenu a {
  color:#000000;
  padding-left: 30px;
}

.StyleNavigationMenu a:HOVER {color:#3399FF}

/* attributes of the bottom menu */
.StyleBottomMenu {
	color:#6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* same values as those specified in "StyleBottomMenu". NOTE: IE6 does not understand 
   "inherit" as a value, so I am duplicating all values
*/
.StyleBottomMenu a {
	color:#6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.StyleBottomMenu a:HOVER {color:#99FF00}

/* attributes for "Directions" explanation on the 'UpcomingShows.html' page */
.StyleDirections {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.bannerStyle {
background-color:#000000;
/* background-image: url(images/newBanner.jpg); */
border: none;
background-repeat:no-repeat;
/* background-position: 15px 20px; */
}

.LatestReleaseStyle {
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
}
