BODY {
	margin: 0;
	background-color: rgb(80, 80, 80);
	text-align: center;
	background-image: url(graphics/pageback.png);
	background-position: center;
	background-repeat: repeat-y;
	
	/* text styles */
	font-family: Tahoma, Helvetica, sans;
}

BODY.simple {
	margin: 0;
	background-color: rgb(80, 80, 80);
	text-align: center;
	background-image: url(graphics/simplepageback.png);
	background-position: center;
	background-repeat: repeat-y;
	
	/* text styles */
	font-family: Tahoma, Helvetica, sans;
}

#page {
	background: white url(graphics/pagedivback.png) repeat-y;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
}

#header {
	background: url(graphics/headerback.png);
	width: 768px;
	height: 74px;
}

#mainmenu {
	margin-top: -4px;
	background: url(graphics/mainmenuback.png);
	width: 764px;
	padding-top: 6px;
	padding-left: 4px;
	padding-bottom: 8px;
	/* text styles */
	color: rgb(200, 200, 200);
	font-size: 75%;
}

#mainmenu A {
	color: rgb(220, 220, 220);
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
}

#mainmenu A:hover {
	background: url(graphics/mainmenuhoverback.png);
}

#mainmenu A.current {
	background: url(graphics/mainmenucurrentback.png);
}

#mainmenu #frontwsmshbarholder {
	width: 100px;
	height: 5px;
}

#mainmenu #fromwsmshbar {
	position: absolute;
	top: 70px;
}

#backlink {
	width: 768px;
	height: 28px;
	background: rgb(80, 80, 80);
	color: rgb(200, 200, 200);
	font-size: 80%;
}

#backlink P {
	margin-top: 0;
	background: url(graphics/backarrow.png) 0px 6px no-repeat;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 24px;
}

#backlink A {
	color: rgb(200, 200, 200);
}

#leftside {
	margin-top: 0px;
	float: left;	
}

#sectionimage {
	margin-top: 0px;
	padding-top: 0px;
	background-color: rgb(128, 128, 128);
}

#sectionmenu {
	margin-top: -4px;
	padding-top: 0px;
	background: rgb(0, 101, 166) url(graphics/sectionmenuback.png) no-repeat;
	width: 200px;
	height: 768px;
}

#sectionmenu DIV.frontmenu {
	padding-top: 14px;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 90%;
}

#sectionmenu DIV.frontmenu P.highlight {
	margin-top: 16px;
	font-weight: bold;
}

#sectionmenu DIV.frontmenu P.frontmenusubheading {
	margin-top: 12pt;
	color: rgb(161, 198, 222);	
	font-size: 80%;
	font-weight: bold;
}

#sectionmenu DIV.menu {
	padding-top: 14px;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 80%;
}

#sectionmenu DIV P {
	margin-top: 0px;
	margin-bottom: 8px;
}

#sectionmenu DIV P.topitem {
	font-weight: bold;
	margin-bottom: 14px;
}

#sectionmenu DIV A {
	text-decoration: none;
	color: white;
}

#sectionmenu P.sub {
	font-size: 95%;
	margin-left: 12px;
}

#sectionmenu P.sub A {
	color: rgb(200, 200, 200);
}

#sectionmenu P.linkbox {
	margin-top: 1.5em;
	font-size: 90%;
}

#sectionmenu P.linkbox A {
	color: rgb(161, 198, 222);	
}

#content {
	float: right;
	left: 200px;
	background-color: white;
	width: 568px;
	padding-bottom: 20px;
}

#copyright {
	clear: both;
	height: 28px;
	width: 768px;
	background-color: rgb(0, 101, 166);
}

#copyright P {
	margin-left: 200px;
	display: block;
	height: 28px;
	background-color: rgb(191, 217, 233); /*rgb(204, 229, 220);*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	font-size: 70%;
	color: rgb(0, 101, 166);
}

#copyright P A {
	color: rgb(0, 101, 166);
}

#simplecontent {
	background-color: white;
	width: 768px;
}

#frontlogo {
	width: 568px;
	height: 130px;
	text-align: center;
	background: url(graphics/logoback.png) no-repeat;
}

#frontlogo IMG {
	margin-top: 33px;
}

#sectiontitle {
	width: 568px;
	height: 130px;
	background: url(graphics/sectiontitleback.png) no-repeat;
}

#sectiontitle H1 {
	position: relative;
	top: 78px;
	margin-top: 0px;
	color: white;
	font-size: 180%;
	font-weight: normal;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#pagetitle {
	width: 568px;
	height: 130px;
	background: url(graphics/pagetitleback.png) no-repeat;
	padding: 0;
}

#pagetitle H2 {
	position: relative;
	top: 14px;
	margin-top: 0px;
	color: white;
	font-size: 120%;
	font-weight: normal;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

#pagetitle H3 {
	position: absolute;
	top: 168px;
	margin-top: 0px;
	color: rgb(0, 101, 166);
	font-size: 90%;
	font-weight: normal;
}

#pagetitle H1 {
	position: absolute;
	top: 186px;
	margin-top: 0px;
	color: rgb(0, 101, 166);
	font-size: 150%;
	font-weight: bold;
}

#content #areabox {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: rgb(204, 229, 220);
	height: 100px;
	border: 1px solid #999999;
}

#content #areabox P {
	font-size: 80%;	
	color: rgb(0,101,166);
	padding: 10px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 140px;
}

#content P {
	color: #333333;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
}

#content P.colourline {
	margin-bottom: -6pt;
	font-weight: bold;
	color: rgb(0, 124, 82);
}

#content P.colourline A {
	text-decoration: none;
}

#content P.tight {
	word-spacing: -0.4pt;
	letter-spacing: -0.1pt;
}

#content P.credit {
	color: #666666;
	font-weight: bold;
	margin-top: 20px;
}

#content DIV.highlightbox {
	margin: 20px;
	background-color: rgb(229, 242, 238);
	border: 0.5pt solid rgb(87, 169, 141);
}

#content DIV.boxout {
	margin: 20px;
	padding: 10px;
	font-family: Tahoma, Helvetica, sans;
	font-size: 80%;
	color: rgb(0, 101, 166);
	background-color: rgb(191, 217, 233);
	border: 0.5pt solid rgb(87, 169, 141);
}

#content DIV.boxout SPAN.title {
	font-size: 100%;
	font-weight: bold;
}

#content DIV.bigboxout {
	margin: 20px;
	padding: 20px;
	color: rgb(0, 101, 166);
	background-color: rgb(191, 217, 233);
	border: 0.5pt solid rgb(87, 169, 141);
}

#content DIV.bigboxout P {
	padding: 0;
	margin-top: 1em; 
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

#content DIV.bigboxout H2 {
	padding: 0;
	margin-top: 1em; 
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

#content A {
	color: rgb(0, 124, 82);
	font-weight: bold;
}

#content A.altcoloured {
	color: rgb(0, 101, 166);
}

H1 {
	font-weight: normal;
	font-size: 125%;
	color: rgb(0, 101, 166);
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

#content H1.topheadline {
	margin-top: 20px;
}

H2 {
	font-weight: bold;
	font-size: 90%;
	color: rgb(0, 101, 166);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -8pt;
	margin-top: 14pt;
}

#content H2 A {
	color: rgb(0, 101, 166);	
}

H3, H4 {
	font-weight: normal;
	font-size: 80%;
	color: rgb(0, 101, 166);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -8pt;
	margin-top: 14pt;
}

HR {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid rgb(0, 124, 82);
}

#content H3 A {
	color: rgb(0, 101, 166);	
}

#content UL, OL {
	font-size: 80%;
	margin-right: 20px;
}

/* TABLE {
	margin-top: 20px;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
}

TABLE TD {
	padding: 4px;
	padding-right: 8px;
	background-color: rgb(225, 233, 235);	
} */

TABLE.basic {
	margin-top: 0px;
	margin-right: 20px;
}

TABLE.basic TD {
	vertical-align: top;
	padding: 0;
	background-color: rgb(255, 255, 255);
}

FORM INPUT {
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;	
}

TABLE.inset {
	margin-top: 20px;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
}

TABLE.inset TD {
	padding: 4px;
	padding-right: 8px;
	background-color: rgb(225, 233, 235);	
}

TABLE.inset A {
	text-decoration: none;
}

TABLE.inset TABLE {
	font-size: 100%;
}

TABLE.insetbold {
	font-size: 80%;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

TABLE.insetbold TD {
	padding: 12px;
	padding-right: 12px;
	background-color: rgb(225, 233, 235);	
}

/* FORMS */
FORM TABLE {
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;	
	border-collapse: collapse;
}

FORM TABLE TD {
	vertical-align: top;
	padding: 8px;
	background-color: rgb(229, 242, 238);
	border-collapse: collapse;
}

FORM TABLE TH {
	color: rgb(0, 124, 82);
	padding: 8px;
	background-color: rgb(191, 222, 212);	
}

FORM TABLE INPUT {
	vertical-align: middle;
	border: solid 1px rgb(191, 222, 212);	
	margin-bottom: 4px;
}

FORM TABLE INPUT.button {
	margin-top: -8px;
	font-weight: bold;
	color: rgb(0, 101, 166);
	background-color: rgb(191, 217, 233);
	border-bottom: 2px solid rgb(87, 153, 196);
	border-right: 2px solid rgb(87, 153, 196);
	border-top: 2px solid rgb(229, 240, 246);
	border-left: 2px solid rgb(229, 240, 246);
}

/* NEWS STORIES */
#newsstories P IMG {
	float: left;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
}

#newsstories P.newsdate {
	font-size: 75%;
	color: #999999;
	margin-top: -6px;
}

#newsstories SPAN.update {
	font-weight: bold;
	font-size: 80%;
}

#content P.newsdate {
	font-size: 75%;
	color: #999999;
	margin-top: -6px;
}

#newsstories H1 {
	font-weight: normal;
	margin-bottom: -10px;
	margin-top: 20px;
}

#newsstories H1 A {
	font-weight: normal;
	color: rgb(0, 101, 166);
	text-decoration: none;	
}

#newstories H1 SPAN.strong {
	font-weight: bold;
}

#content P.newsheadline_gn {
	font-weight: normal;
	font-size: 125%;
	color: rgb(0, 101, 166);
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
}

#content P.newsheadline_su {
	font-weight: normal;
	font-size: 125%;
	color: rgb(0, 101, 166);
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
}

#content P.newsheadline_su A, #content P.newsheadline A, #content P.newsheadline_gn A {
	font-weight: normal;
	color: rgb(0, 101, 166);	
	text-decoration: none;
}

#content P.newsheadline {
	font-weight: normal;
	font-size: 125%;
	color: rgb(0, 101, 166);
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
}

#newsarchive P.newsitem {
	margin-bottom: 0px;
}

#newsarchive P.newsitemheadline {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* EXTERNAL */
DIV.external {
	margin-top: 40px;
}

DIV.external H1.title {
	text-align: center;
}

/* GUEST BOOK */

#guestbookentries DIV.guestbookentry {
	margin: 20px;
	padding: 10px;
	background-color: rgb(191, 222, 212);
}

#guestbookentries SPAN.guestbookname {
	color: rgb(0, 124, 82);
	font-weight: bold;
}

#guestbookentries SPAN.guestbookcomment {
	color: rgb(0, 101, 166);
}

#newsstories div.bolditem {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	background-color: rgb(229, 240, 246);
}

#newsstories div.bolditem p.newsdate {
	margin: 0;	
}

#newsstories div.bolditem P {
	margin-left:  0px;
	margin-right: 0px;
}

#newsstories div.bolditem H1 {
	font-weight: bold;
	margin: 0;
}

img#topbanner {
	position: relative;
	top: -12px;
	left: 109px;
	border: none;
}