body {
	background-color: #fff;
	margin: 1em auto;
	width: 60em;
	padding: 0em 2em;
}

a {text-decoration: none; color: #a00;}
a:hover {text-decoration: underline; }

h1 {
	text-align: center;
}

/******************************************************************************
 * basic layout styles
 */


#header {
	border-bottom: solid 1px #808080;
	padding-bottom: 1em;
	position: relative;
}

#toplinks {
	padding-top: 0em;
	line-height: 2em;
	text-align: left;
	width: 60em;
	border-bottom: solid 1px #808080;
}

#toplinks a{
	color: #a00;
	font-weight: normal;
	margin-right: 1em;
}

#toplinks a:hover {
	text-decoration: none;
	color: #808080;
}

#header ,
#header a{
	color: #808080;
	font-weight: normal;
}

#header  h1 {
	margin-bottom: 0.1em;
	text-align: left;
}

#header .academic {
	font-size: 0.95em;
	padding-left: 0.2em;
}

#header #logo {
	position: absolute;
	right: 0;
	top: 0;
	display:none;
}


#breadcrumbs {
	text-align: right;
	margin: 0.5em 0;
}

#breadcrumbs,
#breadcrumbs a {
	color: #888;
	font-size: 8.5pt;
	padding: 1px 3px 0px 0px;
}

#breadcrumbs:hover, 
#breadcrumbs:hover a {
	color: #222;
}

#header a:hover,
#breadcrumbs a:hover {
	text-decoration: none; 
	color: #a00;
}

#footer {
	border-top: solid 1px #808080;
	padding: 1em 0;
    margin-bottom: 3em;
	margin-top: 2em;

}

#footer  .license {
	text-align: right;
	color: #808080;
	float: right;
	width: 20em;
	display: block;
}

#footer, #footer a {
	color: #808080;
	margin-right: 1em;
}
#footer a:hover {
	color: #a00;
	text-decoration: none;
}

#footer .license a {
	font-weight: bold;
	white-space: nowrap; 
}

#footer img {
	float: right;
	border: none;
	-- margin-right: -95px; /** use pixels here to adjust to image width */
}

/******************************************************************************
 * toolbox - actions for wiki topics
 */
#toolbox {
	color:#fff;
	padding:5px;
	position:absolute;
	position: fixed;
	top: 4px;
	right: 4px;
	
	background-image: url(../BptSkin/bg_transparent.png);
	background-position: bottom left;
	z-Index: 500;
}

#toolbox a {
	font-weight: normal;
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

#toolbox a:hover {
	text-decoration: underline;
}

#toolbox a.natHomePageTopicAction {
	font-weight: bold;
}

#toolbox ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#toolbox li {
	padding-bottom: 2pt;
}
	


