* {
	font-family: "Times New Roman", serif;
	color: black;
}

body {
	font-size: 1em;
}

h1#logo {
	overflow: hidden;
	height: 52px;
	width: 456px;
	display: block;
}


h1#logo a {
	text-decoration: none;
	font-size: 150%;
}

a[rel=external]:after {
	content: " ["  attr(href) "]";
	color: #aaa;
	font-size: 0.7em;
}

a:visited,
a:visited span {
	color: #777;
}

ul#sitenav,
ul#sitenav-extra,
form#pcsearch,
div#sidebar,
div#sidebar > ul,
.backlink,
h1,
#cookietrail,
#pagination ol,
#resultads {
	display: none;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul li {
	display: inline;
}

ul#cookietrail li:after {
	content: " > ";
}

ul#cookietrail li:last-child:after {
	content: "";
}

#map_canvas { 
	width: 500px;
	height: 500px;
}

table.block {
	width: 100%;	
}

table.block caption {
	font-weight: bold;
}

table.block  {
	border: 1px solid black;
}


table.block thead th {
	border-bottom: 1px solid black;
}


table.block th,
table.block td {
	text-align: left; 
	padding: 5px 0 5px 10px ;
}


#pagination h4 {
	margin: 0;
	text-align: center;
}

ul.icon {
	display: none;
}

th.icon {
	font-size: 0;
}

	
	

