body{
 background-image: url("images/bg2.jpg");
 background-attachment: fixed;
 background-color: bcbcbc; 
} 
table.menu {
border-color: #808080;
border-style: groove groove groove groove;
border-width: 5px 5px 5px 5px;
background-image: url("images/wood2.jpg"); 
background-color: 767676; 
 } 
 	/*li {
	background: url(images/default.png) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	http://www.photochopz.com/forum/member-photoshop-resources/28930-tileable-wood-textures.html
	}*/
 table.tabletitle{
 background-image: url('images/panelblue2.jpg');
 border-color: #808080;
border-style: groove;
border-width: 5px 5px 5px 5px;
 }
 table.main {
border-color: #808080;
border-style: inset;
border-width: 5px 5px 5px 5px;
background-image: url("images/tile2.jpg");
background-color: #808080; 
 } 
 table {
border-color: red red red red;
border-style: solid solid solid solid;
border-width: 0px 0px 0px 0px;
 } 
h1{
 color: 000099; 
}
h1.title {
 font-size: 300%;
 color: 000000; 
} 
h1.black {
 color: 000000; 
}
div.titlediv {

}
p {
 color: 000000;
 font-size: 18px;
 text-indent: 25px;
 text-align: justify; 
}
/*     
h4 { background-color: white; } 
p  { background-color: #1078E1; } 
ul { background-color: rgb( 149, 206, 145); } 
<a href="#" title="Print Page" onclick="window.print();return false;">Print Page</a> <=== print button
*/
span.email {
 background-color: #ffff00;
 color: #aa0000; 
}
a:link {
 color: aa0000; 
 }
a:visited {
 color: #FFFFFF; 
}
a:link.fade {
 color: #aa0000; 
}
a:visited.fade {
 color: #ffffff; 
}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active {
 color: #333333; 
}
/* uses!      

http://www.bioenergyconference.org/docs/speakers/2008/Final_Sum.pdf

1: It is being used by log builders. Customers like the blue patches on the logs.

2: Paneling and wainscoting. A company in Quesnel uses it to produce “denim” paneling which is also popular.

3: It is also being chipped and uses in pellet making and chip-making for the pulp and paper industry.


<!--

//Disable right click script - By Uglytroll

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 
http://www.fs.fed.us/r2/bark-beetle/images/factsheet.pdf

 <table align="right"><tr><td>
<span id=tick2>

</span>


<script>
<!--
/*
By George Chiang (WA's JavaScript tutorial) 
http://wsabstract.com
*//*

function show2(){
  if (!document.all)
    return

  var Digital=new Date()
  var hours=Digital.getHours()
  var minutes=Digital.getMinutes()
  var seconds=Digital.getSeconds()
  var dn="AM" 

  if (hours>12){
   dn="PM"
   hours=hours-12
  }

  if (hours==0)
   hours=12

  if (minutes<=9)
   minutes="0"+minutes

  if (seconds<=9)
   seconds="0"+seconds
   var ctime=hours+":"+minutes+":"+seconds+" "+dn
   tick2.innerHTML="<b style='font-size:22;color:blue;'>"+ctime+"</b>"
   setTimeout("show2()",1000)
}

window.onload=show2
//-->
</script>
</td></tr></table>

*/
/*        

http://www.bcfii.ca/industry_resources/mpb/pdf/08-0019%20-%20Whole%20Log%20Chipping%20of%20MPB%20Fibre%20for%20Pulp%20and%20Paper%20Industry.pdf
Bioenergy technologies use renewable biomass resources to produce an array of energy related 
products including electricity, liquid, solid, and gaseous fuels, heat, chemicals, and other 
materials. Bioenergy ranks second (to hydropower) in renewable U.S. primary energy production 
and accounts for three percent of the primary energy production in the United States.

*/