body {
	background-color: #000000;
	font-family: arial, sans-serif;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
form {margin: 0px;}
table {border-collapse: collapse;} 
td {padding: 0px; vertical-align: top;}

table.standard td {padding: 2px 12px 0px 0px;}
tr.total td {border-top: 1px solid #ffffff;}

a:link {color: #f8f8ff;}
a:active {color: #f7f5ff;}
a:visited {color: #fffdfd;}
a.highlight {color: #aa0000;}
img { margin: 0px; border: none;}

.site {
	position: absolute;
	width: 880px;
	margin-left: -440px;
	left: 50%;
	top: 0px;
}

/**
	Homepage/search result classes
*/
.page-navigation {
	font-size: 1.5em;
	clear: both;
	margin-bottom: 0px;
}
.page-navigation a {
	text-decoration: none;
}
.page-navigation a.active {
	font-size: 1.4em;
	vertical-align: middle;
}
.result-row {
	/* clear: left; This caused IE Mac to display each block above another, due to the bug: Clear is wrongly inherited into child elements. */
}
.block {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 1px 7px 7px 0px;
	border: 5px solid #ffffff;
	overflow: hidden;
	cursor: pointer;
}
.block a {
	font-weight: bold;
	text-decoration: none;
}
form.search {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
form.search input {
	width: 304px;
	height: 40px;
	padding: 0px 6px 0px 6px;
	border: 2px solid #ffffff;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.9em;
	vertical-align: middle;
}
/**
	Navigation
*/
.page .nav .plain {
	cursor: auto !important;
}
.page .nav .item {
	padding: 7px;
	border-bottom: 3px solid #ffffff;
	cursor: pointer;
}
.page .nav .last {
	border-bottom: none;
}
.page .nav .active {
	cursor: auto !important;
}
.page .nav .active-subpage {
	cursor: auto;
	color: #aa0000;
}
.page .nav .item h2 {
	margin: 0px; font-size: 1.1em; font-weight: normal; line-height: 1;
}
.page .nav .item .content {
	font-size: 0.75em; font-weight: normal; line-height: 1.3; 
}
/**
	Typographic classes
*/
.block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
	font-family: verdana;
	margin: 0px;
	padding: 0px;
}
.block h1 {	font-size: 3em;	line-height: 0.8; }
.block h2 {	font-size: 2.4em;	line-height: 1; }
.block h3 {	font-size: 1.8em;	line-height: 1; }
.block h4 {	font-size: 1.5em;	line-height: 1; }
.block h5 {	font-size: 1.3em;	line-height: 1; }
.block h6 {	font-size: 1.2em;	line-height: 1; }
.block p { margin: 0px; }
.block .box {
	padding: 2px 2px 3px 2px;
	border: 2px solid #ffffff;
	text-align: center;
}
.block .box a {
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

/**
	Content classes
*/
p {	line-height: 1.1em; }
.body .content h1 {	font-size: 1.8em;	line-height: 80%; margin: 0px; }
.body .content h2 {	font-size: 1.4em;	line-height: 1; margin: 0px; }
.body .content h3 {	font-size: 1.2em;	line-height: 1; margin: 0px; }
.body .content h4 {	font-size: 1.1em;	line-height: 1; margin: 0px; }
.body .content h5 {	font-size: 1em;	line-height: 1; margin: 0px; }
.body .content h6 {	font-size: 1em;	line-height: 1; margin: 0px; }
.page {
	border: 2px solid #ffffff;
	width: 100%;
}
.page .nav {
	width: 150px;
	border-right: 4px solid #ffffff;
}

.page .body {
}
.page .body .title {
	border-bottom: 3px solid #ffffff;
	padding: 14px 7px 7px 7px;
}
.page .body .title h1 {
	margin: 0px 0px 4px 0px; font-size: 4em; font-weight: bold; line-height: 0.8;
}
.page .body .title .subtitle {
	font-size: 1.2em; font-weight: normal;
}
.page .body .content {
	padding: 10px 7px 7px 7px;
}
.warning {
	color: #aa0000;
}
.imagedata td { padding: 2px 0px 2px 0px; }