a.nav, a.nav:visited{
	color: #4B3821;
	font-size: 15px;
	/*_font-size: 14px;*/
	font-weight: 600;
	_font-weight: bold;
	text-decoration: none;
}
a.nav:hover{
	color: #996633;
	text-decoration: none;
}
a{ color: #a92121; }

a:visited{ color: black; }

a:hover{ color: #ff6347; }
h2{
	font-size: 2em; font-weight: bold;
}
h5 {
	font-size: 1.1em; font-weight: bold;
}


body{
	background-color: #F1EBE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div.copyright{
	font-size: x-small;
	float: right;
	padding-right: 3%;
	text-align: right;
}

td.botleft{
	background-image: url(images/botleft.jpg);
	height: 22px;
}

td.botright{
	background-image: url(images/botright.jpg);
	width: 24px;
}

td.botx{
	background-image: url(images/bot-x.jpg);
	background-repeat: repeat-x;
}

td.box_lefttop{
	background-image: url(images/topleft.jpg);
	width: 24px;
	height: 22px;
}

td.box_righttop{
	background-image: url(images/topright.jpg);
	width: 24px;
}

td.content{ padding-left: 8px; }

td.leftvert{
	background-image: url(images/leftvert-x.jpg);
	background-repeat: repeat-y;
}

td.mainheader{
	background-image: url(images/header-x.jpg);
	background-repeat: repeat-x;
}

td.nav{
	border-right: 1px dotted gray;
	width: 130px;
	/*padding-right: 4px;*/
	/* font-size: 1.2em; */
}
td.navbuttons{
	background-image: url(images/navbutton.jpg);
	height:26px;
	width:140px;
	background-repeat: no-repeat;
	background-position: center;
	/*text-align: center;*/
	padding-top:3px;
	_padding-top:0px;
	padding-left: 12px;
}

td.rightvert{
	background-image: url(images/rightvert-x.jpg);
	background-repeat: repeat-y;
	width: 24px;
}

td.topheader{
	background-image: url(images/headertop-x.jpg);
	height: 23px;
	background-repeat: repeat-x;
	text-align: center;
	color: #B9A66B;
	font-size: 14px;
	font-weight: bold;
}

td.topx{
	background-image: url(images/top-x.jpg);
	background-repeat: repeat-x;
}
/* ul.nav{
	line-height: 1em; list-style: none; margin-left:-6px; padding-left:6px;
} */
/* tree menu styles */
.treemenu {
	margin : 0px 10px; 
	padding : 10px;
	list-style : none;	
	width : 125px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 5px;
	padding : 0px 5px;
	 font-size: 130%;
}

.treemenu LI {
	display : block;
}

.treemenu A {
	display : block;
	padding-left : 15px;
	text-decoration : underline;
color:maroon;
}
 .treemenu a:hover{
	color:#ff6347;
} 
.treemenu .treeopen {
	background-image : url(images/open.gif);
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url(images/closed.gif);
	background-repeat : no-repeat;
	background-position : left;
}
.inneropen {
	background-image : url(images/tree.gif); 
	background-repeat : no-repeat;
	background-position : 0 .4em;
	
 /* list-style-position: inside;
  list-style-image: url(images/tree.gif); */
  padding-left:.2em;
   font-size: 70%;
}	
.bluetext{
	color: blue;
}
.redtext{
	color: red;
}
