#calendar {

}

#calendar table {
	width: 171px;
	border: 1px solid #3c3c3c;
	border-spacing: 0px;
	border-collapse: collapse;
	background: #2b2b2b;
	margin: 0px;
	padding: 0px;
}

#calendar table tr td, #calendar table tr th {
	border: 1px solid #3c3c3c;
	width: 23px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

#calendar table .month{
	width: 171px;
}

#calendar table .month .chevron {
	width: 23px;
	height: 23px;
	float: left;
}

#calendar table .month .month-name {
	width: 123px;
	height: 21px;
	float: left;
	display: inline;
	text-transform: uppercase;
	padding: 2px 0 0 0;
}

#calendar table tr th {
	font-weight: normal;
}

#calendar table tr .blank {
	background: #262626;
}

#latest-news-float {
	float: right;
    margin-right:15px;
	width: 190px;
	clear: both;
}

#latest-news-float #latest-news {
	position: absolute;
	z-index: auto;
	top: 71px;
}

#latest-news-float #latest-news h1 {
	text-transform: uppercase;
	padding: 10px 0 4px 0;
	margin: 0px;
}

#latest-news-float #latest-news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#latest-news-float #latest-news ul li {
	margin: 0px;
	padding: 0px;
}

#latest-news-float #latest-news ul li a {
	text-decoration: none;
}


#links {
	margin-bottom: 20px;
}

#links h1 {
	text-transform: uppercase;
	padding: 10px 0 4px 0;
	margin: 0px;
}

#links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#links ul li {
	margin: 0px;
	padding: 0px;
}

#links ul li a {
	text-decoration: none;
}



#related {

}

#related h1 {
	text-transform: uppercase;
	padding: 10px 0 4px 0;
	margin: 0px;
}

#related ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#related ul li {
	margin: 0px;
	padding: 0px;
}

#related ul li a {
	text-decoration: none;
}

#news-feeds {

}

#news-feeds h1 {
	text-transform: uppercase;
	padding: 10px 0 4px 0;
	margin: 0px;
}

#news-feeds ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#news-feeds ul li {
	margin: 0px;
	padding: 0px;
}

#news-feeds ul li a {
	text-decoration: none;
}