/* CSS Document */

Body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image:url(images/back.gif);
	background-repeat:repeat;*/
	color: #333333;
	}
	
a {
	color: #CC3300;
	text-decoration:none;
	}
	
p {
	font: Arial, Helvetica, sans-serif;
	}
	
a:hover {
	color: #CC3300;
	text-decoration:none;
	}
	
a:visited {
	color: #CC3300;
	text-decoration:none;
	}

		
h1 {
	font-size:2.5em;
	color: #990000;
	text-align: left;
	text-indent: 10px;
	}
	
h2 {
	font-size: 2.1em;
	color: #333333;
	font-weight: bold;
	}
	
h3 {
	font-size: 1.8;
	color: #990000;
	text-indent: 10px;
	font-weight:bold;
	}
	
#container {
	width: 683px;
	/*background-image:url(images/container_back.gif);*/
	background-repeat: repeat;
	padding: 0 21px 0 21px;
	}
	
#head {
	width: 638px;
	text-align: right;;
	font-size: 2.4em;
	font-color: #003366;
	visibility:hidden;
	}
				
#toptabs {
	width: 640px;
	height: 10px;
	color:#003366;
	padding: 10px 5px 9px 5px;
	background-image:url(images/toptab_back.gif);
	visibility:hidden;
	}

	#toptabs p {
		color: #003366;
		padding:5px;
		}
		
	#toptabs a {
		color: #003366;
		}
		
	#toptabs a:hover {
		color: #ffffff;
		background-color: #6699CC;
		}
	
	.toptab {
		padding: 10px 6px 3px 6px;
		margin: 0 4px 0 4px;
		text-decoration: none;
		background-repeat:repeat-x;
		color: #003366;
		font-size: 1em;
		}
	
	.toptab:hover {
		border-bottom: 1px solid #eaeaea;
		color: #ffffff;
		text-decoration: none;
		}
	
	.activetoptab {
		padding: 3px 5px 3px 5px;
		color: #990000;
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
		}
	
	.activetoptab:hover {
		text-decoration: none;
		color: #990000;
		}
		
	
#main {
	width: 683px;
	/*background-image:url(images/main_back.gif);*/
	/*background cropped less 2px on right*/
	background-repeat:repeat-y;
	}
	
#top {
	width: 683px;
	height: 138px;
	/*background-image:url(images/top_back.gif);*/
	background-repeat:no-repeat;
	text-align: left;
	}
		
#menu {
	width: 200px;
	min-height: 337px;
	background-image:url(images/left_top_back.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;
	visibility:collapse;
	}		
	
	#menulinks {
		width: 135px;
		float: right;
		text-align: left;
		color: #000033;
		font-weight: bold;
		font-size:.95em;
		}
		
	#menulinks a {
		color: #000033;
		text-decoration:none;
		}
	
	#menulinks a:hover {
		color: #FFFFFF;
		text-decoration:none;
		}
	
	#menulinks a:visited {
		color: #000033;
		text-decoration:none;
		}

				
		.menulink {
			color: #000033;
			border-bottom: 1px solid #6699cc;
			margin: -2px 5px 0px 0;
			padding: 3px 5px 3px 5px;
			}	
			
		.menulink:hover {	
			border-bottom: 1px solid #6699cc;
			background-color:#6699CC;
			display:block;
			}
		
		.menulinkActive {
			border-bottom: 1px solid #6699cc;
			margin: -2px 0 0px 0;
			padding: 3px 2px 3px 2px;
			background-color:#999999;
			display:block;
			color: #ffffff;
			}
		
		.menulinkActive:hover {	
			border-bottom: 1px solid #6699cc;
			background-color: #6699CC;
			display:block;
			}
		
		.menulinkSub {
			color: #ffffff;
			border-bottom: 1px solid #6699cc;
			margin: 0px 0px 0px 0;
			padding: 3px 5px 3px 5px;
			text-indent: 10px;
			background: #8abeca;
			display: block;
			}	
			
		.menulinkSub:hover {	
			border-bottom: 1px solid #6699cc;
			background-color:#6699CC;
			display:block;
			}
		
		.menulinkSubActive {
			border-bottom: 1px solid #6699cc;
			margin: 0px 0 0px 0;
			padding: 3px 2px 3px 2px;
			background-color:#999999;
			display:block;
			color: #ffffff;
			}
		
		.menulinkSubActive:hover {	
			border-bottom: 1px solid #6699cc;
			background-color: #6699CC;
			display:block;
			}
		
	
#right {
	width: 483px;
	min-height: 300px;
	float:left;
	/*background-image:url(images/right_back.gif);*/
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	}	
	
	#right p {
		padding: 0 30px 0 20px;
		text-align: justify;
		}
	
#bottom {
	clear: both;
	width: 683px;
	height: 51px;
	/*background-image:url(images/bottom_back.gif);*/
	/*Bottom less 2px right*/
	}	
			
#Footer {
	background: #fafafa;
	color: #333333;
	font-size: 0.95em;
	padding: 8px 0 8px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
	width: 630px;
	margin: 5px 0 10px 0;
	visibility:hidden;
	}
	
	#Footer a {
		color: #333333;
		}
		
	#Footer a:hover {
		color: #333333;
		}
		
#submenu {
	background: #fafafa;
	color: #990000;
	font-size: .95em;
	padding: 8px 0 8px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
	width: 455px;
	}
		
.label {
	color: #003366;
	}
	
.minorhead {
	font-size: .95em;
	font-weight: bold;
	}
	
.title2 {
	font-size: 1.3em;
	font-weight: bold;
	}
	
.date {
	color: #990000;
	font-weight:bold;
	font-size: 1.3em;
	}
	
.artist {
	color: #003366;
	font-weight:bold;
	font-size:1.1em;
	}
	
.venue {
	color: #669900;
	font-weight: bold;
	}
	
.footer {
	font-size: .9em;
	}