body{
	margin: 0;
	padding: 0;
	font-family: helvetic, arial, sans-serif;
	color: #000;
	font-size: medium;
	background-color: #efefef;
}

p{
	color: #000;
	font-size: medium;
}

#header{ color: #fff; margin:15px 0 0; background-color: #404c9c; height:130px; width:100%; text-align:right; vertical-align:middle; }

#header img{ background-image: none; background-position: inherit; vertical-align: middle; float:left; width:720px; height:37px; }

.address { color: #8cc63e; float:right; width:20%; vertical-align:middle; margin:5px 20px 0 0; }

#imagestrip {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 80px;
	background-image: url(../images/WhiteCenter1.jpg);
	background-repeat: repeat-x;

}

ul.leftCol { background-color: #efefef; list-style: none; margin-top: 0; }

li { font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 0; padding-top: 0; color: #000; font-size: small; background-color: #fff; }

h2 { color: #fcae41; font-size: large; font-weight: bold; padding:0 10px 0 5px; margin: 0; }

h3
{ color: #fcae41; font-size: large; font-weight: bold; background-color: #76839a; padding-left: 15px; padding-right: 10px; margin: 0 0 1px; }

h4
{ font-size: medium; font-weight: bold; color: #000; margin:5px 0 5px 10px; }


dt
{
	background-color: #fff;
	color: #000;
	font-size: small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

.bandname
{
	font-weight: bold;
	font-size: larger;
}

img.storyImage
{
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}

.footer {
	background-color: #76839a;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: small;
}

.footer a{
	color: #fff;
	text-decoration: underline;
}

a{
	color:#000;
}

ul.leftCol li a{ color: #000; background-color: #efefef; text-decoration:none; }
ul.leftCol li a:hover{
	color:#000;
	text-decoration:underline;
}

h3.leftCol a{
	color:#fcae41;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:#000;
	text-decoration:none;
}

