body {
	font-family: verdana, arial, helv, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: navy;
	font-size: 1.0em;
}

img {
	border: 0 none;
}

div#container {
	background-image: url('/images/tree-repeat.jpg');
	background-repeat: repeat-y;
}

div#header {
	position: relative;
	height: 368px;
	background-image: url('/images/bough-repeat.jpg');
	background-repeat: repeat-x;
}

#accessibility_controls {
	position: absolute;
}

#accessibility_controls ul {
	float: right;
	margin: 0.0em 0.2em 0 0;
	list-style: none outside none;
}

#accessibility_controls li {
	float: left;
	margin-left: 1em;
	font-size: 0.9em;
}

#accessibility_controls a {
	color: navy;
}

#accessibility_controls .accesskey {
	text-decoration: none;
}

div#title {
	position: absolute;
	height: 368px;
	width: 794px;
	background-image: url('/images/top-left.jpg');
	background-repeat: no-repeat;
}

div#title * {
	margin: 0;
	padding: 0;
}

div#title h1 {
	position: absolute;
	left: 220px;
	top: 90px;
	font-size: 2em;
}

div#title h2 {
	position: absolute;
	left: 280px;
	top: 130px;
	font-size: 1.6em;
}

div#menu {
	position: absolute;
	width: 262px;
	height: 588px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#menu * {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

div#menu ul {
}

div#menu li {
	width: 262px;
	background-image: url('/images/menu-normal.gif');
	background-repeat: no-repeat;
	height: 58px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -58px;
	text-align: right;
	font-size: 0.9em;
}

* html div#menu li {
	margin: -3px 0 0 0;
}

div#menu li a {
	position: absolute;
	width: 262px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	top: 10px;
	right: 10px;

	/* FFox makes the links unclickable if they aren't forced to be on top of everything */
	z-index: 1000000;
}

#menu li img {
	vertical-align: middle;
}

div#menu li a:hover {
	color: #00ff00;
}

div#menu li.norm1 { }
div#menu li.norm2 { background-image: url('/images/menu-norm1.jpg'); }
div#menu li.norm3 { background-image: url('/images/menu-norm2.jpg'); }
div#menu li.norm4 { background-image: url('/images/menu-norm3.jpg'); }
div#menu li.norm5 { background-image: url('/images/menu-norm4.jpg'); }
div#menu li.norm6 { background-image: url('/images/menu-norm5.jpg'); }
div#menu li.norm7 { background-image: url('/images/menu-norm6.jpg'); }
div#menu li.norm8 { background-image: url('/images/menu-norm7.jpg'); }
div#menu li.norm9 { background-image: url('/images/menu-norm8.jpg'); }

div#menu li.admin { background-image: url('/images/menu-admin1.jpg'); }
div#menu li.admin_last { background-image: url('/images/menu-admin2.jpg'); }

div#menu li.admin a { color: white; }
div#menu li.admin:hover a { color: #00ff00; }
div#menu li.admin_last a { color: white; }
div#menu li.admin_last a:hover { color: #00ff00; }

#menu .accesskey {
	position: absolute;
	left: 8px;
	top: 9px;
	text-decoration: none;
	color: black;
}

#menu li.norm1 .accesskey {
	left: 130px;
}

div#page {
	padding: 1em 1em 1em 283px;
	min-height: 688px;
	position: relative;
	top: -80px;
	line-height: 150%;
}

#page h2 {
	margin-top: 0.2em;
}

* html div#page {
	height: 688px;
}

div#footer {
	clear: both;
	background-image: url('/images/footer.jpg');
	height: 318px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

div#copyright {
	position: absolute;
	bottom: 20px;
	left: 69px;
	color: black;
	text-align: center;
	font-size: 0.7em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size 1.2em;
}

h6 {
	font-size: 1.1em;
}
