html {
	overflow: scroll;
} 

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #006600;
}
h5 {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}
h2 {
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	margin-top:6px;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}

.globalTxt {
	font-size: 11px;
}
.globalTxtBold {
	font-size: 11px;
	font-weight: bold;
}
.backtotop
{
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.subHeadOrange {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FF6600;
}
.smHeadOrange {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}
.ocher11Bold {
	color: #C9BB51;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.orange11Bold {
	color: #FF6600;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.ltGreen11Bold {
	color: #ABD1B7;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.woodSubHead {
	font-size: 18px;
	font-weight: bold;
	color: #339999;
}
.wood11Bold {
	font-size: 12px;
	font-weight: bold;
	color: #339999;
}
.bmdSubHead {
	font-size: 18px;
	font-weight: bold;
	color: #33CC66;
}
.enviroSubHead {
	color: #009933;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.enviroSubHead2 {
	color: #99CC33;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.green11Bold {
	color: #009933;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.news {
	font-size: 11px;
}
.news td {
	padding: 3px;
	vertical-align: top;
}
.content {
	background-color: #ffffff;
	width: 300px;
	margin: 0 auto;
	text-align: left;


}
#topline {
	width: 96%;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
}
#search {
	position: absolute;
	right: 6px;
	top: 40px;
}
#search a:hover{
	color:#ff6600;
}
.formField {
	font-size: 11px;
	color: #333333;
}

/* -------------- Top Level Navigation Elements ------------------*/
div#navigation {
	width: 742px;
	position: relative;
}
#about {
	border-bottom: 4px solid #FF7F0F;
}
#BMD {
	border-bottom: 4px solid #188734;
}
#packaging {
	border-bottom: 4px solid #C9BB51;
	/*border-bottom: 4px solid #cccc66;*/
}
#paper {
	border-bottom: 4px solid #ABD1B7;
}
#wood {
	border-bottom: 4px solid #669999;
}
#env {
	border-bottom: 4px solid #99CC33;
}
#investor {
	border-bottom: 4px solid #006699;
}
#resource {
	border-bottom: 4px solid #FF7F0F;
}
div.title {
	text-align:center; 
	vertical-align: bottom;
	border-right: 2px solid #e8e8e8;
	background-color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	height:12px;
}
div.titleEND {
	text-align:center;
	vertical-align: bottom;
	background-color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	height:12px;
}
.title a:link, .title a:visited, .titleEND a:link, .titleEND a:visited {
	color: #000000;
}
ul#nav, ul#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav li.mainnav{ /* all list items */
	float: left;
	width: 106px; /* width needed or else Opera goes nuts */
}
ul#nav li.mainnav ul.secondMenu { /* second-level lists */
	position: absolute;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 173px; /*Needed so Mozilla doesn't align them horizontally */
}
ul#nav li:hover ul.secondMenu, ul#nav li.sfhover ul.secondMenu { /* lists nested under hovered list items */
	text-align: left;
	left: auto;
	background-color: #e7e8c0;
	width: 173px;
}
ul.secondMenu li {
	padding-bottom: 2px;
	width:173px;
	border-bottom: 1px solid #ffffff;
	height: 12px;
	padding-top: 3px;
}
ul.secondMenu li a {
	padding-left: 5px;
}
ul.secondMenu li:hover, ul.secondMenu li.sfhover {
	background-color: #cccc99;
}
/* REPEAT FOR THE END NAV */
ul#nav li.mainnav ul.secondMenuEND { /* second-level lists */
	position: absolute;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 160px; /*Needed so Mozilla doesn't align them horizontally */
}
ul#nav li:hover ul.secondMenuEND, ul#nav li.sfhover ul.secondMenuEND { /* lists nested under hovered list items */
	text-align: left;
	left: 580px;
	background-color: #e7e8c0;
	width: 160px;
}
ul.secondMenuEND li {
	padding-bottom: 2px;
	width: 160px;
	border-bottom: 1px solid #ffffff;
	height: 12px;
	padding-top: 3px;
}
ul.secondMenuEND li a {
	padding-left: 5px;
}
ul.secondMenuEND li:hover, ul.secondMenuEND li.sfhover {
	background-color: #cccc99;
}
/* END REPEAT */
/* --------------- END Top Level Navigation Elements --------------- */
.noborder {
	border: 0 none;
}
#footer {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #ff6600;
}
.bold {
	font-weight: bold;
}

#pageTitle {
	float: left;
	margin-top: 4px;
	margin-bottom: 6px;
}
#pageFlash {
	float: right;
}
.flash{
	float:right;
	width:559px;
	margin-top: 4px;
	margin-bottom: 6px;
}
#leftFlash {
	float: left;
	width: 182px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 6px;
}
#rightFlash {
    float:right;
	width:560px;
	margin-top: 4px;
	margin-bottom: 6px;
}
.separator{
	color: #ff6600;
}
.formFieldSearch {
	font-size: 11px;
	color: #333333;
	border:#FF6600 1px solid;
}
.aboutSubHead {
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
}
div.siteTitle {
	text-align:left; 
	vertical-align: bottom;
	background-color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	height:12px;
}
.smHeadBlack {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.head2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.globalSubHead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.listNoStyle {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listNoBulletIndent {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 0;
	padding: 0;
}
.listNoIndent {
	list-style-type: disc;
	margin-left: 0px;
	margin-top: 0;
	padding: 0;
}
.investorSubHead {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}

