body {
	color:black;
	background-color:white;
	font-family: "Palatino", "Georgia", "Times New Roman", Times, serif;
	font-size:11pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Univers", "Trebuchet MS",  Arial, Helvetica, sans-serif;
	margin-bottom:0;
}
/*
h1+p, h2+p, h3+p h4+p, h5+p, h6+p {
	margin-top:0.5em;
}*/

#global-nav, #section-nav, #page-footer  {
	display:none;
}

#logos {
	position:relative;
	width:100%;
	height:60px;
}

div#logos a {
	border:none;
	height:20px;
}

div#logos img {
	border:none;
}

a#site-logo {
	position:absolute;
	top:0;
	left:0;
}

a#ou-logo {
	top:0;
	right:200px;
}

a#hefce-logo {
	top:0;
	right:0;
}

a {
	color:black;
}

#page-body p, #page-body li, #page-body td {
	line-height:150%;
}

#site-footer {
	border-top:2px solid black;
}

table {
	width:100%;
	max-width:100%;
	border:1px solid black;
	border-collapse:collapse;
	margin:1em 0;
}

tr, th, td {	
	border:1px solid black;
	border-collapse:collapse;
	}

th, td {
	text-align:left;
	padding:0.5em;
}
