}
	

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	background-image: url(http://fiascofarm.com/herbs/herbimages/back4.jpg);
	background-color: #ECE9D8;
	text-align: left;
	margin: 0px;
}

body, td {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 13px;
	text-align: left;
}

a {
	color: #006C00;
	text-decoration: none;
    text-align: left;
}

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

.stat_table {
	border: black solid 1px;
}
.stat_top_row {
	background-color: #B4B9D2;
	color: black;
	font-weight: bold;
	text-align: left;
}
.stat_top_td {
	border-bottom: solid black 1px;
}
.stat_td {
	border-bottom: silver solid 1px;
}
.stat_td_alternate {
	border-bottom: silver solid 1px;
	background-color: #F1F3F9;
}
}

.nav_block {
	/*
		Width was moved from here to the nav_block_content div because it wouldn't allow the 
		box to become wider if the content required it
		width: 155px;
	*/
	border: #8B5401 solid 2px;
	background-color: #FFEEFF;
	margin-bottom: 10px;
}
.nav_block div.nav_block_title {
	background-color: #B4B9D2;
	color: black;
	font-weight: bold;
	border-bottom: black solid 1px;
	padding: 3px;
	margin-bottom: 10px;
}
.nav_block div.nav_block_content {
	border-bottom: silver solid 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	width: 145px;
	text-align: left;
}

/* This is the width for IE only, due to its box model problem */
*html .nav_block div.nav_block_content {
	width: 155px;
}




.nav_link_container {
}

.nav_link_container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	text-align: left;
}

.nav_link_container a {
	display: block;
	padding: 2px;
}

/* width here is only for IE's benefit :( */
* html .nav_link_container a {
	width: 100%;
}

.nav_link_container a:link,
.nav_link_container a:visited {
	color: #007D13;
	text-decoration: none;
}

.nav_link_container a:hover {
	background-color: #dfdfdf;
}

.nav_link_container a.selected {
	font-weight: bold;
	color: blue;
}