@charset "UTF-8";

#content_container {
	padding: 20px 30px 30px 30px;
	background: #f9f9fc;
	border-top: 5px solid #07327e;
}

#left_content {
	float: left;
	text-align: left;
	width: 580px;
}

.text_container p {
	text-align: justify;
	font-size: 11pt;
	line-height: 18pt;
	margin-bottom: .4em;
	color: #2d2d2d;
}

.text_container a {
	color: #07327e;
	text-decoration: underline;
}

.text_container a:hover{
	color: #3460ae;
	text-decoration: none;
}

.thumbnail {
	float: left;
	width: 190px;
	text-align: center;
	text-decoration: none;
}

.thumbnail a {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #979797;
}

.thumbnail a img {border: 10px solid #979797;}
.thumbnail a:hover {color: #acacac;}

#right_content {
	float: left;
	text-align: left;
	width: 240px;
	margin-left: 20px;
}

#right_content h2 {
	text-align: center;
	color: #07327e;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 10px;
}

.news_item {margin-bottom: 2em;}

.news_item p {
	font-size: 9pt;
	line-height: 170%;
}
.news_item a {
	color: #07327e;
	text-decoration: underline;
}

.news_item a:hover{
	color: #3460ae;
	text-decoration: none;
}

.calendar {
	height: 53px;
	width: 34px;
	display: block;
	background: white;
	border: 1px solid #cdcdcc;
	text-align: center;
	float: left;
	margin-top: .4em;
}

.month, .year {
	display: block;
	background: #1a4b90;
	padding-top: 1px;
	height: 14px;
	color: white;
	font-size: 10px;
}

.day {
	display: block;
	margin-top: 3px;
	height: 20px;
	color: black;
	font-family: "Times New Roman", serif;
	font-size: 16px;
}

.news_text {
	float: left;
	width: 194px;
	margin-left: 10px;
}

.more {float: right;}

.more a{
	font-size: 11pt;
	color: #07327e;
	text-decoration: underline;
}

.more a:hover{
	color: #3460ae;
	text-decoration: none;
}