@charset "utf-8";
#Container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 860px;
}
#header {
	background-color: #06F;
	height: 183px;
	width: 860px;
}
#navbar {
	background-color: #CCC;
	height: 40px;
	width: 860px;
}
#content1 {
	float: left;
	height: 1200px;
	width: 241px;
	background-color: #C8DFFB;
}
.pageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bolder;
}
#content2 {
	background-color: #7CC0FD;
	height: 1200px;
	width: 619px;
	float: left;
	text-align: center;
	padding: 0px;
}
#infobar {
	background-color: #FFF;
	height: 113px;
	width: 857px;
	float: left;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	vertical-align: middle;
}
body {
	background-color: #999;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.middle {
	clip: rect(0px,auto,0px,auto);
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.newstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.dates {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.piccentre {
	text-align: center;
}
.tableback {
	background-color: #7CC0FD;
	border: thin solid #000;
}
