

html, body
	{
	margin				: 0px;
	padding				: 0px;
	background-color	: #ffffff;
	color				: #000000;
	font-family			: arial;
	}

div
	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
	}

.header
	{
	margin				: 0px;
	padding				: 0px;
	color				: #000000;
	background-color	: #ffffff;
	}

/* -21px is for who? Netscape 4, I would guess - er yes */
.columns
	{
	margin				: 1px;
	margin-top			: -21px;
	padding				: 10px;
	color				: #000000;
	background-color	: #ffffff;
	width: 980px;
	}
/* NB - OmniWeb displays the 1px space as looking somewhat thicker, but set it to 0px and there is no space */
/* IE5 gets the spacing all wrong: -18px puts it right. Then use the tantek-family hack to make everything right again */
/*/*/
.columns
	{
	margin-top			: -18px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-top			: 1px;
	}
/* */
/* empty required to get IE5 vback on track */
#empty{}

.leftcolumn
	{
	float				: left;
	left				: 0px;
	width				: 200px;
	margin				: 0px;
	margin-top			: -11px;
	padding				: 0px;
	color				: #000000;
	}
.leftcolumn
	{
/*/*/
	margin-top			: 0px;
/* */
	}

/*
make sure that the hack widths equals the value of .centercolumn's margin-right
the initial width is for NN4 - experiment and set to what seems best
*/
.rightcolumn
	{
	position			: static;
	float				: right;
	width				: 200px;
	margin				: 0px;
	padding				: 0px;
	z-index				: 3;
	color				: #000000;
	}

/* 
For NN4, -25px is the margin-left setting to make the centercolumn column but up against the left column. (OmniWeb is much the same, but this stylesheet makes no allowances for it).
For other browsers, the equivalent margin-left setting is equal to the width of the left column.
margin-right is set to the value of the overriding values for .rightcolumn's width. 
A margin can be created between these two columns either by changing these values, or by setting the padding of the relevant #...padding divs.
margin-top is set to -1px to make NN4 line up correctly.
*/
.centercolumn
	{
	margin				: 0px;
	padding				: 0px 0px 25px 0px;
	color				: #000000;
	background-color	: #9BC4FF;
	z-index				: 4;
	border				: 3px solid #2F68D3;
	}
.centercolumn
	{
	margin-right		: 0px;
	margin-top			: -1px;
	margin-bottom		: 0px;
	margin-left			: -25px;
	}
/* IE5 once again goes awry - shift it down (29px is right for this layout but no doubt the exact value will vary [sigh]) and then zap 
empty because otherwise IE5 goes rampaging on */
/*/*/
.centercolumn
	{
	margin-right		: 201px;
	margin-left			: 201px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-top			: 0px;
	}
#empty{}
/*  */

/* following bit only necessary if OmniWeb to be handled - the .fake bit is only picked up by OmniWeb, IE and, er, Amaya
see  http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml
But exclude it from IE5/mac */
/*\*/
.fake.centercolumn
	{
	margin-right		: 1px;
	margin-left			: 1px;
	}
/* this bit resets for IE */
* html .centercolumn
	{
	margin-right		: 201px;
	margin-left			: 201px;
	}
/* End of OmniWeb shenanigans */

.footer
	{
	clear				: both;
	margin-top			: -11px;
	padding				: 12px;
	width				: 100%;
	color				: #000000;
	background-color	: #E0F2FE;
	border				: 1px solid #7D8991;
	width: 980px;
	}
.footer
	{
/*/*/
	margin-top			: 0px;
/* */
	}


.clear { clear : both; font-size: 1px; line-height: 0px; }


.headerpadding, .leftpadding, .centerpadding, .rightpadding
	{
	margin				: 0px;
	padding				: 10px;
	}


/* following styles have nothing to do with the structural layout */
h1, h2
	{
	font-size			: 24px;
	border-bottom: 1px solid black;
	color: blue;
	}

p
	{
	}

img#banner{
	border: 0px;
}

div.leftpadding a{
	font-size: 13px;
	color: #1159C0;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
div.leftpadding a:hover{
	text-decoration: underline;
	color: red;
}


/* Navigation */
 ul#nav {
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 2px solid #003B62;
}


ul#nav li a{
display: block;
width: 90px;
color: #FFF;
padding: 1px;
background-color: #003B62;
text-align: center;
text-decoration: none;
border: 2px outset;
}

ul#nav li a:hover{
color: #FFF;
background-color: #87AEC5;
border: 2px inset;
}

ul#nav .back { float: left; }
ul#nav .cont { float: right; }