@charset "utf-8";

body {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}

h1 {
	text-align: center;
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
}

a:link {
	color: #70AC3A;
	font-weight: 600;
}

a:visited {
	color: #70AC3A;
	font-weight: 600;
}

a:hover {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

a:active {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

a:focus {
	color: #70AC3A;
	font-weight: 600;
}

a:focus:hover {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

a:focus:active {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

p a:link {
	color: #70AC3A;
	font-weight: 600;
}

p a:visited {
	color: #70AC3A;
	font-weight: 600;
}

p a:hover {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

p a:active {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

p a:focus {
	color: #70AC3A;
	font-weight: 600;
}

p a:focus:hover {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

p a:focus:active {
	color: white;
	font-weight: 600;
	text-decoration: none;
	background: #70AC3A;
}

ul {
	list-style-image: url('../images/bullet-point-shield.jpg');
}

ul li {
	vertical-align: top;
	margin-top: 6px;
	margin-bottom: 6px;
}

.table-general {
	border-collapse: collapse;
	border: none;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

.contact-details {
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 450px;
	padding: 0px;
	margin: 0px
}

.contact-details-left {
	border-collapse: collapse;
	border: none;
	border-style: none;
	text-align: right;
	vertical-align: top;
	width: 225px;
	padding: 3px;
	margin: 0px;
}

.contact-details-right {
	border-collapse: collapse;
	border: none;
	border-style: none;
	text-align: left;
	vertical-align: top;
	width: 225px;
	padding: 3px;
	margin: 0px;
}

.website-logo-cell {
	background: url(../images/logo-main.jpg) no-repeat center left;
	border: none;
	border-style: none;
	width: 750px;
	height: 121px;
	padding: 0px;
	margin: 0px;
}

.menu-table {
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 750px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	color: white;
	text-align: center;
	font-size: 10pt;
}

.menu-table a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
	background: none;
}

.menu-table a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
	background: none;
}

.menu-table a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: none;
}

.menu-table a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background: none;
	}

.menu-sub-table {
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 130px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.menu-sub-table-cellA {
	width: 104px;
	height: 25px;
	border-collapse: collapse;
	border: none;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

.menu-sub-table-cellB {
	width: 26px;
	height: 25px;
	border-collapse: collapse;
	border: none;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

.menu-on-off {
	background: url(../images/menu-button-130x25px-on-off.jpg) no-repeat top left;
	border: none;
	border-style: none;
	width: 130px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.menu-on-end {
	background: url(../images/menu-button-130x25px-on-end.jpg) no-repeat top left;
	border: none;
	border-style: none;
	width: 130px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.menu-off-on {
	background: url(../images/menu-button-130x25px-off-on.jpg) no-repeat top left;
	border: none;
	border-style: none;
	width: 130px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.menu-off-off {
	background: url(../images/menu-button-130x25px-off-off.jpg) no-repeat top left;
	border: none;
	border-style: none;
	width: 130px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}
.menu-off-end {
	background: url(../images/menu-button-130x25px-off-end.jpg) no-repeat top left;
	border: none;
	border-style: none;
	width: 130px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#dropmenudiv {
	position: absolute;
	border: 1px solid #70AC3A;
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid white;
	text-decoration: none;
	font-weight: bold;
	color: #7C9657;
}

#dropmenudiv a:hover {
	background-color: #70AC3A;
	color: white;
}

.white-line {
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 750px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-size: 2px;
}

.main-table {
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 750px;
	margin: 0px;
	padding: 0px;
}

.main-table-left {
	background: url(../images/main-table-left-02b.jpg) no-repeat top left;
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 160px;
	margin: 0px;
	padding: 20px;
	padding-top: 110px;
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.main-table-centre {
	background: url(../images/main-table-centre-01.jpg) no-repeat bottom right;
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 410px;
	margin: 0px;
	padding: 20px;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}

.main-table-right {
	background: url(../images/main-table-right-01.jpg) no-repeat bottom right;
	border-collapse: collapse;
	border: none;
	border-style: none;
	width: 90px;
	margin: 0px;
	padding: 5px;
}

.copyright-disclaimer {
	background: url(../images/copyright-disclaimer-01.jpg) no-repeat top;
	font-size: 10pt;
	text-align: center;
	width: 750px;
	height: 50px;
	border-collapse: collapse;
	border: none;
	border-style: none;
	padding: 0px;
	margin: 0px;
}