body {
	font-family: Verdana, sans;
	font-size: small;
	background-color: #eeffee;
	margin: 0;
	padding: 0;
}

body * {
	margin: 0;
	padding: 0;
}

#header {
	background-color: #000000;
	border-bottom: 5px solid #99CC66;
	margin-bottom: 5px;
	height: 50px;
	vertical-align: middle;
}

#container {
  width: 100%;
  float: left;
  margin-right: -200px;
}
#sidebar {
  width: 200px;
  float: right;
}
#footer {
  background: inherit;
  clear: both; 
	text-align: right;
	padding: 0.25em;
	font-size: x-small;
	border-top: 1px dotted #006600
}
#content {
  margin-right: 200px;
	padding: 0 0.25em;
}

#UCL-logo {
	float: right;
	color: #99CC66;
	font-size: 50px;
	font-weight: bold;
	padding: 0;
	font-family: sans;
}

a {
	text-decoration: none;
	color: #708c70;
}

a:hover {
	background-color: #ddffdd;
	border-top: 1px solid #669933;
}

a.blank:hover {
	background-color: inherit;
	border-top: 0;
}

a.blank img { border: 0; }

h1 {
	padding: 2px;
	color: #ffffff;
}

ul {
	border: 1px dotted #006600;
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
}
ul h2 {
	font-size: small;
}
ul li {
	list-style-type: none;
}
ul li ul {
	display: none;
	border-width: 0;
	margin: 0;
	padding: 0 0 0 1.5em;
}
#sidebar ul li:hover ul {
	display: block;
}
#sidebar ul li ul li {
	font-size: x-small;
	text-align: left;
}

#content p {
	line-height: 1.5em;
	text-indent: 1.5em;
	text-align: justify;
}

#content h1+p, #content h2+p, #content h2+p, #content h3+p, #content h4+p, #content h5+p, #content h6+p, #content p:first-child {
	text-indent: 0;
}

#content ul ul {
	display: block;
	margin-left: 1em;
}

