body, html {
	overflow: hidden;
}

body {
	font-family: Tahoma, sans-serif;
	background: white;
	color: black;
}

h2 img {
	vertical-align: middle;
}

a {
	color: #02D;
}
a:visited {
	color: #A38;
}
a:hover {
	color: #08D;
}

ul.linklist li {
	font-weight: bold;
}

div.logopool {
	text-align: center;
	padding: 0 5% 0 5%;
}
div.logopool img {
	vertical-align: middle;
	padding: 18px;
}

/* IE <=6 doesn't support position: fixed. Hack around this. */
div#logobar {
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	left: 0;
	width: 256px;
	top: 0;
	bottom: 62px;
	text-align: center;
	z-index: 20;
}
* > div#logobar {
	position: fixed;
}
div#logobar h1 {
	margin: 0 0 1em 0;
	padding: 0;
}
div#logoboxl, div#logoboxr {
	position: absolute;
	bottom: 0;
	height: 60px;
}
* > div#logoboxl, * > div#logoboxr {
	position: fixed;
}
div#logoboxl {
	border-top: 2px solid white;
	left: 0px;
	width: 256px;
	background: black;
	z-index: 90;
}
div#logoboxr {
	border-top: 2px solid black;
	left: 1px;
	width: 100%;
	right: 0px;
	background: white;
	z-index: 70;
}
div#logobar .nav {
	margin: 0.3em 0 0 0;
	font-size: 110%;
}
div#logobar .nav a {
	display: block;
	padding: 0.3em;
}
.nav a, .nav a:visited {
	color: #8EF;
	text-decoration: none;
}
.nav a:hover {
	background: #112;
}
.here a, .here a:hover {
	background: #223;
}
.navhighlight a, .navhighlight a:visited {
	color: yellow;
	font-weight: bold;
}

img {
	border: 0;
}
img#ucllogo {
	position: absolute;
	bottom: 0px;
	left: 36px;
	z-index: 100;
}
* > img#ucllogo {
	position: fixed;
}
img#ucamlogo {
	position: absolute;
	bottom: 7px;
	left: 292px;
	z-index: 100;
}
* > img#ucamlogo {
	position: fixed;
}
img#uleedslogo {
	position: absolute;
	bottom: 12px;
	left: 520px;
	z-index: 100;
}
* > img#uleedslogo {
	position: fixed;
}
img#epsrclogo {
	width: 150px;
	height: 51px;
	position: absolute;
	bottom: 90px;
	left: 53px;
	z-index: 100;
}
* > img#epsrclogo {
	position: fixed;
}
div#navbar {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0px;
	text-align: right;
	line-height: 40px;
	font-size: 90%;
	height: 40px;
	overflow: hidden;
	z-index: 10;
}
* > div#navbar {
	position: fixed;
}
div#navbar, div#logobar {
	background: black;
	color: white;
}
div#navbar div#navctr {
	padding-right: 2em;
}
div#navbar .nav {
	display: inline;
	margin: 0 0.3em 0 0.3em;
}
div#navbar a {
	padding: 25px 1em 25px 1em;
}
div#main {
	position: absolute;
	overflow-y: scroll;
	overflow: auto;
	top: 40px;
	left: 256px;
	right: 0;
	bottom: 62px;
	padding: 12pt;
	z-index: 0;
}
* > div#main {
	overflow-y: auto;
}

h2 {
	margin-top: 0;
	padding-top: 0;
}

div#round0 {
	position: absolute;
	width: 5px;
	height: 5px;
	background: white;
}
* > div#round1 {
	position: fixed;
}
div#round1 {
	top: 40px;
	left: 256px;
}

div.r1d, div.r1, div.r2, div.r3, div.r4, div.r5, div.r4d {
	height: 1px;
	overflow: hidden;
	background: black;
}
div.r4d {
	width: 4px;
	height: 2px;
}
div.r5 {
	width: 5px;
}
div.r4 {
	width: 4px;
}
div.r3 {
	width: 3px;
}
div.r2 {
	width: 2px;
}
div.r1 {
	width: 1px;
}
div.r1d {
	width: 1px;
	height: 2px;
}

td.logo {
	text-align: center;
	padding: 10px;
}

li {
	margin-bottom: 0.8em;
}

form li {
	margin-bottom: 0.4em;
}

.titledlist li .listtitle {
	font-weight: bold;
}

.titledlist li .listdescr {
	font-style: italic;
}
