.page-content{
	font-size: 15px;
}

.main-page-container {
	color: #2f2f2f;
	font-size: 15px;
	line-height: 1.8em;
	padding: 10px 10px 30px 10px;
}

	.main-page-container h1 {
		font-size: 24px
		margin: 0 0 16px 0;
	}

	.main-page-container h2 {
		font-size: 22px;
		margin: 22px 0 14px 0;
	}

	.main-page-container h3 {
		font-size: 18px;
		margin: 18px 0 13px 0;
	}

	.main-page-container h4 {
		font-size: 16px;
		margin: 16px 0 12px 0;
	}

	.main-page-container h5 {
		font-size: 14px;
		font-weight: bold;
		margin: 14px 0 12px 0;
	}

	.main-page-container h6 {
		font-size: 12px;
		font-weight: bold;
		line-height: 16px;
		margin: 0 0 0 0;
	}

	.main-page-container p {
		margin: 8px 0px 0px 0px;
	}



/* Calendar
-------------------------------------------------- */
.calendar {
	font-family: 'Open Sans', sans-serif;
}

.calendar-head {
	text-align: center;
}

	.calendar-head .prev-month,
	.calendar-head .next-month,
	.calendar-head .actual-month {
		font-size: 14px;
		/* text-transform: uppercase; */
	}
	
	.calendar-head .prev-month {
		float: left;
	}

	.calendar-head .next-month {
		float: right;
	}

.calendar-body {
	font-size: 13px;
}

	.calendar-body .calendar-table td {
		width: 30px;
		height: 30px;
		text-align: center;
	}

	.calendar-body .calendar-table td.default {
		background: transparent;
	}

	.calendar-body .calendar-table td.has-event {
		background: #1c4c97;
	}

		.calendar-body .calendar-table td.default a {
			color: black;
		}

		.calendar-body .calendar-table td.default a.day-passed {
			color: #b7b7b7;
		}

	.calendar-body .calendar-table td.today {
/*		background: #1c4c97; */
		border: 1px solid #1c4c97;
	}

		.calendar-body .calendar-table td.today a {
/*			color: white; */
		}

		.calendar-body .calendar-table td a {
		}

		.calendar-body .calendar-table td a.has-event {
			/* color: #1c4c97; */
			color: white;
			cursor: pointer;
		}

		.calendar-body .calendar-table td.today a.has-event {
			color: #1c4c97;
		}

		.calendar-body .calendar-table td a.no-event {
			color: black;
		}

div.calendar_day_events {
	border: 1px solid #808080;
	background: white;
	padding: 8px;
}

div.calendar_day_events p {
	font-size: 12px;
	margin: 4px 0px;
}

				#site-logos #logo-main #site-names h1#site-name a{
					color: white;
				}

					#site-logos #logo-main #site-names h2#site-name-sub a{
						color: white;
					}

p.departments {
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
}

	p.departments span {
		margin: 0px 12px 0px 0px;
		font-weight: bold;
	}


div.main-page-container a.news-archives-year {
	float: right;
	margin-left: 10px;
}

div.main-page-container a.news-archives-year-active {
	float: right;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}


/* News
-------------------------------------------------- */
.news-item {
	width: 430px;
	float: left;
	margin: 0 50px 40px 0;
}

	.news-title {
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		line-height: 26px;
		margin: 0;
	}

	.news-title-important {
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		line-height: 26px;
		margin: 0;
	}

		.news-title a {
			color: #000000;
		}

		.news-title-important a {
			color: #1c4c97;
		}

		.news-title a:hover {
			color: #1c4c97;
		}

	.news-date {
		font-size: 10px;
		color: #0c3e6f;
		display: block;
		margin: 0 0 5px 0;
	}

	.news-content {
	}

		.news-image {
			float: left;
			width: 130px;
			height: auto;
		}

		div.news-excerpt {
			float: right;
			width: 280px;
			font-size: 15px;
			margin: 0;
			padding: 0;
		}

		div.news-excerpt p {
			margin: 0px;
		}

.more-news {
	float: right;
	/* text-transform: uppercase; */
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	padding-right: 16px;
	margin: 0 30px 30px 0;
	background: url('/static/img/default/more.png') no-repeat;
	background-position: right center;
}

	.more-news:hover{
		color: #1c4c97;
	}

div#user-box {
	border: 1px solid #d0d0d0;
	background: white;
	font-size: 13px;
	margin-top: 20px;
}

	div#user-box p {
		text-align: center;
		margin: 4px 0px;
	}

img {
	border: none;
}

div#old-portal-links {
	font-size: 12px;
}

div#site-wrapper div.grey-wrapper {
	background: #f9f9fa;
	/* padding-bottom: 20px; */
}

#site-footer {
	clear: both;
	background: white;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0px;
}

	#site-footer div.content {
		margin: 0px auto;
	}

	#site-footer p.copyright {
		color: #808080;
		font-family: 'Open Sans';
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 2px;
		text-align: center;
		margin: 0;
	}

		#site-footer p.copyright a {
			color: #808080;
		}

		#site-footer p.copyright a:hover {
			color: #1C4C97;
		}
