	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
	background:#ffffff;	/* white */
	min-width:450px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%; /* DGC */
	/* DGC additions below */
	font-family: "Gill Sans", "Gill Sans MT", "Futura", "Helvetica Neue","Trebuchet MS", Helvetica, sans-serif;
	color: #330000; /* obscure weak red */
	}

	a {
	color:#cc3333; /* DGC: medium faded red */
	}
	a:hover {
	color:#ff0000; /* DGC: white */
		text-decoration:none;
	}

h1 {
	background:#990000;  /* DGC: dark dull red */
	color:#fff; /* DGC: white */
	font-size:165%; /* DGC */
}

h2,h3 {
	color: #990000; /* DGC: dark faded red */
}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}

	img {
		margin:10px 0 5px;
	}

	/* Header styles */
#header { /* menu tabs header */
		clear:both;
		float:left;
		width:100%;
	background:#990000;  /* DGC: dark dull red */
	}
	#header {
	border-bottom:1px solid #000000; /* DGC: black */
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
#header ul li a { /* menu tab un-selected */
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
	background:#993333; /* DGC: ? ? red */
	color:#ffffff; /* DGC: black */
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	border-top:2px solid #ff99cc; /* DGC: red */
	border-left:2px solid #ff99cc; /* DGC: red */
	border-right:2px solid #ff99cc; /* DGC: red */
}
#header ul li a:hover { /* menu tab hover */
	background:#cc6666; /* DGC: ? ? red */
	color:#ffffff; /* DGC: white */
	}
	#header ul li a.active,
#header ul li a.active:hover { /* menu tab selected */
	color:#cc0000; /* DGC: medium faded red */
	background: #ffffff;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

/* sub menu */
	#layoutdims {
		clear:both;
	background:#ffcccc; /* DGC: ? ? red !!! */
	border-top:2px solid #000000; /* DGC: black */
		margin:0;
	margin-left:10%;
	padding:6px 35px !important;
	text-align:left; /* DGC: changed from right to left */
	font-size:90%; /* DGC: added */
	}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#ffffff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#ffffff;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
	border-top:1px solid #000000; /* DGC: black */
	font-size:80%; /* DGC addition */
	text-align: center; /* DGC addition */
	}
	#footer p {
		padding:10px;
		margin:0;
	}

/* DGC */

img.float {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.0em;
	margin-top: 0.8em;
	border-style: none;
}

th {
  color: white;
  background:#993333; /* DGC: pale dull red */
  font-size: 1em;
  font-weight: 800;
  font-family: "Gill Sans", "Gill Sans MT", "Futura", "Helvetica Neue","Trebuchet MS", Helvetica, sans-serif;
}
td {
  font-size: 1em;
  text-decoration:none;
  font-family: "Gill Sans", "Gill Sans MT", "Futura", "Helvetica Neue","Trebuchet MS", Helvetica, sans-serif;
}

tr.highlight td {
	background: #cccc66; /* light dull yellow */
}

tr.orgheader td {
	background: #ffeeee; /* xtra weak red */
	height:25px;
	line-height:25px;
}

tr.inactive td {
	text-decoration: line-through;
	font-style:italic;
}

span.highlight {
	background: #cccc66; /* light dull yellow */
}

p.tagline {
	font-weight:bold;
	color:#ffffff;
}

div.stickygreen {
    background: #99ff99;
    padding: 0.9em;
    border: none;
	font-family: "Palatino", "Cambria", serif;
	font-size:80%;
}

div.stickyyellow {
    background: #ffff33;
    padding: 0.5em;
    border: none;
	font-size:80%;
}

