/* Changed HTML tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a {
	color: #666666;
}

a:hover {
	color: #000000;
}

h2 {
	font-size: small;
	color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 8px;



}

h3	{
	font-size: x-small;
	color: #999966;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 8px;


}

/* Banner Section */
.bannertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.bannernav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.bannernav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.eventnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	margin-left: 10px;
	color: #990000;
}
a:hover.eventnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
	margin-left: 10px;
	color: #990000;
}

.event {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #990000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #787878;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}



/* Vertical Nav Styles */

a.topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	margin-left: 10px;
	color: #FFFFFF;
}
a:hover.topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
	margin-left: 10px;
	color: #FFFFFF;
}
a.topnavbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200;
	height: 22;
	background-color: #bebebe;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
	padding-left: 10px;
	display: block;
	padding-top: 2px;
}
a:hover.topnavbutton {
	text-decoration: underline;
	color: #FFFFFF;
}



/* Horizontal Nav */
a.mainnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.mainnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: underline;
	color: #FFFFFF;
}



/* Border Styles */
.thinborder {
	border: 1px solid #666666;
}
.bottomborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
}
.bottomandrightborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
}
.leftborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
}

.bottomandleftborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
}
.topborder {
	border: 1px solid #999999;
}

.borderright {
	border-top: 0px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 0px solid #B0B0B0;
	border-left: 0px solid #B0B0B0;

}

/* Footer Styles */
.footer {
	font-family: arial, helvetica, "sans serif";
	color: #999999;
	font-size: 11px;
}

a.footerlink {
	font-family: arial, helvetica, "sans serif";
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}
a:hover.footerlink {
	text-decoration: ;
}

.artist {
	margin-top: 0px;
	margin-bottom: 0px;
	color: 787878;
	font-size: xx-small;
}



/* General Info Content Style */
.gcontent {
	color: #666666;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
a.gcontent	{
	color: #666666;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0;
}
a:hover.gcontent {
	color: #000000;
}

a.gsubsubnav {
	color: #666666;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.gsubsubnav {
	color: #000000;
}
	
ul.gcontent {
	margin-left: 14;
	list-style-type: circle;	
}

/* Teen page extras */

a.topnavbuttonteen {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200;
	height: 22;
	background-color: #ffcc33;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
	padding-left: 10px;
	display: block;
	padding-top: 2px;
}
a:hover.topnavbuttonteen {
	text-decoration: underline;
}

a.topnavbuttonblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200;
	height: 22;
	background-color: #000000;
	font-size: 13px;
	text-decoration: none;
	color: #cccccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
	border-left-color: #B0B0B0;
	padding-left: 10px;
	display: block;
	padding-top: 2px;
}
a:hover.topnavbuttonblack {
	text-decoration: underline;
}

a.topnavblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	margin-left: 10px;
	color: #CCCCCC;
}
a:hover.topnavblack {
	text-decoration: underline;
}
a.teennav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin-left: 10px;
	color: #666666;
}
a:hover.teennav {
	text-decoration: underline;
}
ul.teennav {
	margin-left: 0px;
}

.tcontent {
	color: #333333;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.vcontent {
	color: #CCCCCC;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
a.gsubnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCC99;
	height: 22px;
	width: 200px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 2px;

}
	
a.teenaslink:link {
	color: #999966;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-image: url(images/diamondbullet.gif);
}
a.teenaslink:active {
	color: #999966;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-image: url(images/diamondbullet.gif);
}
a.teenaslink:hover {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-image: url(images/diamondbullet.gif);
}
a.teenaslink:visited {
	color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-image: url(images/diamondbullet.gif);
}
.indent {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 12px;
}

