body {
	background-color: white;
	color: #666666;
	font-size:12pt;
	font-family: "Gill Sans", Verdana, sans-serif;
}

#map {
	width: 640px; 
	height: 480px;
	margin: 5px 0 10px 20px;
	color: #BF80C1; /* change the colour of the titles on the map, paragraph colour reset later*/
}

h1 {
	color: #80A1C1;
	font-size: 3em;
	margin: 30px 20px 0 20px;
	text-align: center;
	border-width: 2px 0;
	border-style: solid;
	border-color: #80A1C1;
	padding: 0 0 7px 0;
}

h2 {
	color: #CA99CC;
	margin: 30px 0 0 20px;
}

p {
	margin: 20px 20px 25px 20px;
}

#iwsw p {
	/* reseting paragraphs margin and colour within map boxes */
	margin: 10px 0 0 0;
	color: #666666;
}

p.credit {
	border-top: 2px solid #99B3CC;
	padding-top: 20px
}

.meta {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 32px;
	font-size: 1.1em;
}

ul.meta {
	text-align: center;
	padding: 0;
	margin: 5px 0 32px 0;
}

ul.meta li {
	display: inline;
	margin: 8px;
}

ul.meta li a:link, 
ul.meta li a:visited, 
ul.meta li a:hover, 
ul.meta li a:active {
	text-decoration: none;
}


p.credit a:link, 
p.credit a:visited, 
p.credit a:hover, 
p.credit a:active {
	background-image: url('../img/favicon.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 22px;
}

a:link,
a:visited {
	color: #80A1C1;
}

a:hover,
a:active {
	color: #FF9234;
}

ul.key {
	margin:0px 20px 0 20px;
	padding: 0 0 25px 0;
	list-style-type: none;
	border-bottom: 5px solid #99B3CC;
}

ul.key li {
	margin: 0 0 10px 7px;
	padding-bottom: 20px;
	display: inline;
	white-space: nowrap;
}

ul.key li img {
	position: relative;
	top: 11px;
	margin-right: 3px
}

ul.locations {
	color: #CA99CC;
	list-style-type: square;
}