

/* Elements
---------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	}

hr {
	margin:				1em 0;
	}

a:link, a:visited {
	color:				#333;
	}	

	#content a[href^="/"]:after,
	#footer a[href^="/"]:after {
	content:			" (http://imb.org" attr(href) ") ";
	font-size:			.85em;
	}
	
.superscript {
	font-size: xx-small;
	vertical-align: super;
}
.userfilled {
	float:				left;
	margin-bottom:		1em;
	background:			#e4e4d3;
	width:				100%;
	border: 1px dotted #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .69em;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	height: 50px;
}

.np {
	display: none;
	}

.fullstory {
	display: block;
}

/* Defined
---------------------------------------- */
#mainNav,
#top_nav,
#site_tools,
#splash,
#nav,
#sub_nav,
.media_links {
	display:			none;
	}

#date {
	display:block;
	text-align: center;
}

.prtlogo {
	display: block;
}	




