@charset "UTF-8";

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
#container { 
	width: 930px;  /* 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. */
} 
#header { 
	background: #fff; 
	padding: 0 10px 15px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 100%;
} 
#footer {
	background:#f2f2f2;
	width:894px;
	/*height:25px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 15px;
	border:thin #bfbfc0 solid;
} 
#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 */
	font-size: 0.8em; 
	color:#666;
	line-height: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 

#TopMenuBar {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#sidebar1 .redboxtop {
	background-image: url(../clipart/redboxtop.jpg);
	background-repeat: no-repeat;
	width: 280px;
	color:#fff;
	height:22px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-indent: 25px; 
	line-height: 22px;
}
#sidebar1 .grayboxtop {
	background-image: url(../clipart/grayboxtop.jpg);
	background-repeat: no-repeat;
	width: 280px;
	color:#fff;
	height:22px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-indent: 25px; 
	line-height: 22px;
}


#sidebar1 .BoxContent { 
	border-left:#bfbfc0 thin solid; 
	border-right:#bfbfc0 thin solid; 
	background-color:#f2f2f2;
	padding: 4px 15px 0px 20px;
	width: 243px;
	font-size: 0.8em;
}

#sidebar1 .grayboxbottom {
	background-image: url(../clipart/grayboxbottom.jpg);
	background-repeat: no-repeat;
	width: 280px;
	color:#FFF;
	height:22px;
	margin: 0;
	padding: 0;
}
#sidebar1 .BoxContent ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 12px; 
	line-height: 16px;
}

#mainContent .biggrayboxtop {
	background-image:url(../clipart/maincontentboxtop.jpg); 
	width: 590px; 
	background-repeat:no-repeat; 
	height: 22px; 
	font-size: 1.0em; 
	font-weight:bold; 
	color:#FFF;
}

#menuArea { background-color:#e2e2e2; width:894px; height:25px; }

a:link		{ color: #000; text-decoration:underline; }
a:visited	{ color: #000; text-decoration:underline; }
a:active	{ color: #000; text-decoration:underline; }
a:hover		{ color: #C00; text-decoration:underline; }

a.footer:link		{ color: #605e5e;  text-decoration:underline; }
a.footer:visited	{ color: #605e5e; text-decoration:underline; }
a.footer:active		{ color: #605e5e; text-decoration:underline; }
a.footer:hover		{ color: #C00; text-decoration:underline; }

#contentInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.staffpix { 
	margin: 4px 20px 10px 0px; 
}

.staffblock {
	padding: 0px 0px 14px 0px; 
	border-bottom:thin #CCC solid; 
	margin-top:10px;
}

.pageTitle { padding: 0px 0px 14px 0px; font-size: 1.4em; color: #980000; }

#calleft {
	width: 500px;
	margin: 0;
	color:#666;
	padding-bottom: 20px;
}

#calright {
	float:right;
	width: 350px;
	margin-right: 7px;
	padding-bottom: 20px;
	color:#666;
}

.edate { background-color:#d6bdbd; }

.musicitem { line-height:28px; text-indent:100px; }

.bbofficer { padding-bottom: 20px;
	
}

.officerpix { padding-bottom: 20px; padding-right: 20px;
	
}

.bbsectitle { padding: 12px 0px 12px 0px; border-bottom:#999 thin solid; font-size: 1.2em; font-weight:bold;
	
}
	
