@charset "utf-8";
/* CSS Document */

a:link { 
	text-decoration: none; 
	color: #736E62;
}

a:visited { 
	text-decoration: none; 
	color: #736E62;
}

a:active { 
	text-decoration: none; 
	color: #736E62;
}

a:hover { 
	color: #543318;
	text-decoration: underline;
}

#wrapper{
	margin-right:auto;
	margin-left:auto;
}

#header{
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	height: 150px;
	width: 800px;
	background-image:url(pics/tree.jpg);
}

#header img{
	margin-top: 15px;
}

#menu{
	width: 800px;
	height: 25px;
	/* border-bottom: thin solid #543318; */
	margin-top: 5px;
	margin-right:auto;
	margin-left:auto;
}

#content-wrapper{
	margin-right:auto;
	margin-left:auto;
	overflow: visible;
	width: 796px;
	min-height: 350px;
	margin-top: 5px;
	padding-bottom: 10px;
	border-top: thin solid #543318;
	border-bottom: thin solid #543318;
}

#content{
	width: inherit;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#content dl{
	font: 12px Verdana, Arial;
	margin-bottom: 5px;
}

#content dl dt{
	margin-bottom: 5px;
}

#content p{
	font: 10px Verdana, Arial;
	line-height: 15px;
}

#content h2{
	font: 20px Verdana, Arial;
	color: #543318;
	font-weight: bold;
}

#content h3{
	font: 16px Verdana, Arial;
	color: #543318;
	font-weight: bold;
}

#content table tr td{
	font: 10px Verdana, Arial;
}

.tdName{
	font: 12px Verdana, Arial;
	font-weight: bold;
	color: #543318;
}

.tdColumnOne{
	width: 10%;
}

.tdColumnTwo{
	width: 90%;
}

.tdColumnTwo 

.tdColumnTwo a:link { 
	text-decoration: none; 
	color: #54BE14;
}

.tdColumnTwo a:visited { 
	text-decoration: none; 
	color: #54BE14;
}

.tdColumnTwo a:active { 
	text-decoration: none; 
	color: #54BE14;
}

.tdColumnTwo a:hover { 
	color: #543318;
}


#footer{
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
}

#info{
	margin-top: 8px;
	font: 10px Verdana, Arial;
}	

#info a{
	font-weight: bold;
}


/*  MENU STYLE  */
#menuLi{	
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
	
#menuLi li{	
	float: left;
	list-style: none;
	font: 12px Verdana, Arial;
	font-weight: bold;
	width: 100px;
}

#menuLi li a{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #543318;
	width: inherit;
	white-space: nowrap;
}

#menuLi li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: inherit;
}
		
#menuLi li ul li{
	float: none;
	display: inline;
	width: inherit;
}
		
#menuLi li ul li a{
	width: inherit;
	width: auto;
	color: #543318;
	background: #FFFFFF;
	font-weight: normal;
}
		
#menuLi li ul li a:hover{
	color: #543318;
}

#menuLi li ul li.selected{
	background: #FFFFFF;
	color: #543318;
	border-bottom: 3px solid #543318;
	border-top: 3px solid #543318;
}
