/* ForestAdded, css styling */

html, body {  
	height: 100%; 
}

 .cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(overbtn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 165px;
height: 35px;
margin: 20;
padding: 20;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 15px;
width: 165px;
height: 35px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 165px;
height: 35px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 15px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 
   
   #homesidebar2 { /*height: 600px;*/ margin:0; padding:0px; text-align: left;} /* this would be the tall box, the margins centre it in newer browsers, the text-align is for NN4 */
   /*/*/ #sidebar2 { text-align: left; } /* Cancels text align for NN4 and resets for IE 5 and 5.5 */
   #homesidebar2 #homesidebar2 {}   
   #homesidebar2, #homesidebar2 #content2 {border: none; }  /* background of "content" should match "tallbox", border needed for NN4 */ 

  #homemain { /*width:80%; height:80%;*/ margin:0; padding:0px 0 0 0px; float:left; text-align:left; }
  #homemain #homemain { height: auto; }   
  #homemain, #homemain #homemaincontent { border: none; }

/* original css */
.Description {
	font-family: Tahoma, Ariel, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2c2916;}
.Description  A:link {
	color: #2c2916;
	text-decoration:none}
.Description  A:visited {
	color: #2c2916;
	text-decoration:none}
.Description  A:active {
	color: #2c2916;
	text-decoration:none}
.Description  A:hover {
	color: #a2ba27;
	text-decoration:none}
