@charset "UTF-8";
/* CSS Document */

body  {
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #fff;
	background-image: none;
}
#container  {
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
	border:none;
} 
#nav, #bannerslides, #subnav, #sidebar_radio, #sidebar_list, #sidebar_email,
#footer_middle, #footer_right {
	display:none;
} 
#banner, #bannerimg, #bannerimg h1 {
	margin:0px;
	width:auto;
	height:auto;
	padding:0px;
	background-image:none;
	background-color:transparent;
}

#bannerimg h1 {
	text-indent: 0px;
	font-size: 2em;
	text-align:center;
	margin: 20px 0;
	padding: 0;
	color: #000;
}
#sidebar {
	margin: 0 0 20px 20px;
	border:2px solid #999;
	background-image:none;
	float:right;
	padding: 10px 10px 2px 10px;
}
#sidebar h3 {
	background-image:none;
	width: auto;
	text-indent: 0px;
	font-size: 1.5em;
}
#sidebar_events h3, #sidebar_news h3 {
	background-image: none;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
}
#sidebar_events  ul {
	list-style-type: circle;
	padding: 10px;
	margin: 0;
}
#sidebar_events ul, #sidebar_news ul {
	margin-left:10px;
}
#sidebar_events ul ul {
	list-style-type: none;
}

#sidebar_news, #sidebar_news a , #sidebar_list, 
#sidebar_events li, #sidebar_events li a {
	color: #000;
}
#content  {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
} 
#footer  {
	padding: 0 10px 0 10px;
	background-image:none;
	background-color:transparent;
	border: 1px solid #999;
	margin: 0px;
	height:auto;
} 
#footer  p  {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size:12px;
	color: #333;
}
#footer p a {
	color: #333;
	text-decoration: none;
}
#content .lineupList a {
	white-space: normal;
}