* {
	padding:0;
	margin:0;
}
	
html, body {
	margin: 0;
	padding: 0px 0 10px 0;
	background: #FFFFFF;
	color: #000000;
	font-family:Helvetica, Tahoma, Arial, Sans Serif;
	font-size: 12px;
	background-image:url(images/print_back.gif);
	}

.noprint{
	display:none;
}

.printonly{
	display:block;
}

#all{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#container {
	margin: auto auto auto auto ; 
	width: 100%; 
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	}
#content {
	float: left; 
	text-align: left; 
	padding: 5px;
	width: 100%;
	}
#content_main {
	margin-left:0px !important;
	margin-left:10px;
float:left;
		width:100%;
}
#controls {
	float: left;
	padding: 5px 5px 20px 5px;
	width: 200px;
text-align:left;
	}
#billboard {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#popular {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#valid {
	text-align: center;
	}
#copyright {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
.setupText{
	font-family: Verdana, sans-serif;
	font-size: 11px;
    border-top: 1px solid #555; 
    border-left: 1px solid #555; 
    border-bottom: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	}

/* Image Layout Controls */

.img_left {
	float:left;
	margin:5px 5px 5px 0px;
}

.img_right {
	float:right;
	margin:5px 0px 5px 5px;
}

h3 {
	font-size:12px;
	font-weight:bold;
}


#menu{
display:none;padding: 0;font-family:Tahoma, Helvetica, Arial, Sans Serif;
font-size:15px;
font-weight:700;}#menu li{display: inline;}#menu li a{float: left;color: #999999;padding: 47px 11px 20px 11px; /*padding of tabs*/text-decoration: none;background: transparent url(images/optionbg.jpg) top center no-repeat;}#menu li a#leftmostitem{ /*Extra CSS for left most menu item*//*border-left: 1px solid #666666;*/ /*left border style*/}#menu li a#rightmostitem{ /*Extra CSS for right most menu item*//*border-right: 1px solid #333333; right border style*/background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/}#menu li a:visited{color: #AAAAAA;}#menu li a:hover{color: #C21113;background-image: url(images/optionbgover.jpg); /*background image swap on hover*/}

#footer{
	display:none;
	/*width:800px;
	height:185px;
	background-image:url(images/foot_back2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;*/
}

.footer_menu li{
	display:none;
	font-family:helvetica, tahoma, sans serif;
	list-style-position:inside;
	list-style-type:none;
	display:block;
	text-decoration:none;
	color:#999999;
}

.footer_menu li a{
	display:none;
	
	list-style-type:none;
	padding-left:4px;
	border-left:2px solid #EEEEEE;
	text-decoration:none;
	color:#999999;
}


.footer_menu li a:hover{
	display:none;
	
	list-style-type:none;
	padding-left:3px;
	border-left:3px solid #C21113;
	text-decoration:none;
	color:#C21113;
}

.line100 {
	width:750px;
	height:15px;
	border-top:1px solid #999999;
	margin-left:20px;

}

#copyright_notice {
	text-align:center;
	padding-top:15px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color:#AAAAAA;
	font-weight:normal;
}

.spacer {
	clear:both;
}

#content_sidebar {
	display:none;
	width:220px;
	margin-left:20px;
	float:left;
}

#body{
	width:100%;
	background-image:url(images/print_back.gif);
}

#content_main {
float:left;
		width:100%;
}

#header {
	display:none;
	width:100%;
	background-image:url(images/print_back.gif);
}

img { border: 0; }div#home_left_side {	float: left;	width: 510px;	padding: 0;	margin-left: 20px !important;
	margin-left:10px;}div#home_right_side {	width: 210px;	margin-left: 520px;}body#home_music div#home_right_side {	/*padding-bottom: 20px;*/}	div.small_feature {		position: relative;		float: left;		width: 255px;		height: 150px;	}		.small_feature span,		.wide_feature span {			display: block;			position: absolute;			top: 0;			left: 0;			width: 234px;			height: 130px;			background-image: url(images/feat_overlay234.png);			background-repeat: no-repeat;		}		/* PNG Hack for IE (stupid IE important) */		* html .small_feature span { background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="images/feat_overlay234.png", sizingMethod="crop"); }		
	div.big_feature {		position: relative;
		margin-top:5px;		float: left;		width: 704px;		height: 260px;	}		.big_feature span {			display: block;			position: absolute;			top: 0;			left: 0;			width: 704px;			height: 240px;			background-image: url(../../home_page/big_feat_overlay1.png);			background-repeat: no-repeat;		}		/* PNG Hack for IE (stupid IE important) */		* html .big_feature span { background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="../../home_page/big_feat_overlay1.png", sizingMethod="crop"); }
		.small_feature a.feature_text,		.small_feature a.feature_text:visited,		.big_feature a.feature_text,		.big_feature a.feature_text:visited {			position: absolute;			bottom: 30px;			left: 10px;			color: #eee;			font-size: 12px;			text-decoration: none;		}		.big_feature a.feature_text,		.big_feature a.feature_text:visited {			font-size: 16px;		}		div.wide_feature {		position: relative;		float: left;		margin: 0 20px 10px 0;		width: 500px;		height: 202px;		border-bottom: 1px solid #e3e3e3;	}		.wide_feature span {			width: 510px;			height: 192px;			background-image: url(/_graphics/_homepage/shadow_wide.png);			background-repeat: no-repeat;		}		/* PNG Hack for IE (stupid IE important) */		* html .wide_feature span  { background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/_graphics/_homepage/shadow_wide.png", sizingMethod="crop"); }				body#home .wide_feature span { background-image: url(/_graphics/_homepage/shadow_wide_.png); }		/* PNG Hack for IE (stupid IE important) */		* html body#home .wide_feature span  { background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/_graphics/_homepage/shadow_wide_.png", sizingMethod="crop"); }

#enlarge {padding:0; margin:auto; list-style-type:none; width:400px; height:137px;}#enlarge li {display:block; float:left; width:80px; height:137px; position:relative; padding-top:30px;}#enlarge li a {display:block; width:80px; height:137px; background:transparent; overflow:hidden; position:relative;}#enlarge li a img {width:100%; height:100%; border:0;}#enlarge li a:hover {position:absolute; left:-20px; top:-20px; width:115px; height:197px; z-index:100; padding-top:0px;}

div#home_right_side h3{
	font-size:16px;
	/*font-weight:bold;*/
	color:#333333;
}

.popular li {
	list-style-type:decimal;
	list-style-position:inside;
}

.popular a:link {
	line-height:22px;
	font-size:12px;
	/*font-weight:bold;*/
	text-decoration:none;
	color:#666666;
	padding:10px 0 10px 0;
}

.popular a:visited {
	line-height:22px;
	font-size:12px;
	/*font-weight:bold;*/
	text-decoration:none;
	color:#666666;
	padding:10px 0 10px 0;
}

.popular a:hover {
	line-height:22px;
	font-size:12px;
	/*font-weight:bold;*/
	text-decoration:none;
	color:#C21113;
	padding:10px 0 10px 0;
}

.popular a:active {
	line-height:22px;
	font-size:12px;
	/*font-weight:bold;*/
	text-decoration:none;
	color:#666666;
	padding:10px 0 10px 0;
}

#featured_links {
	padding-top:30px !important;
	padding-top:0px;
}

#featured_links h4 {
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	border-top:1px solid #F1F1F1;
	padding-top:5px;
	/*background-color:#F6F6F6;*/
}

#featured_links h4 a:link {
	height:20px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	padding-top:5px;
}

#featured_links h4 a:visited {
	height:20px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	padding-top:5px;
}

#featured_links h4 a:hover {
	height:20px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#C21113;
	text-decoration:none;
	padding-top:5px;
}

#featured_links h4 a:active {
	height:20px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	padding-top:5px;
}


#featured_links h3 {
	height:22px; 
	font-size:18px;
	/*font-weight:bold;*/
	color:#333333;
}

#featured_links .section_header {
	height:25px; 
	width:200px;
	padding-top:4px;
	font-size:18px;
	/*font-weight:bold;*/
	color:#333333;
	background-image:url(../../home_page/top_bar2.jpg);
	background-position:center top;
}

#featured_links .linkbox {
	height:30px; 
	width:200px;
	padding-top:2px;
	background-image:url(../../home_page/linkbar_0.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#tagline2 {
	font-family:comic sans ms, andy bold, sans serif;
	font-size:12px;
	font-weight:lighter;
	color:#666666;
	/*text-align:justify;*/
	letter-spacing:normal;
}

.greeting {
	line-height:15px;
	font-size:12px;
	font-weight:lighter;
	color:#666666;
	/*text-align:justify;*/
	letter-spacing:normal;
}

/*p.greeting:first-line {
	color:#444444;
	font-weight:bold;
	font-size:13px;
}*/

.greeting h3 {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}

.eventDateTitle{
	font-size:18px;
	width:100%;
	border-bottom:1px solid #CCCCCC;
}


.eventSearchTitle{
	font-size:12px;
	margin-left:160px;
}

.eventSearchTitleHL{
	font-size:12px;
	margin-left:160px;
}

.eventSearchTitle a:link{
	text-decoration:none;
	font-size:12px;
}

.eventSearchTitleHL a:link{
	text-decoration:none;
	font-size:12px;
}

.space_maker{
	width:100%;
	clear:both;
}

.eventSearchTime {	float:left;
	width:140px;	/*margin-left:-1px;*/	padding-top:5px !important;	padding-top:0px;	clear:right;}.eventSearchTimeHL {	float:left;
	width:140px;	/*margin-left:-1px;*/	padding-top:5px !important;	padding-top:0px;	clear:right;}