@charset "utf-8";
/* CSS Document */

#latestNews {
	color: #ffffff;
	padding-bottom:300px;
	width: 450px;
	margin: 0px auto;
	margin-top: 20px;
}

#latestNews #blogTitleLink {
	margin: 0 0 10px 0;
}

#latestNews #blogTitleLink a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-decoration: none;
}

#latestNews #blogTitleLink a:hover {
	text-decoration: underline;
}

#latestNews #blogDate {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 150%;
}

#latestNews #blogMainText a {
	color: #ffffff;
}

#blogPageTitle {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 20px 0 0 10px;
	color: #8f87aa;
}

#HomePagelatestNews {
	background: url(../../images/blog_background.png);
	width: 200px;
	height: 171px; /* original height 181px */
	padding: 10px 0 0 0;
}

#HomePagelatestNews div {
	/*margin: 13px 17px 0px 16px;*/
	margin: 5px 17px 0 16px;
	border-bottom: 1px dotted #6b6e7c;
	padding-bottom: 5px;
}

#HomePagelatestNews div a {
	font-family: Calibri;
	color: #ffffff;
	text-decoration: none;	
}

