/*Page Elements*/
#wrap{
	background-image: url(images/BgFarm02.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
html, body{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	scrollbar-base-color: #eed;
	}
#banner {
	padding-left:9px;
	}

#dateBar {
	background: #eed;
}
#leftBar{ vertical-align: top;
	}

#contentInfo {
	vertical-align:top;
	padding-left: 12px;
	border-left: 1px solid #750000	;
	text-align:justify;
	}
#contentInfo ul {
	margin-top: 5px;}
#contentInfo ul li{font-size: .7em;
	font-weight: bold;
	list-style-type: circle;
	list-style-position: inside;
	margin: 0 0 0 -15px;}
#content p{
	font-size: .7em;
	margin: 6px 0 3px 0;
	width: 33em;
}
#content a{
	color: #264d00;
}
#sidebar {
	vertical-align: top;
	}
#footer {
	font-size: .6em;
	color: #750000;
	padding: 5px 10px 5px 10px;
	background-color: #eed;
	text-align: left;
}
#footer  a{
	font-weight: bold;
	font-size: .9em;
	color: #750000;
	text-decoration: none;
	}
#footer  a:hover{
	text-decoration: underline;
}
#lowerNav		{
	text-align: justify;}	
/*Headings*/
h1 {
	color: #750000;
	background: #eed;
	font: bold 90%/1em Arial, Verdana, sans-serif;
	padding: 1em 1em;
	margin: 15px 0 0 0;
	border:  inset rgb(119,60,0);
	border-width: 1px 0;}
	
h2	{
	font-size: .9em;
	font-weight: bold;
	color: #264d00;
	margin-bottom: 3px;
}

/*navigation*/

#nav {
	margin: 0;
	padding: 5px 0 5px 0;
	height: 23px;
	border-bottom: 1px solid #750000;
	}
#nav li {
	list-style: none;
	float: left;
	padding-left: 15px;
	font-size: 11px;
	line-height: 22px;
	white-space: nowrap;
	}
	#nav a {
	display: block;
	float: left;
	padding: 0 15px 1px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #773c00;
	width: .1em;}
	
html>body #nav a {width: auto;}   
 /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}           
 /* End IE5-Mac hack */
#nav a:hover {color: #693;}
#contentInfo td {
	font-size: .6em;
	line-height: 2em;
	font-weight: bold;
	background: #eeeedd;
	border-bottom: 1px solid #750000;
	padding-left: 5px; text-align: center; 
}
#contentInfo th {
	font-size: .7em;
	line-height: 1.5em;
	font-weight: bold;
	background: #ddf18e;
	vertical-align: top;
	text-align: left;
	text-align: center;
	border-bottom: 1px solid #750000;
}
#contentInfo table {
	border: 1px solid #750000;
	} 