#contentColumn {
	background: url(../gfx/archive-bg.png) repeat-y;
	padding: 20px 0px 20px 20px;
}


.list {
	float: left;
	width: 350px;
	margin: 0px 0px 0px 6px;
}

.list h2.news {
	width: 49px;
	height: 16px;
	background: url(../gfx/headers/signNews.gif);
}

.list h2.events {
	width: 59px;
	height: 16px;
	background: url(../gfx/headers/signEvents.gif);
}

.archive {
	float: right;
	width: 285px;
	margin-top: -20px;
}

.archive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.archive .reflect_year_link {
	display: block;

	border-bottom: 1px solid #f7f7f7;
	
	color: #fff;
	background: #888;
	
	width: 279px;
	padding: 3px;
	
	font-weight: bold;
	font-size: 14px;
}

.archive .reflect_month_link {
	font-size: 11px;
	font-weight: bold;
}

.archive li li {
	background: url(../gfx/breadcrumbsArrow.png) 0 7px no-repeat;
	margin: 0;
	padding: 0 0 0 6px;
	cursor: pointer;
}

.archive li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.archive li a:hover {
	text-decoration: underline;
}

.archive ul ul {
	padding: 0 0 0 3px;
}

.archive ul ul ul {
	padding: 0 0 0 10px;
}

.archive li li {
	
}

.archive li li a {
	font-weight: normal;
}

.archive li li li {
	
}

.reflect_item .reflect_date
{
	display: none;
}
