@charset "UTF-8";
/* CSS Document */

body {
	font-size: 0.85em;
	padding-top: 2em;
	padding-bottom: 2em;
}
#content {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #CFD0D1;
}
h1 {
	background-image: url(resources/homeheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 164px;
	background-color: #CFD0D1;
}
h1 a {
	position: absolute;
	top: -999em;
}
#home {
	position: relative;
	height: 241px;
	background-image: url(resources/homebackground.jpg);
	background-repeat: no-repeat;
	font-size: 2em;
	padding-top: 310px;
	padding-left: 30px;
	color: #FFF;
	font-weight: normal;
}
#footer {
	background-image: url(resources/homefooter.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 85px;
	color: #1C65B5;
	font-size: 1.2em;
	padding-top: 25px;
	padding-left: 20px;
}
#footer span {
	position: absolute;
	top: -999em;
}
#catalogueDate {
	position: absolute;
	top: 200px;
	left: 30px;
	color: #FFF;
	width: 41em;
	border-bottom: 1px solid #999;
}

#catalogueDate dt
{
	width: 15em;
	float: left;
	margin: 0 0 0 0;
	padding: 0.5em;
	border-top: 1px solid #999;
	font-weight: normal;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

#catalogueDate dd
{
	float: left;
	width: 24em;
	margin: 0 0 0 0;
	padding: 0.5em;
	border-top: 1px solid #999;
	font-weight: bold;
	color: #FF0;
}