.news {
    margin: 0 10px 10px;
}
.news ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.news li {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}
.event {
    float: left;
    margin: 0 0 0 10px;
    width: 525px;
}
.news .new {
    display: block;
    height: 31px;
    margin-left: -1px;
    margin-top: -48px;
    width: 31px;
}
.date, .mini-date {
    background: url("/img/dateBKG.gif") no-repeat scroll 0 0 transparent;
	font: bold 11px/30px "DejaVu Sans","Bitstream Vera Sans",verdana,"Helvetiva Neue",helvetica,arial,sans-serif;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    color: #636363;
    float: left;
    height: 50px;
    margin: 0 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    width: 50px;
}
.mini-date {
	margin-top: 5px;
	font: bold 10px/13px "DejaVu Sans","Bitstream Vera Sans",verdana,"Helvetiva Neue",helvetica,arial,sans-serif;
	height: 30px;
	width: 25px;
}
.mini-date .day {
	font-size: 15px;
	position: relative;
	left: 3px;
	top: 3px;
}
.mini-date .month {
	position: relative;
	left: 2px;
	top: 3px;
}
.date .month {
    display: block;

    height: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}
.date .month abbr {
    border: medium none;
}
.date .day {
    display: block;
    font-size: 20px;
    height: 30px;
    margin-top: -8px;
    text-align: center;
    width: 50px;
}
.event h4 {
    color: #0F3552;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.event p {
    margin: 0;
    padding: 5px 0;
}
.event ul {
    padding: 3px 3px 3px 25px;
}
.news .event li {
    color: #164163;
    list-style-type: square;
    margin: 3px;
    padding: 0;
}
.news .event li span {
    color: #131313;
}
div.newsButtons {
    height: 15px;
    display: block;
}
a.news {
    color: #fff;
    display: block;
    font-family: sans-serif;
    font-size: 0.9em;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 290px;
}
a.older {
    background: url("/img/newsOlder.gif") no-repeat scroll left center transparent;
    float: left;
    padding-left: 20px;
}
a.newer {
    background: url("/img/newsNewer.gif") no-repeat scroll right center transparent;
    float: right;
    padding-right: 20px;
    text-align: right;
	margin-right: 10px;
}
a.newer:hover, a.older:hover {
    opacity: 0.75;
    text-decoration: underline;
}

#latest_news {
	height: 100%;
	min-height: 200px;
}

#latest_news .date-title {
	font-size: 95%;
}

#latest_news li {
	display: none;
	height: 100%;
	margin-left: 0px;
}

#latest_news li a {
	border-bottom: #fff dotted 1px;
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
}
#latest_news li div.created {
	font-size: 10pt;
	font-family: serif;
}