/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
	background-color: #fff;
}
#Container {
    background-color: #fff;
    overflow: hidden;
}
#Header {
    background-image: url(../images/header_background.gif);
    height: 163px;
    color: #fff;
	margin-bottom: 12px;
}
#Header #site_title {
	padding: 40px 0 0 60px;
}
#Header h2 {
	padding: 0;
	margin: 0;
	color: #fff;
}
#sidebar_header {
	border-bottom: 1px solid #A61719;
	padding-right: 20px;
	margin-bottom: 8px;	
}
#sidebar_header h4 {
	padding: 4px;
	margin: 0;
}
.sidebar_image {
	padding-bottom: 8px;
}
#Navigation ul li {
	list-style: none;
	margin-left: 4px;
	border-bottom: 1px dotted #555;
}
#Footer {
	margin-top: 20px;
	padding-top: 8px;
	border-top:1px solid #555;
	color: #555;
	width: 100%;
	text-align: center;
}
a {
	font-size: inherit;
	color: #0074C6;
	text-decoration: none; 
}
.translations {
	padding-top: 80px;
	text-align: right;
}
.translations li {
	list-style: none;
}
.translations li a{
	color: #fff;
}
#slideshow li {
	list-style: none;
	margin: 0;
}
.homeArticle {
	background: url(../images/home_article_background.jpg) no-repeat;
	width: 327px;
	height: 332px;
}
.newsTitle a {
	font-size: 16px;
	font-weight: bold;
}
.newsTitleHome a  {
	font-size: 12px;
	font-weight: bold;
}
#homeNewsItem {
	float: right;
}
#homeEventItem {
	float: left;
}
.newsTitleHome {
	padding-bottom: 12px;
}
.eventphotohome {
	text-align: center;
	padding-bottom: 10px;
}
.homeArticleContent, .homeEventContent{
	margin: 20px;
}
#NewsList li, #EventsList li {
	list-style: none;
	margin: 0;
}
.newsTitle a {
	font-size: 14px;
}
.newsDate, .newsDetails {
	color: #333;
	font-size: 10px;
}
.newsSummary {
	padding-bottom: 10px;
}
.newsphoto , .eventphoto{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}