h1,h2,h3,h4,h5,h6 {
	color: #005596;
}
p {
	text-indent: 2em;
}
div#page-title h1 {
	font-size: 159%;
	display: inline;
}
div#page-title p {
	font-size: 129%;
	display: inline;
	text-indent: none;
}

img {
	border: 3px double #6184AC;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	float: right;
}
table img {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
table p {
	text-indent: none;
}
td {
text-align: center;
}
div#ft {
	text-align: center;
}

div#ft ul {
	display: none;
}

div#nav-primary {
	display: none;
}

img#center-logo {
	display: none;
}
dt {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 107%;
	color: #005596;
}
dl dl dt {
	font-size: 100%;
}
.qualification-head {
	font-variant: small-caps;
	color: #005596;
}
/* Make bullets blue but text black in unordered lists*/
div.yui-u ul {
	color: #005596;
	padding-left: 2em;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
}
div.yui-u ul span {
	color:#000000;
	font-weight: normal;
}