/* CSS Stylesheet */

html { 
	margin: 0; 
	padding: 0;
	height: 100%;
	margin-bottom: -1px;
	background: #e4e0d8; 
	}

body { 
	position: relative; 
	width: 80%; 
	min-height: 100%;
	margin-top: 0; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0; 
	background: #fff; 
	border: 1px solid #000;
	border-top: 0px none;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	}
	
*html body {	/* applies to IE only */
	height: 100%;
	margin-bottom: -1px;
	}
	
#wrapper {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	}
	
#container-head {
	background: #e8efab;
	}

#head { 
	position: relative; 
	margin: 0;
	padding: 0;
	height: 103px;
	background: url(../images/grass_crop1_colorized.jpg) top right repeat-x #e8efab;
	}

#head h1 { 
	text-align: right;
	margin-top: 0;
	margin-right: 220px;
	}

.logo { 
	position: absolute;
	top: 0;
	right: 0;
	}

.tagline { 
	font-size: .8em; 
	}
	
#nav { 
	position: relative; 
	display: block;
	clear: both; 
	margin: 0;
	padding: 0;
	height: 30px; 
	border-bottom: 1px solid #000;
	background: #e4e0d8;
	}
	
#nav ul { 
	margin: 0;
	padding: 0; 
	list-style: none; 
	}
	
#nav li { 
	position: relative; 
	float: left;
	width: auto;
	text-align: center;
	font-size: .8em; 
	font-weight: bold; 
	}
	
#nav a { 
	display: block; 
	padding-left: 1.5em;
	padding-right: 1.5em;
	line-height: 30px; 
	text-decoration: none; 
	background: transparent; 
	color: #000; 
	}
	
#nav a:hover { 
	background: #edf0d8; 
	color: #000; 
	}
	
#nav a.here { 
	background: #949c51; 
	color: #fff; 
	}
	
#content { 
	position: relative; 
	clear: both;
	font-size: .8em;
	margin: 0;
	padding: 1.5em;
	padding-bottom: 60px;
	}

#content.rightcol {
	border-right: 210px solid #e8efab;
	}
	
#content h1, #content h2 { 
	margin-top: .5em; 
	margin-bottom: .5em; 
	color: #747a40; 
	}
	
#rightcolumn {
	position: absolute;
	top: 150px;
	right: 5px;
	width: 198px;
	font-size: .7em;
	text-align: left;
	margin-bottom: 10px;
	}
	
#container-foot {
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	left: 0;
	bottom: -1px; /* For Certain IE widths */
	height: 50px;
	background: url(../images/grass_crop2_colorized.jpg) top left repeat-x #e8efab;
	border-top: 1px solid #949c51;
	}

#foot {
	font-size: .7em;
	color: #949c51;
	text-align: center;
	}
	
#foot a, #foot a:visited {
	color: #676d38;
	}
	
a img { 
	border: 0; 
	}

a:visited {
	color: #676d38;
	}
	
table { 
	width: 95%; 
	border: 0; 
	}
	
td { 
	vertical-align: top; 
	}
	
td p { 
	margin-top: 0; 
	}
	
td span.caption { 
	background: #e8efab; 
	color: #747a40;
	font-weight: bold;
	}
	
td.pic { 
	width: 140px; 
	text-align: center;
	}
	
ul.cdcontents {
	list-style-type: none;
	margin-left: 1em;
	}
	
.cdcontents li {
	border-left: 5px solid #e8efab;
	padding-left: 1em;
	}
	
.cdcontents li ul {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 2em;
	font-size: .9em;
	}
	
.cdcontents li ul li ul {
	font-size: 1em;
	}
	
.cdcontents li li {
	border-left: none;
	}