@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFC;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
}

#container {
	width: 810px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	z-index: 1;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#logo {
	height: 117px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	width: 800px;
}
#nav {
	height: 24px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	width: 810px;
	text-align: left;
}
.navtype {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}
a.navtype:link, a.navtype:visited{
	color: #FFF;
	text-decoration: none;
}

a.navtype:hover, a.navtype:active {
	text-decoration: none;
	color: #FC0;
}

a.navtype-fam:link, a.navtype-fam:visited{
	color: #FFF;
	text-decoration: none;
}

a.navtype-fame:hover, a.navtype-fam:active {
	text-decoration: none;
	color: #CCC;
}
.navtypebold {
	color: #FFF;
	font-weight: bold;
}
a.navtypebold:link, a.navtypebold:visited{
	color: #FFF;
	text-decoration: none;
}

a.navtypebold:hover, a.navtypebold:active {
	text-decoration: none;
	color: #FC0;
}


#content {
	float: left;
	clear: both;
	width:810px;
}
#mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	left: 0px;
	float: left;
	top: 10px;
	margin: 0px;
	width: 440px;
}
#concert-left {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	left: 0px;
	float: left;
	top: 10px;
	margin: 0px;
	width: 400px;
}

#concert-left p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 12px;
}

#concert-left a:link		{color: #000000; text-decoration: underline;}
#concert-left a:visited	{color: #000000; text-decoration: underline;}
#concert-left a:hover	{color: #211D70;text-decoration: underline;}
#concert-left a:active	{color: #211D70; text-decoration: underline;}

#concert-right {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	float: right;
	top: 10px;
	margin: 0px;
	width: 360px;
}

#concert-right p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 12px;
}

#concert-right a:link		{color: #211D70; text-decoration: underline;}
#concert-right a:visited	{color: #211D70; text-decoration: underline;}
#concert-right a:hover	{color: #211D70;text-decoration: underline;}
#concert-right a:active	{color: #211D70; text-decoration: underline;}

.picborder {
	border: 1px solid #999;
}

#mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #06f;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #555;
	font-weight: normal;
	padding-left: 25px;
}

#mainContent h2 a:link		{color: #555; text-decoration: underline;}
#mainContent h2 a:visited	{color: #555; text-decoration: underline;}
#mainContent h2 a:hover	{color: #330299; text-decoration: underline;}
#mainContent h2 a:active	{color: #330299; text-decoration: underline;}

#mainContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin-top: 25px;
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
	padding-left: 25px;
}
.leftpic {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#mainContent .smallintro {
	font-size: 13px;
}

#mainContent p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-left: 25px;
}

#mainContent a:link		{color: #000000; text-decoration: underline;}
#mainContent a:visited	{color: #000000; text-decoration: underline;}
#mainContent a:hover	{color: #330299; text-decoration: underline;}
#mainContent a:active	{color: #330299; text-decoration: underline;}

#mainContent .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
	margin-left: 25px;
	padding-left: 0px;
	margin-right: 25px;
}

#rightCol {
	padding-top: 0px;
	padding-bottom: 0px;
	left: 0px;
	float: right;
	top: 10px;
	margin: 0px;
	width: 300px;
}

#rightCol p {
	color: #900;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-left: 0px;
}

#rightCol .small {
	font-size: 13px;
}

#rightCol .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
}




#footer {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	float: left;
	clear: both;
	line-height: 13px;
	letter-spacing: 1pt;
	width: 700px;
}
 #footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6;
	margin-left: 0;
}
#footer a:link		{text-decoration: none;color: #999;}
#footer a:visited	{text-decoration: none;color: #999;}
#footer a:hover		{text-decoration: none; color: #330299;}
#footer a:active 	{text-decoration: none; color: #330299;}



.headerTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.headerTable a:link		{
	color: #F00;
	text-decoration: none;
}
.headerTable a:visited	{
	color: #F00;
	text-decoration: none;
}
.headerTable a:hover	{color: #330299; text-decoration: none;}
.headerTable a:active	{color: #330299; text-decoration: none;}

</style>

