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

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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
p {
	text-align:justify;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(http://www.desertchorale.org/images/banner_winter2009.jpg);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #sidebar1 {
	float: left;
	background-color: #9E322A;
	margin-right: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 1%;
	position: absolute;
	top: 150px;

}
.oneColFixCtrHdr #sidebar2 {
	float: left;
	background-image: url(http://www.desertchorale.org/images/sf400.png);
	margin-right: 5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 1%;
	position: absolute;
	top: 600px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	width: 597px;
	float: none;
	left: 160px;
	margin-top: 20px;
	top: 0px;
	position: relative;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
a {
	font-size: 12.5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bullet {color: #9E322A}
.center {
	text-align: center;
	width: 250px;
	}
.style1 {font-size: medium}
.style3 {
	font-size: 12.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}
.style4 {
	color: #FF9900;
	font-weight: bold;
	font-style: italic;
	font-size: 125%;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12.5px;}