body {
	background-image:url(img/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#7F0000;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:21px;
	color:#BBBBBB;
	font-weight:700;
	margin:0;
}

h3 {
	font-size:16px;
	color:#A20000;
	font-weight:700;
	margin:10;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

h4 {
	font-size:18px;
	color:#790000;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #790000;
}

h6 {
	font-size:15px;
	color:#B22222;
	margin:0;
	font-weight:700;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:700px;
	height:100px;
	margin-bottom:0px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(img/flag.gif);
	float:left;
}

#bannerRight {
	width:529px;
	height:90px;
	background:url(img/bg_bannerRight.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding: 10px 0 0 10px;
}

#bannerRight h6 {
	padding-bottom: 3px;
}

#content {
	background:url(img/bg_content.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
	width: 150px;
}

#rightColumn {
	float:right;
	width:530px;
	padding-left:20px;
	color:#000000;
}

#leftColumnBottom {
	width:130px;
	background:url(img/bg_leftColumnBottom.gif) repeat-x;
	padding:50px 10px 10px;
	color:#EAEAEA;
}

#leftColumnBottom img {
	width:100px;
}

#leftColumn, #rightColumn a {
	text-decoration: none;
	color: #DDDDDD;

}

#leftColumn a {
	text-decoration: none;
	color: #790000;

}

#leftColumn a.facebook-link {
    color: #1877F2 !important;
}

#rightColumn a {
	color:#555555;
	text-decoration: none;


}

#rightColumn a:hover {
	color:#FF0000;
	text-decoration: none;


}

#leftColumn a:hover {
	color:#FF0000;
	text-decoration: none;

}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:13px;
	color:#CCC;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
}

.clear {
	clear:both;
}

#nav a.facebook-link {
    color: #1877F2 !important;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#FFFFFF;
}

.NewsOverview, .NewsDescription {
		font-family: ;
		font-size: 12px;
		color: #790000;
		padding: 3px;
		display:block;
	}
	
	.NewsOverview {
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	.NewsOverview a:link, .NewsOverview a:visited {
		color: #790000;
		text-decoration: none;
		font-weight:normal;
		display:block;
	}
	
	.NewsOverview a:hover {
		color: #790000;
		text-decoration: underline;
	}
	
	.NewsTitle h1 {
		font-family: ;
		font-size: 17px;
		color: #790000;
		font-weight: bold;
		padding: 3px;
		margin:0px 0px 0px 0px;
		background-color: ;
		letter-spacing: normal;
	}
	
	.NewsTitle h1 a {
		color: #790000;
		font-size: 12px;
		text-decoration: underline;
		display:block;
	}
	
	.NewsTitle h1 a:hover {
		color: #790000;
		text-decoration: underline;
	}
	
	.NewsItem {
		display:block;
		clear:both;
		overflow:hidden;
		background-color: ;
		width: 90%;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		border: 0px solid ;
	}