html, body {
	margin:0;
	padding:0;
	text-align:center;
}
#header_container {
	width:100%;
	height: 90px;
	background-image: url('../images/core/background_top.gif');	
}
#header {
	text-align:center;
	color:#FFFFFF;
}
#content_container {
	text-align:center;
	margin:0 auto;
	width:780px;
}
#content_image {
	margin-top: 10px;
	margin-bottom:10px;
}
#navigation {
	width: 180px;
	height: 440px;
	background-color: #487faf;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	line-height: 15px;
	text-align:left;
	padding-top: 20px;
	margin-right:5px;
	float:left;
	letter-spacing: 1px;
}
#content {
	width: 570px;
	background-color: #eeeeee;
	float:right;
	font-family: Arial;
	font-size: 12px;
	padding: 10px;
	text-align:left;
}
.navigation_image {
	border:0px;
}
.contentimages {
	margin-right: 12px;
}

a:link,a:active,a:visited {
	color: #20415c;
	text-decoration:underline;
}
a:hover {
	color: #487faf;
	text-decoration: none;
}
.news_headline {
	color: #1c4971;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}
.news_date {
	color: #487faf;
	font-size: 12px;
	font-family: Arial;
	margin-bottom: 5px;
}
.news {
	margin-bottom: 15px;
}
h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin:0px 0px 17px 0px;
	font-family: arial;
}