/* - Eau Claire Ragtime Benefit Weekend Print Style Sheet for Templates - */
/* - Last modified: September 15, 2004 - */

#overall {
	background-color:#ffffff;
	width:680px;
	margin:0px auto;
	text-align: left;
	border: none; 
	padding: 0;
}

#banner #bannerLogo {
	position: relative;
	background-color: #ffc12f;
	height: 90px;
	width: 770px;
}

#bannerRight {
}

#bannerLogo {
	z-index: 3;
	position: absolute;
	top: 0;
}

#printSpacer {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 75px;
}

html > body #printSpacer {
	height: 90px;
}


#bannerLinks {
	display: none;
}

#bodyMain {
	background-color: #40557E;
	display: block;
	width: 100%;
	float: left;
}

body { 
  background-color:#ffffff;
  text-align:center;
  padding: 0px; 
  margin: 6px 0 0 0;
}

body, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
	
#overall, bodyMiddle {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
.sidebar {
	background-color: #40557E;
	float: left;
	width: 160px; 
	margin: 0 0 0 0;
	display: inline;
	text-align: center;
}

#navBar {
	background-color: #ff0000;
	padding: 7px 0 7px 0;
	text-align:center;
}

#navBar a, #navBar li, #navBar ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	display: inline;
	text-decoration:none;
	text-align: left;
}

#motto {
	text-align: center;
}

#footer, #copyright {
	text-align: center;
}

#bodyLeftCol {
	float: left;
	width: 60%;
}

#bodyRightCol {
	width: 33%;
	float: right;
}

.infoBox, .displayBox {
	float: right;
	width: 35%;
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

#bodyRightCol .infoBox, #bodyRightCol .displayBox {
	width: auto;
	padding: auto;
	margin: auto;
}