/* main styles */

body {
	margin: 0;
	padding: 0;
	color: #133450;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	background: #dbdee1;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #133450;
}

a:hover {
	text-decoration: underline;
}

input {
	vertical-align: middle;
}

.floatleft			{float: left !important;}
.floatright 		{float: right !important;}
.clear					{clear: both !important;}
.hidden					{display: none;}
.bold						{font-weight: bold !important;}
.grey						{color: gray !important;}
.smaller				{font-size: 90% !important;}
.bottom-border	{border-bottom: 2px solid #fff;}
.top-border			{border-top: 5px solid #fff;}

input.text, input, select, textarea {
	color: #133450;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 78%;
	font-weight: normal;
}

/* images text or logo */

.next a, .prev a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/* layout elements */

.main-container {
	width: 776px;
	margin: 0 auto;
}

.main {
	border: 5px solid #fff;
	border-width: 0 5px;
	width: 766px;
	overflow: hidden;
}

.header {
	width: 100%;
	background-color: #5b758c;
	border-bottom: 2px solid #fff;
	overflow: hidden;
}

div.logo {
	float: left;
	width: 295px;
	height: 110px;
}

img.logo-img {
	background-image: url(images/logo.gif);
}

.slogan {
	float: right;
	width: 379px;
	display: block;
	background: url(images/bg-dotted.gif) repeat-x left bottom;
	color: #fff;
	font-size: 100%;
	padding: 34px 0 8px 0;
	margin: 0 14px 0 0;
	overflow: hidden;
}

* html .slogan {
	margin: 0 7px 0 0;
}

/* top navigation */

.top-nav {
	float: right;
	margin: 16px 21px 0 0;
	padding: 0 0 6px 0;
}

.top-nav li {
	float: left;
	margin: 0 3px 5px 0;
	font-size: 92%;
}

.top-nav li span {
	display: block;
	cursor: pointer;
}

.top-nav li span span {
	display: block;
	font-weight: bold;
	padding: 3px 0 5px 0;
	text-align: center;
}

.top-nav li.help										{background: #ffbe48 url(images/bg-a-help.gif) repeat-y left; width: 45px;}
.top-nav li.help span								{background: url(images/bg-a-help-top.gif) no-repeat left top;}
.top-nav li.help span span					{background: url(images/bg-a-help-bottom.gif) no-repeat left bottom;}
.top-nav li.contact									{background: #ffbe48 url(images/bg-a-contact.gif) repeat-y left; width: 78px;}
.top-nav li.contact span						{background: url(images/bg-a-contact-top.gif) no-repeat left top;}
.top-nav li.contact span span				{background: url(images/bg-a-contact-bottom.gif) no-repeat left bottom;}
.top-nav li.site-index							{background: #ffbe48 url(images/bg-a-site-index.gif) repeat-y left; width: 75px;}
.top-nav li.site-index span					{background: url(images/bg-a-site-index-top.gif) no-repeat left top;}
.top-nav li.site-index span span		{background: url(images/bg-a-site-index-bottom.gif) no-repeat left bottom;}
.top-nav li.accessibility						{background: #ffbe48 url(images/bg-a-accessibility.gif) repeat-y left; width: 92px;}
.top-nav li.accessibility span			{background: url(images/bg-a-accessibility-top.gif) no-repeat left top;}
.top-nav li.accessibility span span	{background: url(images/bg-a-accessibility-bottom.gif) no-repeat left bottom;}


.font-size {
	clear: right;
	float: right;
	font-size: 1px;
	padding: 11px 10px 0 0;
}

.font-size li {
	display: inline;
	height: 22px;
	margin: 0 3px 0 0;
}

.middle {
	width: 100%;
	overflow: hidden;
	background: url(images/bg-middle.gif) repeat-y left;
}

.two-col-bg, .divider {
	background: url(images/bg-two-col.gif) repeat-y right;
}

.two-col-standard {
	background: #ccc url(images/bg-two-col-standard.gif) repeat-y left;
}

.two-col-bg2 {
	background: url(images/bg-two-col2.gif) repeat-y right;
}

.left-column {
	float: left;
	width: 190px;
	background: #fff;
}

.right-column {
	float: right;
	width: 574px;
}

/* search form */

form.search {
	background: #96a6b5;
	padding: 14px 0 13px 14px;
	border-bottom: 1px solid #fff;
}

form.search label {
	display: none;
}

form.search .text {
	padding-left: 4px;
	width: 132px;
	margin: 0 8px 0 0;
}

/* registration form */

.form-box {
	margin: 14px;
	font-size: 78%;
}

.form-box textarea {
	overflow: auto;
}

.form-box div.form_label {
	clear: both;
	float: left;
	width: 140px;
	margin: 2px 0;
}

.form-box div.form_input {
	float: left;
	width: 400px;
	margin: 2px 0;
}

.form-box input, .form-box textarea {
	font-size: 100%;
}

#newsletter_ {
	margin-left: 10px;
}

/* left nav */

.left-nav {
	border-bottom: 2px solid #fff;
	margin-bottom: -4px;
	position: relative;
}

.left-nav a {
	color: #fff;
}

.left-nav div {
	padding: 2px 22px 3px 16px;
	background: url(images/arrow1.gif) no-repeat 170px 4px;
}

.left-nav ul ul div {
	padding-right: 2px;
}

.left-nav span div {
	background: #546576;
}

.left-nav ul ul {
	border-top: 1px solid #d9dee3;
	font-size: 100%;
	margin-bottom: -1px;
}

.left-nav ul li {
	border-bottom: 1px solid #d9dee3;
	background: #667b8f;
	font-weight: bold;
}

.left-nav ul li li {
	font-weight: normal;
	background: #8595a5 url(images/bg-left-nav-left.gif) repeat-y left;
}

.left-nav ul li li span {
	background: url(images/bg-left-nav-top.gif) no-repeat left top;
	display: block;
}

.left-nav ul li li div {
	background: url(images/gt1.gif) no-repeat 16px 7px;
	padding-left: 27px;
}

.left-nav ul li li li div {
	background: url(images/gt1.gif) no-repeat 52px 7px;
	padding-left: 63px;
}

.left-nav ul li li li li div {
	background: url(images/gt1.gif) no-repeat 88px 7px;
	padding-left: 99px;
}

/* left features */

.left-column .box {
	border: 1px solid #bbc5ce;
	width: 187px;
	border-top: 8px solid #bbc5ce;
	margin: 4px 0 0 0;
	background: #fff;
	color: #345370;
}

.left-column .box img {
	display: block;
}

.left-column .box .image {
	width: 185px;
	border: 1px solid #fff;
}

.left-column .box .text {
	padding: 7px 7px 0 7px;
}

.left-column .box .text a {
	color: #345370;
}

.left-column .box .text .h {
	display: block;
	font-size: 78%;
	padding: 0 0 5px 0;
}

.left-column .box .text .h a {
	display: block;
}

.left-column .bg {
	background: #e3e6e9;
}

.left-column .bg .h {
	padding: 0 0 5px 20px !important;
	background: url(images/arrow2.gif) no-repeat 0 2px;
}

/* standard styles */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.header h1 {
	font-size: 100%;
}

p {
	margin: 0 0 14px 0;
	font-size: 78%;
}

ul, ol {
	margin: 0;
	padding: 0;
	font-size: 78%;
	line-height: 123%;
}

li {
	list-style-type: none;
}

.block1 .text-content ul {
	margin: 10px;
	padding: 0 10px 0 20px;
}

.block1 .text-content ol {
	margin: 10px;
	padding: 0 10px 0 30px;
}

.block1 .text-content ul li {
	list-style-type: square;
}

.block1 .text-content ol li {
	list-style-type: decimal;
}

.delimiter {
	margin: 0 6px;
}

.colour {
	color: #c77000;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 14px 14px 30px 14px;
	clear: both;
}

.footer li {
	display: inline;
}

/* homepage content */

.index-box {
	float: left;
	background-color: #fff;
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 6px solid #bbc5ce;
	border-top: 5px solid #bbc5ce;
	width: 562px;
	color: #35536f;
}

.index-box-image {
	float: left;
	width: 194px;
}

.index-box-text {
	float: left;
	padding: 20px 20px 20px 0;
}

.index-box-text p {
	margin: 0;
}

.index-list {
	width: 100%;
	float: left;
	background: url(images/bg-index-list.gif) repeat-y left;
	border-bottom: 2px solid white;
}

.index-list .row {
	border-top: 2px solid #fff;
}

.index-list .box {
	width: 286px;
}

.index-list .box .h {
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 78%;
	padding: 5px 20px;
	background: #fdc450 url(images/arrow2.gif) no-repeat 6px .5em;
	padding-left: 24px;
}

.index-list .box ul {
	margin: 5px 20px;
	line-height: 16px;
}

.index-list .box ul li {
	background: url(images/arrow2.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	margin: 4px 0;
}

.index-list .bg {
	clear: both;
	width: 100%;
	height: 9px;
	background: url(images/bg-index-list-bottom.gif);
	overflow: hidden;
}

.breadcrumb {
	background: #c2ccd6;
	border-bottom: 2px solid #fff;
	padding: 5px 16px 6px 16px;
}

.breadcrumb li {
	display: inline;
}

.bar {
	background: #fdc450;
	padding: 11px 16px 12px 16px;
	border-bottom: 2px solid #fff;
}

.bar h1 {
	font-size: 82%;
}

.non-header {
	font-size: 82%;
	font-weight: bold;
}

.bar * {
	margin: 0;
}

/* layout */

.text-content, .text-content-top p {
	padding: 10px 16px;
}

.text-content h2 {
	font-size: 78%;
	margin: 0 0 15px 0;
}

.text-content h3 {
	font-size: 78%;
}

.text-content img {
/*	float: left; */
	border: 1px solid #5b758c;
	margin: 0 10px 10px 0;
}

.text-content-top {
	background-color: #e3e7ea;
}

.text-content-top p {
	padding-bottom: 0;
}

.text-content-top input {
	margin-left: 14px;
}

.two-col {
	overflow: hidden;
	width: 100%;
}

.two-col .text-content {
	float: left;
	width: 354px;
}

.two-col .right-col {
	float: right;
	width: 185px;
	background: #fff;
}

.two-col .right-col .image img {
	display: block;
}

.two-col .right-col .image {
	border-bottom: 1px solid #fff;
}

.two-col .right-col .h {
	display: block;
	background: #899aaa;
	color: #fff;
	padding: 5px 7px 6px 7px;
	font-size: 78%;
	border-bottom: 1px solid #fff;
}

.two-col .right-col .h a {
	color: #fff;
}

.two-col .right-col .block {
	border-bottom: 4px solid #899aaa;
	background: #e3e6e9;
	padding: 3px 7px;
	margin: 0 0 3px 0;
}

.two-col .right-col .block ul {
	background: url(images/bg-dotted2.gif) repeat-x left top;
	margin: 0 -3px 10px -3px;
}

.two-col .right-col .block ul li {
	background: url(images/bg-dotted2.gif) repeat-x left bottom;
	padding: 4px 3px;
}

.two-col .right-col .block ul li a {
	font-weight: bold;
	display: block;
	background: url(images/arrow2.gif) no-repeat 100% 1px;
	padding: 0 20px 0 0;
}

.plainblock {
	border-bottom-width: 0 !important;
	background: #e3e6e9;
	padding: 14px 7px 7px 7px !important;
	margin: 0 !important;
}

/* services */

div.service {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

div.service h1 {
	background: #667b8f;
	font-size: 78%;
	color: #fff;
	padding: 6px 16px 7px 16px;
}

div.service h2 {
	clear: both;
	background: #899aaa;
	font-size: 82%;
	color: #fff;
	padding: 4px 16px 5px 16px;
}

div.service .block1 {
	background-color: #f0f3f5;
	overflow: hidden;
	margin: 0 0 2px 0;
	width: 574px;
}

div.service .list {
	float: left;
	width: 50%;
	background: #e3e6e9;
	margin: 1px 0 3px 0;
	padding: 2px 0 0 0;
}

div.service .list li {
	border-bottom: 1px solid #b7c2cc;
	padding: 3px 0 4px 40px;
	background: url(images/arrow3.gif) no-repeat 20px 5px;
}

div.service .list li a {
	font-weight: bold;
}

div.service .help {
	padding: 0 0 2px 0;
	border-bottom: 6px solid #c2ccd6
}

div.service .help .block2 {
	padding: 10px 16px 0 16px;
	background: #f0f3f5;
	overflow: hidden;
	width: 552px;
}

div.service .help a {
	text-decoration: underline;
}

.line {
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: url(images/bg-line.gif) repeat-x top;
}

.a-z {
	float: left;
	background: #96a6b5;
	padding: 0 0 0 12px;
	border-bottom: 2px solid #fff;
	width: 562px;
}

.a-z li {
	float: left;
	border-left: 1px solid #fff;
	width: 20px;
	text-align: center;
	min-height: 20px;
	line-height: 20px;
}

.a-z li a {
	color: #fff;
	font-weight: bold;
}

.a-z li.active {
	background: #fdc450;
}

.a-z li.active a {
	color: #133450;
}

/* paging */

.paging-bar {
	clear: both;
	background: #e3e6e9;
	border-bottom: 1px solid #fff;
	padding: 8px 0 7px 0;
	width: 100%;
	overflow: hidden;
}

.paging {
	float: left;
	padding: 0 0 0 16px;
}

.paging li {
	float: left;
	margin: 0 2px 0 0;
	border: 1px solid #cedbe9;
	background: #667b8f;
	padding: 0 5px;
	line-height: 17px;
}

.paging li.of {
	width: 93px;
	border: 0;
	padding: 0;
	background: none;
	line-height: 21px;
}

.paging a {
	float: left;
	font-weight: bold;
	color: #fff;
	display: block;
}

.paging .active {
	background: #314d68;
	color: #fff;
}

.paging .prev {
	margin-right: 10px;
	width: 17px;
	height: 17px;
	border: 1px solid #fff;
	padding: 0;
}

.paging .next {
	margin: 0 0 0 8px;
	width: 17px;
	height: 17px;
	border: 1px solid #fff;
	padding: 0;
}

.paging .prev a, .paging .next a {
	padding: 0;
	width: 17px;
	height: 17px;
}

.paging .prev a {
	background: #b2bec9 url(images/prev.gif);
}

.paging .next a {
	background: #b2bec9 url(images/next.gif);
}

.paging .all {
	margin: -2px 0 0 10px;
	position: relative;
	padding-right: 6px;
	border-color: #fff;
}

.paging .all a {
	line-height: 19px;
	background: url(images/arrow1.gif) no-repeat 100%;
	padding: 0 22px 0 5px;
}

.organisations-listing {
	border-top: 3px solid #d2d8dd;
	border-bottom: 5px solid #d2d8dd;
	padding: 0 0 3px 0;
	background: #fff;
}

.organisations-listing li {
	border-top: 2px solid #fff;
	background: #f0f3f5;
}

.organisations-listing li {
	padding: 7px 16px;
}

.organisations-listing li a {
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(images/arrow2.gif) no-repeat left;
}

.category-bar {
	padding: 4px 16px;
	width: 542px;
	overflow: hidden;
	background: #667b8e;
	border-bottom: 1px solid #fff;
}

.category-bar label {
	display: none;
}

.category-bar a {
	float: left;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 78%;
	line-height: 21px;
	background: url(images/arrow-left1.gif) no-repeat left;
}

.category-bar form {
	float: right;
}

.category-bar select {
	font-size: 70%;
	font-weight: bold;
	width: 200px;
	margin-right: 3px;
}

.organisation {
	clear: both;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}

.organisation .left-col {
	float: left;
	width: 316px;
}

.organisation .right-col {
	float: right;
	width: 255px;
}

.organisation .right-col .line {
	height: 6px;
	background: #c2ccd6;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.organisation .left-col .block {
	padding: 10px 16px 0 16px;
}

.organisation .right-col .block {
	padding: 10px 9px 0 9px;
	background: #f6f7f8;
	overflow: hidden;
	width: 237px;
	font-family: Tahoma, Helvetica, sans-serif;
}

.organisation .left-col h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 78%;
	margin: 0 0 10px 0;
}

.organisation .left-col h3 {
	font-size: 78%;
	margin: 0 0 10px 0;
}

.address {
	font-family: Tahoma, Helvetica, sans-serif;
}

.www {
	margin: 0 0 15px 0;
	line-height: 18px;
}

.www a {
	text-decoration: underline;
}

.icons {
	width: 100%;
	overflow: hidden;
}

* html .icons {
	padding: 0 0 10px 0;
}

.icons li {
	float: left;
	margin: 0 13px 7px 0;
}

.icons li img {
	display: block;
	border: 3px solid #b2bdc8;
}

.organisation .right-col h4 {
	color: #fff;
	background: #899aaa;
	font-size: 78%;
	margin: 0;
	padding: 4px 9px 5px 9px;
}

.organisation .right-col ul {
	margin: 0 0 15px 0;
	line-height: 18px;
}

.organisation .right-col p {
	line-height: 18px;
}

.extra-bar {
	padding: 9px 16px 7px 16px;
	width: 542px;
	overflow: hidden;
	background: #667b8e;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.extra-bar h1 {
	float: left;
	font-size: 82%;
	margin-top: 2px;
}

.extra-bar a.left {
	float: left;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 78%;
	line-height: 21px;
	background: url(images/arrow-left1.gif) no-repeat left;
}

.extra-bar .paging {
	float: right;
}

/* news */

.news-list {
	width: 100%;
	background: url(images/bg-news-list.gif) repeat-y left;
	overflow: hidden;
	padding-bottom: 30px;
}

.news-list .left-col {
	float: left;
	width: 105px;
	padding: 6px 0 0 9px;
}

.news-list .right-col {
	float: right;
	width: 458px;
}

.news-list .right-col .block {
	padding: 10px 21px 0 21px;
	width: 416px;
	overflow: hidden;
}

.news-list .right-col .block .one {
	width: 100%;
	padding: 10px 0 0 0;
}

.news-list .right-col .block .one img {
	float: left;
	margin: 0 12px 10px 0;
	border: 1px solid #133450;
}

.news-list .right-col .block .one p {
	margin: 0 0 10px 0;
}

.news-list .right-col .block .one div {
	font-size: 78%;
}

.news-list .right-col .block .one div a {
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(images/arrow3.gif) no-repeat 0 2px;
}

.news-list .right-col .line {
	clear: left;
	height: 1px;
	background: #b2bec9;
}

.news-list .right-col h2 {
	border-top: 1px solid #aebac5;
	border-bottom: 1px solid #aebac5;
	background: #e3e6e9;
	color: #c77000;
	font-size: 78%;
	padding: 5px 20px 6px 20px;
}

.news-list .left-col label {
	display: none;
}

.news-list .left-col select {
	font-weight: bold;
	width: 76px;
	margin: 0 3px 10px 0;
}

.news-list .left-col ul {
	font-size: 70%;
}

.news-list .left-col ul li {
	float: left;
	background: url(images/bg-month-bg.gif) repeat-y right;
	width: 94px;
	margin: 0 0 2px 0;
}

.news-list .left-col ul li span {
	display: block;
	background: url(images/bg-month-top.gif) no-repeat left top;
}

.news-list .left-col ul li span span {
	background: url(images/bg-month-bottom.gif) no-repeat left bottom;
	padding: 3px 0 5px 10px;
	min-height: 11px;
}

.news-list .left-col ul li a {
	font-weight: bold;
}

ul.prev-next {
	float: left;
	margin: 0 0 0 80px;
}

ul.prev-next li {
	float: left;
	margin: 0 6px 0 0;
	border: 1px solid #cedbe9;
	background: #314d68;
	font-size: 92%;
	padding: 0 8px 0 7px;
	font-weight: bold;
}

ul.prev-next li.p a {
	float: left;
	color: #fff;
	display: block;
	padding: 0 10px 0 20px;
	line-height: 19px;
	background: url(images/arrow-left2.gif) no-repeat left;
}

ul.prev-next li.n a {
	float: left;
	color: #fff;
	display: block;
	padding: 0 30px 0 25px;
	line-height: 19px;
	background: url(images/arrow1.gif) no-repeat right;
}

.news-detail {
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: #f0f3f5;
}

.news-detail .title {
	background: #d5dde3;
	padding: 10px 16px 11px 16px;
	font-size: 78%;
	border-bottom: 2px solid #fff;
}

.news-detail .title h1 {
	display: inline;
	font-size: 100%;
}

.news-detail .text-content {
	padding: 16px 16px 0 16px;
	overflow: hidden;
	width: 542px;
}

/* search result */

.search-result {
	width: 574px;
	padding: 0;
	clear: both;
	color: #fff;
	background: #fff;
	font-size: 78%;
}

.search-result li {
	list-style-type: none;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #5b758c;
	background: #96a6b5;
	line-height: 28px;
}

.search-result li a:hover {
	text-decoration: underline;
}

.search-result li.open {
	background: #7f90a2;
	border: 0;
}

.search-result li a {
	padding: 0 0 0 38px;
	font-weight: bold;
	color: #fff;
	background: url(images/plus.gif) no-repeat 19px 50%;
}

.search-result li.open a {
	background: url(images/minus.gif) no-repeat 19px 50%;
}

.search-result ul {
	background: #f0f3f5;
	border-top: 2px solid #fff;
	margin: 0 !important;
	font-size: 100%;
	color: #13334f;
	padding: 15px 40px 10px 35px;
}

.search-result ul li {
	background: none;
	margin: 0 0 10px 0;
	border: 0;
	line-height: 16px !important;
}

.search-result ul strong {
	font-weight: normal;
}

.search-result ul a {
	background: url(images/arrow2.gif) no-repeat left !important;
	padding: 0 0 0 20px;
	color: #13334f;
}

.search-result span {
	padding: 0 0 0 10px;
}

.search-result a:hover {
	text-decoration: none;
}

.search-bar {
	width: 542px;
	background: #fdc450;
	padding: 10px 16px;
	font-size: 78%;
	border-bottom: 2px solid #fff;
}

.search-bar h1 {
	font-size: 100%;
	font-weight: normal;
}

/* sitemap */

h1.sitemap {
	width: 542px;
	background: #fdc450;
	padding: 10px 16px;
	font-size: 82%;
	border-bottom: 2px solid #fff;
}

.sitemap-intro {
	background-color: #f0f3f5;
	border-bottom: 1px solid #aebac5;
	padding-bottom: 0;
}

ul.sitemap {
	padding: 0 0 18px 0;
	background: #f0f3f5;
	line-height: 150%;
}

ul.sitemap ul {
	font-size: 100%;
}

ul.sitemap a {
	font-weight: bold;
	display: block;
	background: #e3e6e9;
	border-bottom: 1px solid #a9b5c1;
	margin-bottom: -1px;
	padding: 8px 16px;
}

ul.sitemap ul a {
	width: auto;
	background: none;
	padding: 0;
	border: 0;
	display: inline;
}

ul.sitemap ul a {
	font-weight: normal;
}

ul.sitemap ul {
	padding: 5px 0 5px 36px;
}

ul.sitemap ul ul {
	padding: 3px 0 3px 30px;
}

.index-box-text ul,
.text-content ul,
.text-content-top ul {
	margin-left: 20px;
}

.index-box-text ul li,
.text-content ul li,
.text-content-top ul li {
	list-style-type: square;
}

.index-box-text h1, .index-box-text h2, .index-box-text h3, .index-box-text h4, .index-box-text h5, .index-box-text h6,
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6,
.left-col h1, .left-col h2, .left-col h3, .left-col h4, .left-col h5, .left-col h6,
.block1 h1, .block1 h2, .block1 h3, .block1 h4, .block1 h5, .block1 h6,
.block2 h1, .block2 h2, .block2 h3, .block2 h4, .block2 h5, .block2 h6 {
	font-size: 82% !important;
	font-weight: bold !important;
	margin-bottom: 5px !important;
}

.colour-change-icon {
	border: 1px solid white !important;
}

/* for accessibility */

a:hover, div a:hover {
	background-color: #fdc450 !important;
	color: #123450 !important;
}

.top-nav a:hover, .active a:hover {
	background-color: #123450 !important;
	color: #fdc450 !important;
}

.extlink {
	padding-left: 0 !important;
	padding-right: 16px !important;
	background: url(images/extlink.gif) no-repeat right 2px !important;
}

.skiplink {
	position: absolute;
	top: -100px;
	left: -100px;
}

.colourlinks {
	background-color: #657B90;
	border-bottom: 1px solid white;
	font-size: 70%;
	width: 190px;
	text-align: center;
	padding: 6px 0 3px 0;
}

.colourlinks a {
	font-weight: bold;
}

.no-bg {background-image: none !important;}
.search-highlight {background-color: #2aa924 !important; color: white !important; padding-left: 0 !important;}

.nemisys {
	text-align: right;
	font-size: 70%;
	position: relative;
	top: -18px;
}
