BODY {
	background-color: #002f33;
	background-image: url(images/bg.gif);
	font-family:  "Trebuchet MS"; Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	margin: 60px 0px 60px 0px;
	background-repeat: repeat-x;
	background-position: top;
}

.wrap {
	width: 850px;
	background-image: url(images/wrapbg.png);
	color: black;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

.nav {
	background-image: url(images/navbg.gif);
	height: 65px;
	color: #005f67;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.nav A {
	text-decoration: none;
	color: #005f67;
}

.nav A:HOVER {
	text-decoration: underline;
	color: #005f67;
}

.nav A:VISITED {
	text-decoration: none;
	color: #005f67;
}

.main {
	margin-top: 15px;
	margin-bottom: 15px;
}

.grey {
	color: #8f8f8f;
}

.assoc {
	background-image: url(images/assocbg.gif);
	background-repeat: no-repeat;
	height: 290px;
	width: 254px;
	text-align: left;
}

.assoctxt {
	padding: 25px;
	font-weight: bold;
}

.assoctxt A {
	text-decoration: underline;
	color: #009999;
}

.assoctxt A:HOVER {
	text-decoration: none;
	color: #009999;
}

.assoctxt A:VISITED {
	text-decoration: underline;
	color: #009999;
}

.infoblock {
	background-image: url(images/infoblockbg.gif);
	width: 790px;
	height: 290px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

P.infoblock {
	padding: 0px;
}

.infoblock LI {
	list-style-image: url(images/bullet.png);
}

.header {
	color: #009999;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.implinks {
	margin-left: 25px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
}

.implinks IMG {
	border: 1px solid #009999;
	margin-right: 15px;
}

.implinks A {
	text-decoration: none;
	color: black;
}

.implinks A:HOVER {
	text-decoration: underline;
	color: #009999;
}

.implinks A:VISITED {
	text-decoration: none;
	color: black;
}

.small {
	font-size: 11px;
}

.content {
	padding-left: 45px;
	padding-top: 35px;
	padding-right: 45px;
	text-align: justify;
}

.subcontent {
	width: 790px;
	text-align: justify;
}

.subcontent IMG {
	border: 2px solid #009999;
}

.footer {
	text-align: center;
	font-size: 12px;
	height: 60px;
	margin-top: 15px;
	width: 790px;
	border-top: 1px solid #009999;
	padding-top: 10px;
}

.credits {
	color: #b3c1c3;
	font-size: 12px;
	text-align: right;
	padding-right: 45px;
}

.credits A {
	text-decoration: none;
	color: #b3c1c3;
}

.credits A:HOVER {
	text-decoration: underline;
	color: #b3c1c3;
}

.credits A:VISITED {
	text-decoration: none;
	color: #b3c1c3;
}

TH {
	background-color: white;
	color: black;
	text-align: center;
}

P {
	padding: 0px;
}

A {
	text-decoration: none;
	color: #009999;
}

A:HOVER {
	text-decoration: underline;
	color: #009999;
}

A:VISITED {
	text-decoration: none;
	color: #009999;
}

.organisation {
	font-size: 11px;
	width: 790px;
}

.organisation TD {
	vertical-align: top;
	text-align: center;
}

.staff1 {
	padding: 4px;
	border: 1px solid #006666;
	background-color: #009999;
	color: white;
	width: 100px;
}

.staff2 {
	padding: 4px;
	border: 2px solid #009999;
	background-color: #33cccc;
	color: white;
	width: 100px;
}

.staff3 {
	padding: 4px;
	border: 2px solid #33cccc;
	background-color: #99cccc;
	color: black;
}

.staff4 {
	padding: 4px;
	border: 2px solid #99cccc;
	background-color: #e5f5f5;
	color: black;
}

.down {
	background-image: url(images/blackpix.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.across {
	background-image: url(images/blackpix.gif);
	background-position: center;
	background-repeat: repeat-x;
}

HR {
	color: #009999;
}