body
{
	background: silver;
	text-align: center;
	font : bold 55% Verdana, Arial, sans-serif;
}

#page
{
	background-color: #d9d9ff;
	width: 90em;
	margin: 0 auto;
	text-align: left;
}

#wide_page
{
	background-color: #d9d9ff;
	width: 112em;
	margin: 0 auto;
	text-align: left;
}

#header
{
	background-color: #99cce5;
	border-top: .5em solid #0000cc;
	border-bottom: .5em solid #0000cc;
}

#navbar
{
	width: 15em;
	float: left;
	margin: .5em;
}

#content
{
	width: 68em;
	background-color: white;
	float: right;
	margin: 0 .5em .5em;
	padding: .5em 0 0;
}

#wide_content
{
	width: 90em;
	background-color: white;
	float: right;
	margin: 0 .5em .5em;
	padding: .5em 0 0;
}

#footer
{
	height: 2em;
	clear: both;
}

h1
{
	color : #0000cc;
	Text-Decoration : none;
	Font : 250% Georgia, Times New Roman, serif;
	Font-weight : bold;
	text-align : center;
	line-height: 57px;
	padding: 1px 1px 1px 236px;
	background-image: url(colour_logo_small.jpg);
	background-position: 3% 50%;
	background-repeat: no-repeat;
}

h2
{
	color : #0000cc;
	Text-Decoration : none;
	Font-size : 200%;
	text-align : center;
}

h3
{
	color : #0000cc;
	Text-Align: center;
	Text-Decoration : none;
	Font-size : 175%;
	Font-weight : bold;
}

address
{
	text-align: right;
	Font-size : 100%;
	Font-style : italic;
	margin: 1em;
}

p
{
	Font-size : 150%;
	margin: 1em;
}

dl
{
	font-size: 150%
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ol, li, td, dt, dd
{
	margin: 0em, 1em;
	Color : black;
	Font-weight : bold;
}

dd
{
	text-indent: 5em;
}

a
{
	color : #3333cc;
	text-decoration: none;
}

a:visited
{
	color: #6633cc;
}

a:Hover
{
	color : #FF0000;
	Text-Decoration : underline;
}

a.button
{
	display: block;
	width: 11em;
	padding: .5em;
	line-height: 1.4;
	background-color: #99cce5;
	border: 1px solid black;
	color: #0033cc;
	font-size: 150%;
	text-decoration: none;
	text-align: center;
}

a.button:visited
{
	background-color: #99cce5;
	color: #3366ff;
}

a.button:hover
{
	background-color: #0033cc;
	color: #99cce5;
	text-decoration: none;
}

a.curpage
{
	display: block;
	width: 11em;
	padding: .5em;
	line-height: 1.4;
	background-color: white;
	border: 1px solid black;
	color: #0000cd;
	font-size: 150%;
	text-decoration: none;
	text-align: center;
}

a.curpage:hover, a.curpage:visited
{
	color: #0000cd;
	text-decoration: none;
	cursor: default;
}
