/* CSS Document */

#menu {
	width: 200px;
	left: 20px;
	top: 165px;
	position: absolute;
}

#strap {
	width: 200px;
	left: 20px;
	top: 25px;
	position: absolute;
	height: 114px;

}

#runninghead {
	width: 640px;
	left: 240px;
	top: 17px;
	position: absolute;
}

#centre {
	width: 640px;
	left: 242px;
	top: 163px;
	position: absolute;
}

p,li,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

a:link {
	color: #0090D9;
	text-decoration: none;
}
a:visited {
	color: #0090D9;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #0090D9;
	text-decoration: none;
}

.strap {
	font-family: Arial, Helvetica, sans-serif;
	color: #00188C;
	font-size: 12px;
	line-height:14px;
	font-weight: bold;
}

.runninghead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #00188C;

}
.hr {
color: #AEE0ED;
height: 2px;
width: 100%;

}