<style>
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin: 0 0 0 0px;
}
td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
sup{
/*color: white;*/
text-decoration: none;
}
#page {
	width: 750px;
	padding: 0px 0 0 0px;
	margin:  0px 0 0 0px;
	border: 0px solid Blue;
	z-index: 0
}
#bar {
	width: 750px;
	padding: 4px 10px 5px 0px;
	background-color: #006633;
	text-align: right;
	vertical-align: middle;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff; 
	margin-top: 105px;
	position: absolute;
	display: inline;
}
#logo {
	padding: 0px;
	margin: 17px 0 10px 0;
	float: right;
}
#whatnew {
	padding: 0px;
	margin: -36px 0px 0px -40px;
	width:580px;
	height: 104px;
	position: absolute;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(images/whats_new2.jpg);
	/*border: medium solid Blue;
	margin: -36px 0 0px -6px; with table 
	*/
	z-index: 99;
}	
	
}
#woodfooter {
	padding: 0px;
	margin: -25px 0 0px 35px;
	width:140px;
	height: 129px;
	position: absolute;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(images/wood_footer.jpg);
	/*border: medium solid Blue;*/
	z-index: 2;
}
#content_column{
	position: none;
	float: right;
	display: inline;
	width: 500px;
	padding: 20px 0px 0px 0px;
	margin-top: -300px;
	 margin-right: 40px;
	 margin-left: 175px;
	/*background-color: Gray;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#title{
	font-size: 22px;
	color: #336633;
	/*font-weight: bold;*/
	font-family: Impact, Arial, sans-serif;
	display: inline;
}
#titlebrown{
	font-size: 15px;
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial,Impact,sans-serif;
}
#titlebrownnou{
	font-size: 15px;
	color: #663300;
	font-weight: bold;
	font-family:  Arial,Impact,sans-serif;
}
#greentext{
	font-size: 15px;
	color: #336633;
	font-weight: bold;
	font-family:  Arial,Impact,sans-serif;
}
#order ol{
	list-style : decimal; 
	margin: 0 0 0 0px;
	}

#footer {
	position: relative;
	display: inline;
	width: 750px;
	padding: 4px 10px 5px 0px;
	background-color: #006633;
	margin-top: 50px;
	text-align: right;
	font-size: 12px;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
	z-index: 5;
}
#footer a{
color: white;
text-decoration: none;
}

#footer a:visited{
color: white;
text-decoration: none;
}
#footer a:hover{
color: #663300;
text-decoration: none;
}

#clear{
	clear: both;
}
#nav_column{
	/*float: none;*/
	/*padding: 5px 0px 5px 0px;*/
	margin-top: 45px;
	width: 175px;
	height: 400px;
	background-repeat: no-repeat;
	background-image:  url(images/site/woodgrain_nav.jpg);
	/*list-style-type: none;*/
	/*border: 2px solid RED;*/
	padding: 0 0 0 0;	
}
.nav ul{
margin: 53px 0px 0px 0px;
padding: 0;
list-style-type: none;
width: 145px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
	
.nav ul li{
position: relative;
padding: 0 0 0 45px;/* controls padding for each link including image*/
}
	
/*slide out Sub level menu items */
.nav ul li ul{
position: absolute;
left: 0px;
width: 180px; /*sub menu width*/
margin: 0px 0px 0px -50px; /*1 left margin to bring slide out sub menu closer to menu*/
top: 9px;
visibility: hidden;
}
/* slide out level menu links style */
.nav ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #006633;
padding: 2px; /* controls width of each block for links*/
/*border: 1px solid #ccc;*/
}

/* Sub level menu links style */
.nav ul li a{
display: list-item;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
/*background: #fff;*/
padding: 10px 0px 14px 2px; /* controls width of each block for links*/
/*border: 1px solid #ccc;*/
/*border-bottom: 0;*/
/*background: url(images/site/button_up.gif) no-repeat 0px 0px 0px 5px;*/
list-style:  url(images/site/button_up.gif) center;
}

.nav ul li a:visited{
color: white;
list-style:  url(images/site/button_up.gif) center;
}

.nav ul li a:hover{
color: #663300;
list-style:  url(images/site/Button_down.gif) center;
/*background: url(images/site/button_down.gif) no-repeat center left;*/
}
/* to indicate a subfloder is available \*/
.nav .subfolderstyle{
/*background: url(images/site/arrow.gif) no-repeat center right;*/
}

	
/* Holly Hack for IE \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */
</style>
