#header {
	height: 110px;
}

#header_left {
	left: 20px;
	top: 30px;
}

#header_right {
	position: absolute;
	right: 20px; 
	top: 30px;
	text-align: right; 
}

#centre {
	margin-left: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	padding: 1.5em;
}

#footer {
	text-align: center;
	font-size: x-small;
  	position: fixed;
	bottom: 10px;
	left: 0;
}

#menu_left {
  margin: 0;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 180px;
  left: 20px;
  width: 150px;
  right: auto;
}
#menu_left p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #EFE7C0;
  border: thin outset #8B4513;
  color: black;
  text-align: left;
}

#menu_left a, #menu_left em { display: block; margin: 5px 5px }
#menu_left a, #menu_left em { border-top: 1px groove; }
#menu_left a:first-child { border-top: none }
#menu_left em:first-child { border-top: none }
#menu_left em { color: #734A12; font-weight: bold; text-align: right }

#menu_left a:link { text-decoration: none; color: #8B4513; font-weight: bold }
#menu_left a:visited { text-decoration: none; color: #8B4513 }
#menu_left a:hover { background: #8B4513; color: #FFDAB9 }

#navlist {
	background: #EFE7C0;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	border: thin outset #8B4513;
	padding: 0 0 0 20px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navlist a {
	float: right;
	margin-right: 10px;
}

#navlist em {
	float: left;
	margin-left: 10px;
	color: #734A12; 
	font-size: 15px;
	font-weight: bold;
}

#navlist em, #navlist a {
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	margin: 0 2px;
}

#navlist a:link { text-decoration: none; color: #8B4513; font-weight: bold }
#navlist a:hover { background: #8B4513; color: #FFDAB9 }
	
h1,h2,h3 {
	font-family: "comic", arial, 'sans serif'; 
}

p,table,li,address {
	font-family: "comic", arial, 'sans serif'; 
	margin-left: 20pt;
}

form.download label {
	display: inline;
	float: left;
	width: 120px;
}

p.emphasis { 
	font-size: 100%; 
	margin-left: 30pt;
}

p,li,th,td {
	font-size: 80%;
}

pre.code {
	background-color: #EFE7C2;
	border-style: groove;
	border-width: thin;
	margin-right: 20pt;
	margin-left: 20pt;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: small;
}

th { background-color: #F0F099 }

table, th, td { 
	border-style: groove; 
	border-width: thin; 
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 1;
}

th, td {
	margin-right: 2%;
	margin-left: 2%;
}

tr.d1 td {
	background-color: #EFE7C2;
}

h1 { text-align: center; }


h1,h2,h3,hr {
	color:#8B4513;
}

a:link     { color: #8B4513 }
a:visited  { color: #8B4513 }
a:active   { color:red }
a:hover    { color:red }

body {
	background-color: #EFE7D6;
}

