body {
	margin: 0;
	font-family: Verdana;
	color:black;
	border: 0px solid green;
padding-left: 2em;
}
.outer {
width: 910px;
border: 2px solid #cccccc;
background-color: #eeeeee;
}
A {
	font-family:Arial; 
	font-size:10pt;
	text-decoration:none;
	color: #008000;
}
A:link {
	font-weight: normal;
	color: #008000;
	
}
A:visited	{font-weight:normal}
A:hover 	{font-weight:bold}
A:active	{font-weight:bold}
#header {	
	width: 90%;
	float: left;
	background-color: #00ffff;
	padding: 1em 1em 1em 1em;
	margin-left: 1em;
	margin-top: 1em;
}
#header h1 {
	text-align:center;
	font-size: 1.3em;
	font-weight: bold;
}
#header h2 {
	text-align:center;
	font-size: .6em;
}
.scotland {
	color: #0070A2;
}
.england {
	color: #00A105;
}
.hospitals {
	color: #FF0000;
}
.schools {
	color: #CC7722;
}
#columnRight {
	float: right;
	border: 0px solid green;
	width: 70%;
	margin-right: 3em;
	font-size: 1em;
}
#columnRight h1 {
	text-align: center;
	color: #008000;
	font-size:.9em;
	text-decoration: none;
}
#columnRight p {
	text-align: center;
	color: #004000;
	font-size:.6em;
}
#columnLeft {
	margin-top: 0em;
	margin-left: 1em;
	width: 18%;
	background-color: #00FFFF;
	border: 1px solid #00FFFF;
}
#columnLeft p {
	height: 2em;
	border-bottom: medium double rgb(255,255,255);
	font-size: .7em;
	padding-left: 1em;
}	
#contents {
	font-size: .7em;
	max-width:66%;
	text-align: left;
	background-color: #00FFFF;
	color: #004000;
	margin-left: auto;
	margin-right: auto;	
	border: 3px double #008000;
}
#contents p {
	text-align: center;
	font-size: 1em;
}
#contents h1 {
	text-align: left;
	font-size: 1.2em;
}
#contents table {
	border-collapse: collapse;
	width: 100%;

}
#contents td {
	padding-left: 8px;
	padding-top: 6px;
border: 0px double #008000;

}
select {
	margin-left: 5%;
	font-size: .8em;
	border: 1px solid red;
}
label { 
	position: absolute; 
	text-align:right; 
	width:14em; 
	font-size: 1em;
	margin-left: 0em;
	border: 0px double #008000;
}
input {
	height: 1.2em;
	margin-left: 0em;
	border: 1px double #008000;
	font-size: 1em;	
}
input.alignCenter {
	width: 4em;
	height: 1.6em;
	margin-left: 0;
	text-align: center;
	border: red solid 1px;
	font-size: 1em;
}
.button {
	border: red solid 0px;
	text-align: center;
}
.arrow {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	margin-left: 1em;
border: green solid 0px;
}

#txtHint table {
	width: 80%;
	border: 0px solid #000000;
	font-size: .8em;
	text-align: left;
	margin-left: 7%;
}
#txtHint1 table {
	width: 98%;
	border: 0px solid #000000;
	font-size: .8em;
	text-align: left;
	margin-left: 1%;
}
#txtHint1 td {
	padding: 0;
border: 0px solid #000000;
text-align: left;
}
.txtarea {
	text-align: center;
}