body{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#FFF;
	color:#000;

}


#nav, 
#sidebar,
.utility, 
ul.util,
#articleTOC
{
	display:none;
}

.article {
	margin-left:1em;
}

.meta {
	text-align:left;
}
.meta .relation { float:none;}

#content, #main {
	margin-top:0;
	padding-top:0;
}

.masthead {
	background:#FFF;
	color:#000 !important;
	border-bottom:3px double #999;
}
.masthead a, .masthead a:visited {
	color:#000 !important;
}
h4.pretitle {letter-spacing:0;}


body, #page {text-align:left; margin:0;}
body, #page, #content { background:#FFF; width:auto;}

/* this is nicked from the main stylesheet, since the width would otherwise clash with that....*/
.article {
		line-height:1.2;
		margin:2em 200px 1em 40px;
		min-height:300px;
		position: relative;
}

#falcklogo {
	text-align:right;
}
.masthead {display:none;}
#falcklogo img {border:none;}
dl.fact {
	border:1px solid #ccc;
}

dl.fact dt {
	border:none;
	border-bottom:3px double #666;
	background:#CCC;
	color:#000;
}

dl.fact dd {	
	border:1px solid #fff;
	background:#fff;
	color:#000;
}

#content {padding:0;}
#main {
	width:100%; 
}
.article {
	margin-right:200px;
	margin-left:0;
}