﻿body {
	margin-top: 0px;
	background-color: #eeeeee;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
}

p {
	margin: 0px 10px 10px 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: black;
}

a:visited {text-decoration: underline; color: #000099;}
a:link {text-decoration: underline; color: #0000ff;}
a:hover {text-decoration: underline; color: #800080;}

a:visited.nav {text-decoration: none; color: #ffffff;}
a:link.nav {text-decoration: none; color: #ffffff;}
a:hover.nav {text-decoration: none; color: #cccccc;}

.menu {
	background-color: #134c9b;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menu-items {
	line-height: 15px;
	width: 16.6%;
	max-width: 158px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #969696;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 15px;
}

#wrapper {
	width: 100%;
	max-width: 950px;
	margin: auto;
}

#content {
	width: 100%;
	max-width: 950px;
	text-align: left;
	background-color: #ffffff;
}

#tagline {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 24px;
	background-image: url('images/tagline-bg.gif');
	width: 100%;
	max-width: 950px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #134c9b;
}

.left-column {
	float: left;
	background: #ffffff;
	width: 71%;
	max-width: 670px;
}

.right-column {
	float: right;
	background: #ffffff;
	width: 27%;
	max-width: 260px;
}

#featurebox {
	float: right;
	width: 25%;
	max-width: 240px;
	background: #eeeeee;
	padding: 5px;
	margin: 0px 10px 10px 10px;
}

.section-head-left {
	background: url('images/section-bg.jpg') repeat-x;
	color: #ffffff;
	text-decoration: none;
	width: 97%;
	max-width: 670px;
	height: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.section-head-right {
	background: url('images/section-bg.jpg') repeat-x;
	color: #ffffff;
	text-decoration: none;
	width: 95%;
	max-width: 260px;
	height: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.return {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.no-border {
	border-width: 0px;
}

.centre {
	margin: 0px auto;
	text-align: center;
}

.centred-red-text {
	text-align: center;
	color: red;
}

.dot-points {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: black;
	margin: 0px 8px 10px -12px;
	line-height: 14px;
}

.image-margins {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#contact-table {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	background-color: #dddddd;
	border-top-color: #aaaaaa;
	border-top-style: solid;
	border-top-width: thin;
}

.links {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666666;
	font-weight: normal;
}

.separator {
	font-size: 5px;
	color: #000000;
}

.large-font {
	font-size: 16px;
}

#service-bar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #6c6c6c;
	width: 100%;
	max-width: 950px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

#copyright-bar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #333333;
	width: 100%;
	max-width: 950px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}



