/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding: 0;
	margin: 0;
	background: white;
	color: black;
}
#outer{
	min-height: 100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left: 0px;
	background: white;
	margin-bottom: -50px;
	color: black;
}
* html #outer{height:100%;margin-left:0px}/* ie 3 pixel jog*/ 
#printheader{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: white;
	overflow: hidden;
	color: black;
	display: block;
}

#header {
	display: none;
}

#lhslogo {
	display: none;
}

#rhslogo {
	display: none;
}


#left {
	display: none;
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width: 100%;
	clear: both;
	height: 50px;
	background-color: white;
	color: black;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:150px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#corner{
	display: none;
}

/* DML Added */
img {
	border: 0px;
}

#centercontent {
	margin: 10px;
}

#footer p {
	color: white;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

#footer a:link {
	/* unvisited link */
	text-decoration: none;
	color: #00ffff;	
}

#footer a:visited {
	/* visited link */
	text-decoration: none;
	color: #009999;
}

#footer a:hover {
	/* mouse over link */
	text-decoration: underline;
	/* font-weight: bold; */
	color: #0000ff;
}

#footer a:active {
	/* selected link */
	text-decoration: underline;
	/* font-weight: bold; */
	color: #000099;
}

.image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image div {
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 2em;
	text-align: center;
}

.nav {

}

.unhlogo {
	padding-top: 20px;
}

/* for publications and research pages */
.bullets {
	padding: 0;
	margin: 0;
	border: 0;
}

.entry {

}

.singlefile, .pubentry , .multifile, .nofile {
	width: 550px;
}

.singlefile, .nofile, .multifile {
	padding-bottom: 50px;
	text-align: center;
	padding-top: 10px;	
}

.multifileentry {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.pubentry {
	text-align: left;
	padding-top: 0px;
	margin-bottom: 0px;
}

.acronymletter {
	font-weight: bold;
}

