body {
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

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

#UCL-logo {
	float: right;
	color: #000000;
	font-size: 33pt;
	font-weight: bold;
	padding: 0;
	font-family: sans;
}

#header {
  background: #ffffff;
	border-bottom: 2px solid #000000;
	margin-bottom: 5px;

}
#container {
  width: 100%;
  float: left;
  margin-right: -200px;
}
#sidebar {
  width: 200px;
  float: right;
}
#footer {
	border-top: 1px solid #000000;
  clear: both; 
	text-align: right;
	padding: 0.25em;
	font-size: 10pt;
}
#content {
  margin-right: 200px;
	padding: 0 0.25em;
}


a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	background-color: inherit;
	color: #ff0000;
}

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

a.blank img { border: 0; }

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

ul {
	border: 1px dotted #666666;
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
}
ul h2 {
	font-size: 11pt;
}
ul li {
	list-style-type: none;
}
ul li ul {
	display: block;
	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: 10pt;
	text-align: left;
}
#sidebar a { text-decoration: none; }

#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;
}

@media print {
	body {
		margin: 1em;
	}
	#sidebar {
		display: none;
	}
	#container, #content {
		margin-right: 0;
		float: none;
	}
}
