/*----------------------------------------------------------*/
/*  STANDARD HTML TAGS                                      */
/*----------------------------------------------------------*/
body, td {
	font: normal 70% verdana,arial,sans-serif;
	color: #6E6E6E;
}


a { 
	font: normal 100% verdana,arial,sans-serif;
	color: #AEA286;
}

a:link 	  { color:#AEA286; }
a:active  { color:#AEA286; }
a:visited { color:#AEA286; }
a:hover   { color:#DFB111; text-decoration: underline; }

ul { padding: 0; }
li { list-style-image: url('/image/bulBrown.gif'); }

/*----------------------------------------------------------*/
/* NAVIGATION BARS                                          */
/* NOTE: the left side navigation is set in the             */
/* mytree.aspx files                                        */
/*----------------------------------------------------------*/

.searchBoxBkg { background-color:#DEE0B8; }
.searchtext {
	font: normal 70% verdana,arial,sans-serif;
	color: #A68A81;
	
}

.mainNavBkg { background-color:#F1EFF0; }
.leftMenuBkg { background-color:#F2EFE8; }

a.nav 		{font: normal 100% verdana,arial,sans-serif;color: #A6887E;}
a.nav:link 	{color:#A6887E; text-decoration:none;}
a.nav:active 	{color:#A6887E; text-decoration:none;}
a.nav:visited 	{color:#A6887E; text-decoration:none;}
a.nav:hover 	{color:#DFB111;Text-Decoration: Underline;}


/*----------------------------------------------------------*/
/* BOTTOM NAVIGATION                                        */
/*----------------------------------------------------------*/
.footnote {
	font: normal 90% verdana,arial,sans-serif;
	color:#A68A81
	
}

.footerMenu {
	font: normal 90% verdana,arial,sans-serif;
	color: #949494;
	text-align: center;
	padding: 5px 5px;
}

/*----------------------------------------------------------*/
/* HEADERS & SUBHEADERS                                     */
/*----------------------------------------------------------*/
.headingbrwn {
	font:bold 12pt times;
	color: #B18347;
	padding-bottom: 2px;
	white-space: nowrap;
}

.subHeadingbrwn{
	font:normal 11pt times new roman, times, sans-serif;
	color: #B18347;
	font-weight: bold;
	padding-bottom: 2px;
	white-space: nowrap;	
}

.rightheading {
	font:bold 10pt arial;
	color: #9D8E6F;
	padding-bottom: 2px;
	white-space: nowrap;
}


/*this stuff can probably all go away*/


.subHeadingbrwnsm{
	font:normal 10pt times new roman, times, sans-serif;
	color: #B18347;
	font-weight: bold;
	padding-bottom: 2px;
	white-space: nowrap;
}
.srchHeadingbrwnsm {
	font:normal 9pt arial, times new roman, times, sans-serif;
	color: #B18347;
	font-weight: bold;
	padding-bottom: 2px;
	white-space: nowrap;
	
	
}

.smallErrorMessage {
	font: normal xx-small verdana,arial,sans-serif;	
	color: #ff0000;
}

.errorMessage {
	font: normal verdana,arial,sans-serif;	
	color: #ff0000;
}

