BODY {
	background-color: #f0f7dc;
	color: Black;
}

/* DIVs */
/* myMargin = 6px */
#title {
	position: absolute;
	left: 6px;
	/* = myMargin */
	top: 6px;
	/* = myMargin */
	width: 788px;
	/* menu.width + myMargin + contentLayout.width */
	/* 170 + 6 + 612 */
	height: 80px;
	vertical-align: bottom;
	text-align: center;
	background-color: White;
}
#contentLayout {
	position: absolute;
	left: 182px;
	/* = myMargin + menu.width + myMargin */
	top: 92px;
	/* = myMargin + title.height + myMargin */
}
#content {
	position: relative;
	padding: 6px;
	font-family: Verdana, Georgia;
	font-size: smaller;
	background-color: White;
	bottom: 0px;
	margin-bottom: 6px;
	/* = myMargin */
}
/* Correct width for IE. */
#content {
	width: 612px;
}
/* Correct width for other browsers. */
html>body #content { /* IE can't work out what "html>body" means so it ignores this. */
	width: 600px;
}
#menu {
	position: absolute;
	left: 6px;
	/* = myMargin */
	top: 92px;
	/* = myMargin + title.height + myMargin */
	padding: 6px;
	background-color: White;
}
/* Correct width for IE. */
#menu {
	width: 170px;
}
/* Correct width for other browsers. */
html>body #menu { /* IE can't work out what "html>body" means so it ignores this. */
	width: 158px;
}

/* IMGs */
IMG {
	border: none;
}
IMG.inlineLeft {
	margin: 6px;
	margin-right: 10px;
	float: left;
}
IMG.inlineRight {
	margin: 6px;
	margin-left: 10px;
	float: right;
}

/* Text formats */
.copyright {
	font-size: smaller;
}
.heading {
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: Black;
	text-align: center;
}
H1.title {
	font-size: 300%;
	color: Black;
	margin: 0px;
	vertical-align: middle;
	font-family: "Comic Sans MS";
	font-style: normal;
}
H1.centredTitle {
	font-size: 250%;
	color: Black;
	margin: 0px;
	vertical-align: middle;
	font-family: "Comic Sans MS";
	font-style: normal;
	text-align: center;
}
H1.heading {
	font-size: 150%;
}
H2.heading {
	font-size: 110%;
}
.highlight {
	background: #FFFF40;
}
.quote {
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}
.centered {
	text-align: center;
}
/* Navigation */
.menu {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 110%;
}
.menu A {
	color: Black;
	text-decoration: none;
}
.menu A:hover {
	color: #567200;
}
.menu SPAN {
	color: #567200;
}
.menu TR {
	height: 25px;
}
A.topLink {
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-decoration: none;
	color: Black;
	float: right;
	font-size: 110%;
}
A.topLink:hover {
	color: #567200;
}

/* Tables */
TABLE TH {
	text-align: left;
	vertical-align: top;
}
TABLE TD {
	vertical-align: top;
}
TABLE.visible {
	color: Black;
	border-color: #567200;
	font-size: 100%;	/* The "font-size: smaller;" for the content DIV gets ignored in tables. */
}
TABLE.visible TH {
	border-color: #567200;
	padding: 2px;
}
TABLE.visible TD {
	border-color: #567200;
	padding: 2px;
}
TABLE.hidden {
	font-size: 100%;	/* The "font-size: smaller;" for the content DIV gets ignored in tables. */
}
TABLE TD.country {
	font-weight: bold;	
	padding-top: 5px;
}
TABLE TD.spacer {
	width: 20px;
}
TABLE TD.top {
	padding-top: 10px;
	padding-bottom: 0px;
}
TABLE TD.topSpacer {
	width: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
TABLE TD.bottom {
	padding-top: 0px;
	padding-bottom: 10px;
}
TABLE TD.bottomSpacer {
	width: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Other elements */
HR {
	color: #567200;
}
LI {
	margin-bottom: 15px;
}
