.ann_today, .tomorrow, .aftertomorrow {
	padding: 0px 20px 0px 0;
	clear: both;
	height:auto;
	vertical-align:top;
}

.ann_today {
	background-image:url('/images/announce_bg.jpg');
	background-repeat:repeat-x;
	color:#ffffff;
	background-color:#015db4;
}

table.ann_today div.announcements a{
	text-decoration:underline;
	color: #ffffff;
}

table.ann_today div.announcements a:hover{
	color:#015db4;
	background-color:#ffffff;
}

.ann_today td, .tomorrow td, .aftertomorrow td{
	vertical-align:top;
	font-size:13px;
}

.ann_today h3 {
	color: #ffffff;
}

.tomorrow .datecube {
	background-color:#025cb4;
	color:#ffffff;
}

.aftertomorrow .datecube {
	background-color:#347dc5;
	color:#ffffff;
}

.announcements {
	margin-bottom:10px;
	display:block;
}

.datecube{
	display: block;
	position:relative;
	width:50px;
	float:left;
	font-size:20px;
	text-align:center;
	margin-right:15px;
	line-height:18px;
	padding:6px 0 6px 0;
}

div.yearcube
{font-size: 80%;
 letter-spacing: 2px;
 text-align: center;
 width: 50px;
 background-color: rgb(15, 85, 153);
 color: white; 
}

.more .datecube{
	display: block;
	position:relative;
	width:23px;
	float:left;
	font-size:9px;
	line-height:7px;
	text-align:top;
	background-color:#347dc5;
	margin-right:5px;
	color:#ffffff;
	margin-top:auto;
}

.more .announcements {
	width: 100%;
	margin-bottom:10px;
	font-size:11px;
	display:block;
	margin:0;
	padding:0;
}

.ann_today .datecube{
	background-color:#ffffff;
	color: #0854a8;
}

.more {
	width:100%;
}

.more td{
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
}

.grayline td{
	background-color:#e0e0e0;
}

div.annsection
{margin-top: 20px
}

div.annsection span.time
{font-weight: bold;
 margin-right: 4px
}


blockquote, blockquote.quote-red.quote-green  {
	font-size: 1.1em;
	font-weight: 900;  
	color:#6e6e6e;
	background:#f1f1f1;
	width:33%;
	float:right;
	margin:0 0 15px 15px;
	padding:20px 24px;
	border-left:5px solid #3f76b6;
}


blockquote.quote-red {
	background:#ffecea;
	border-left-color: #d89393;
}

blockquote.quote-green {
	background:#e4f5e8;
	border-left-color: #93d8a6;
}