<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
BODY	{ background-color:#ffffff }

#header {
	width: 960px;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	
}


#main_container {
	width: 958px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	text-align: left;
	background-color: #ffffff;
	padding-bottom: 50px;
}

/**** month and year header at top of calendar ****/
.date_header			{ font-size: 14px; font-family:arial, helvetica; font-weight:bold; color: #834433;
}

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#FFFFFF; height:90; width: 110;
	padding: 5px;
}
.empty_day_cell			{ background-color:#FFFFFF; height:90; width: 95; }
.today_cell				{ background-color: #fbf4ef; height:90; width: 95; }

/**** day number in upper left corner of each cell ****/
.day_number				{ color: #9b5c17;
	font: bold 9px verdana, arial, helvetica;
}

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:11px; font-family:verdana, arial, helvetica; color:#000;
}
.title_txt A:link		{ color: #555555; text-decoration:underline;
	font-size: 11px;
}
.title_txt A:active		{ color:#832520; text-decoration:underline }
.title_txt A:visited	{ color:#832520; text-decoration:underline }
.title_txt A:hover		{ color: #832520; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{color: #5c5c72;
	padding-top: 10px;
	font: 10px arial, helvetica;
}

/**** column headers or days of the week ****/
.column_header			{ background-color: #9b5c17; font-size: 10px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold;
	padding: 3px;
}

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color: #9b5c17; font-weight:bold; }
.footprint A			{ font-size:11px; font-family:verdana, arial, helvetica; color: #9b5c17; font-weight:bold; }

#copyright {
	width: 960px;
	color: #555555;
	background-color: #FFFFFF;
	padding-top: 8px;
	text-align: center;
	font: 9px Arial;
}

.form {
	font-size: 9px;
	background-color: #FFFFFF;
}

.form input {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #5c5c72;
	background-color: #9b5c17;
}
.form select {
	font-size: 10px;
	color: #ffffff;
	border: 1px solid #9b5c17;
	background-color: #9b5c17;
	font-weight: bold;
}

/* LEFT NAV COLUMN */

.listen_bg {
	font-size: 11px;
	background: url(../../images/listen_bg.gif) no-repeat;
	width: 200px;
	color: #FFFFFF;
	text-align: left;
	height: 220px;
	padding-top: 0px;
}

#listen_arrow {
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 10px;
}





// end hiding -->
</STYLE>
