/* 
 * Copyright (C) 2003 Home Orchard Society
 * www.HomeOrchardSociety.org
 */

div.body {padding: 0px;}
div.headline {font-size: 16pt;}
h1, h1.headline {
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
td.left
	{
	width: 180px;
	height: 100%;
	padding: 8px;
	valign: top;
	}
td.right
	{
	width: 180px;
	height: 100%;
	padding: 8px;
	valign: top;
	}
td.center
	{
	text-align: left;
	valign: top;
	padding: 8px;
	}
div.bar
	{
	font-family: arial,helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
	text-align: left;
	border-bottom: 2px solid #339966;
	clear: both;
	}
#hmsidenav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#hmsidenav a {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #339966;
	margin: 2px;
	width: 98%;
	padding: 4px;
	position: relative;
	top: 0px;
	left: 0px;
	}
#hmsidenav a:hover
	{
	position: relative;
	top: 1px;
	left: 1px;
	}
	

a.smalllink, a.sl
	{
	color: #339966;
	text-decoration: underline;
	font-size: smaller;
	}
a.smalllink:hover, a.sl:hover
	{
	color: #339966;
	text-decoration: none;
	font-size: smaller;
	}

img.hmicon {
	float: left;
	margin: 2px;
}

a.gl {
	color: #396;
} 