html, body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #EBE9ED;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}	
#nav {
	display: none;
}
#content h1 {
	font-size: medium;
}
#content .newsContent {
	font-size: small;
}
#content {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header #headerTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	text-decoration: none;
	padding-left: 50px;
	color: #0066FF;
}
#header #breadcrumbLinks a.newsFader {
	text-align: center;
	text-decoration: none;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066FF;
	padding-left: 0px;
}
#header #breadcrumbLinks a {
	text-align: center;
	text-decoration: none;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066FF;
}
a.menuItem {
	display: block;
	padding-left: 8px;
	text-decoration: none;
	color: #000000;
}
a.menuItem:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #E6E3E8;;
	padding: 5px;
	border: thin solid #D3CFD8;
}
a.rdfItem {
	display: block;
	padding-left: 8px;
	text-decoration: none;
	color: #000000;
}
#content #newsContent {
}
.divider {
	border: thin solid #000000;
}
#header {
	background-color: #fff;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
}
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: x-small;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hidden{
	display: none;
}
.spacer {
	clear: both;
}
#nav .navBox .navTitle {
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
}
#nav .navBox {
	border: thin solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.news_link_colour {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#0033FF;
}
a.news_link_colour:hover {
	text-decoration:underline;
	color:#0099FF;
}
a.extLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#0099FF;
	text-align:left;
}
a.extLink:hover {
	text-decoration:underline;
	color:#00CCFF;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	width:100%;
}
td.scorecardHeader {
	font-size: medium;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
td.scorecardHeaderSmall {
	font-size: small;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
td.weatherHeader {
	font-size: small;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#333333;
	color:#FFFFFF;
}
div.newsItem{
	background-color: #E6E3E8;;
	padding: 5px;
	border: thin solid #D3CFD8;
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	border-width: 0px;
}
.map_desc .newsItem .menuTitle {
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
}
.map_desc .newsItem .menuTitle a {
	text-decoration: none;
	color: #FFFFFF;
}
.table_row_underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#newsFader {
	display: none;
}