body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 5;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	color: #4A907B;
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0033FF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#0033FF;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	padding: 0;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #ffffff;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
.headerimage {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	height: 219px;
	width: 333px;
	text-align: right;
	position: relative;
	float: right;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0;
}
.content p {
	font-size: 14px;	
	margin-bottom: 10px;
	margin-top: 5;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

}
hr {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	color: #4A907B;
	padding: 0px;
}
.content .imagelogo {
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}
.farmname {
	color:#0A6039;
	font-weight:bold;
}
.farmslogan {
	color:#0A6039;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
}
.emphasis {
	color:#f00;
	font-weight:bold;
	font-style:italic;
}
.highlt {
	font-style: italic;
	color: #F00;
}
.sched_title {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #4A907B;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
}
.sched_notes {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #093;
}
.generaltable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse:collapse;
	clear: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 5px;
	border: 5px solid #aaa;
}
.generaltable th {
	color: #ffffff;
	background-color: #aaa;
	font-size: 18px;
	padding: 5px;
	margin: 10px;
}
.generaltable .sched_title {
	font-size: 18px;
}
.generaltable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	border: thin solid #aaa;
	vertical-align: top;
}
.generaltablemsg {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	border: thin solid #999;
	font-style:italic;
	color: #FF0000;
	
}
.imagecenter {
	border: 5px solid #4A907B;
	float: none;
	margin-left: 45%;
	margin-right: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
}
.imageborder {
	border: 5px solid #4A907B;
	margin-left: 15px;
	margin-right: 15px;
}
.imageright {
	border: 5px solid #4A907B;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
}
.imageleft {
	border: 5px solid #4A907B;
	clear: right;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imagerightwotop {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	background-color: bbb;
	margin-top: 0px;
}
.imagerightwoborder {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	background-color: bbb;
}
.content .imageleftwoborder {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	background-color: bbb;
	margin-top: 20px;
	margin-bottom: 0px;
}
.content li {
	list-style-type: circle;
	list-style-position: inside;

}
.content h1 {
	font-size: 20px;
	color: #4A907B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content h2 {
	font-size: 14px;
	font-style: italic;
	color: #133A5B;
	line-height: 28px;
	vertical-align: middle;
}
.content h3 {
	font-size: 14px;
	font-style: italic;
	color: #133A5B;
	line-height: 28px;
	vertical-align: middle;
	background-color: #98A8B5;
	padding-left: 10px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	background-color: #4A907B;
	color: #FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #133a5b;
}
#footer  a:link {
	font-weight: bold;
	color: #133a5b;
	text-decoration: underline;
}
#footer  a:visited {
	font-weight: bold;
	color: #0a6039;
}
#footer  a:hover {
	font-weight: bold;
	color: #00FF00;
}
#footer a:active {
	font-weight: bold;
	color: #133a5b;

}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
