/**
 * ILEP CSS
 *
 * @filename    screen.css
 * @author      Pranath Fernando, Oliver Rowlands
 * @date        2008-1-20
 * @copyright   Liquid Light Digital Ltd.
 * @url         http: //www.liquidlight.co.uk
 */
 
body {
	color: #000000;
	font-family: Lucida sans, Verdana, sans-serif;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
}
#logo {
	float: right;
}
#content {
	clear: both;
}
#footer {
	border-top: 2px solid #AAAAAA;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}
#accessibility,
#banner,
#globalNavigation,
#primaryNavigation,
#secondaryNavigation,
#breadcrumb,
img,
#footerNavigation,
#search,
#c1068,
#c1501,
div.defaultPageLayout div.page.columnOne .page,
div.defaultPageLayout div.page.columnThree .page,
form {
	display: none;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #BBBBBB;
}
h1 {
	border-width: 2px;
	border-color: #AAAAAA;
}

/**
 * Link handling
 */
a, a:visited {
	color:#7a7a7a;
	font-size:0.8em;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	margin-right:5px;
}
#logo a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-width: 0;
}
#logos h1 a {
	font-size:1.5em;
	font-weight:bold;
}
img {
	border:none;
}