@charset "utf-8";
/* CSS Document */

body {
	background: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	line-height:1.2em;
	height: 100%;
}

ul {margin:0; padding:0; list-style-type:none;}

h1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 18pt;
	line-height:1em;
	font-style: normal;
	font-weight: normal;
}

h2 {
	color: black;
	font-size:16pt;
	line-height:1.2em;
	font-style:italic;
	margin-bottom: 10px;
}

h3 {
	font-size: 13pt;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}

h4 {
	color: black;
	margin-bottom: 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	padding:15px;
	font-size: 18pt;
	line-height:1em;
	font-style: normal;
	font-weight: normal;
	width:auto;
}

#resize {
width:100%;
height:auto;

}

body > #main-content > #resize {
	width:100%;
	height:auto;
}

img {
	border: none;
}
	
#main-content {
	background: white;
	position:absolute;
	margin-top: 10%;
	width:100%;
	margin-left: 10%;
	margin-right: 10%;
	max-width:100%;
	min-width: 100%;
	top:0;
	left: 0;
	right: 0;
}
	
	
#leftnav {
	display:none;
}


footer {
	display:none;
}

ul.leaf
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul.leaf li
{
background-image: url(img/leafb.png);
background-repeat: no-repeat;
background-position: 0px 5px; 
padding-left: 16px; 
}

a:link, a:visited {
	color: #036;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#main-content a:link:after, #main-content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a:link{
	color:#69C;
	text-decoration:none;
	border-bottom: 1px dotted #69C;
	background:transparent;
}
a:visited{
	color:#999;
	text-decoration:none;
	border-bottom: 1px dotted #999;
	background:transparent;
}

#main-content a[href^="/"]:after {
  content: " (http://www.bioenergytestingcenter.com" attr(href) ") ";
   }

