a {
	color: #FFFFFF ;
}
div.frame div.content div.news {
	width: 60% ;
	float: left ;
}

/* Make the news archive span to the entire width of the holding DIV */
div.frame div.archive div.news {
	width: 90% ;
	float: left ;
	margin-right: 10px ;
}
div.frame div.content div.events {
	width: 35% ;
	float: right ;
}
div#epcdisplay {
	display: none ;
}
div.countdown {
	position: absolute ;
	bottom: 5px ;
	right: 30px ;
	width: 35% ;
	padding: 2px ;
	background-color: #333333 ;
	/* for IE */
	filter:alpha(opacity=60) ;
	/* CSS3 standard */
	opacity:0.6 ;
}
div.date {
	width: 38px;
	height: 47px;
	text-align: center;
	padding: 2px 1px 1px 1px;
	float: right;
	margin: 0 20px 10px 0;
	border: 1px solid #ffffff ;
	border-left:4px solid #ffffff;
	background-color: #333399 ;
}
div.date span.month {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	height: 7px;
}
div.date span.day {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
	display: block;
	height: 28px;
}
div.date span.year {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	height: 14px;
}
legend.header {
	font-size: 120% ;
	padding-left: 10px ;
	padding-right: 10px ;
	font-weight: 700 ;
	color: #ffffff ;
}
fieldset {
	border: 1px solid #ffffff ;
}
div.news div.article, div.news div.fullarticle {
	width: 100%;
	overflow: hidden;
	background-color: #333399 ;
	margin-bottom: 10px ;
	padding: 5px ;
	display: none ;
}
div.news div.article {
	height: 70px ;
}
div.news div.fullarticle {
	height: 100% ;
}
div.news div.article a {
	color: #ffcc00 ;
	text-decoration: none ;
}
div.news div.article p {
	margin: 0 ;
	padding: 0 ;
}
div.news div.article span.subject {
	margin: 0 ;
	padding: 0 ;
	font-size: 120% ;
	font-weight: 700 ;
}

.epcEventListings {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none ;
}
.epcEventDate {
	color: #ffffff;
	width: 38px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 2px;
	background-color: transparent ;
}
.epcEventTime {
	display: none;
}
.epcEventTitle {
	color: #ffffff;
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 2px;
	background-color: transparent; 
}
.epcEventCategory {
	display: none;
}
.epcEventDescr {
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}