/*
	COLORS:
		#788C6E (dark green) - background
		#DCD264 (greenish) - default links
		#C8C87D (light greenish) - links, borders
		#AAB482 (lighter greenish) - logo, menu
		#8CA064 (yellowish-green) - titlebar bg
		#C09060 (brown) - leftbar hr
		#AABEC8 (light blue) - hr
		#FFFFFF (white) - text
*/

body {
	margin: 0px;
	background-color: #788C6E;
	color: #FFFFFF;
	}

a	{
	text-decoration: none;
	color: #DCD264;
	cursor: pointer;
	}

a:hover {
	text-decoration: underline; 
	}

p 	{
	font: 0.8em arial, sans-serif;
	line-height: 1.4em;
	}

hr 	{
	color: #AABEC8;
	height: 1px;
	margin: 25px auto;
	width: 75%;
	border-style: dotted;
	}

h1, h2 {
	margin: 0px;
	color: #C8C87D;
	font-family: verdana, sans-serif;
	font-weight: normal;
	}

h1 	{
	margin-top: 10px;
	font-size: 1.6em;
	}

h2 	{
	margin-top: 15px;
	font-size: 1.2em;
	}

#titlebar{
	position: absolute;
	width: 100%;
	top: 20px;
	background: #8CA064;
	border-top: 1px solid #C8C87D;
	border-bottom: 1px solid #C8C87D;
	}

#pagetitle {
	background: url('../graphics/titlebar/corner.gif') no-repeat bottom left;
	padding: 0px 0px 0px 30px;
	height: 60px;
	font: 35px arial, sans-serif;
	}

#bbML2 {
	position: absolute;
	top: 81px;
	left: 256px;
	vertical-align: middle;
	}

#menuright {
	background: url('../graphics/titlebar/end.gif') no-repeat bottom left;
	}

#logo {
	width: 210px;
	background: #AAB482 url('../graphics/logos/farmlogo.gif') no-repeat center;
	}

#default {
	position: absolute;
	width: 70%;
	margin-left: 210px;
	margin-top: 130px;
	font-family: verdana, sans-serif;
	}

#copyright {
	font: 0.6em verdana, sans-serif;
	color: #000000;
	text-align: center;
	width: 100%;
	margin: 20px auto;
	}

#leftbar {
	position: absolute;
	width: 160px;
	left: 30px;
	top: 125px;
	text-align: center;
	}

#leftbar hr {
	color: #C09060;
	height: 1px;
	width: 65px;
	border-style: solid;
	}

div#default img {
	border: 1px solid #000000;
	margin: 25px auto 30px auto;
	}
	
img.thumb, div#default img.thumb {
	width: 100px;
	height: 75px;
	border: 1px solid #AAB482;
	margin: 20px 15px;
	}


/* page=specific stuff */
div#map {
	height: 450px;
	margin: 0px auto;
	border: 1px solid black;
	}

