#header	{
	float: left;
	width: 100%;
	padding: 0;
	margin-left:0;
	margin-bottom: 0;
	margin-top:5px;
	height: 170px;
	text-align:center;
	}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFFFFF;
	background-image:url(images/backstrip2.png);
	background-position:top left;
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
}

p	{
	margin-left: 10px;
	margin-right: 20px;
	text-align:justify;
	}

.admin {
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #FFCC33;
	margin-left: 10px;
	line-height: 200%;

}
a {
	color: #C33;
	text-decoration: none;
}
a:hover	{
	background-color: silver;
	}
.footer {
	color: orange;
	text-decoration: none;
	font-size: medium;
	text-align: right;
}

H1, H2, H3, H4, H5, H6 {
	color: #012A54;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1	{
	font-size: 200%;
	font-weight: normal;
	line-height: 120%;
	margin: 5px 0;
	}
h2	{

	font-size: 150%;
	font-weight: normal;
	margin: 10px 0;
	}
h3	{
	color: #693;
	font-size: 125%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom:2px;
	margin-left: 5px;
	}
h4	{
	color: #913916;
	font-family:"Arial, Helvetica, sans-serif";
	font-size:85%;
	font-weight:bold;
	margin: 2px 0 0 0;
}
h1.header	{
	font-size:x-large;
	font-weight:normal;
	line-height:100%;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	}
h2.header	{
	font-size: large;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
a.menu	{
	color:#012A54;
	text-decoration: none;
	font-size: medium;
	}
p.menu {
	text-align: right;
	margin-top: 0;
	color: #012A54;
	text-decoration: none;
	font-size: medium;
}	
table	{
	margin: 0;
	padding: 1.0em;
	display:block;
	font-size: auto;
	}

textarea	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

p.right	{
	line-height: 100%;
	text-align: right;
	}

	
ul {
	list-style-position: inside;
	margin-top: 5px;
	}
ul li {
	padding: 2px;
	margin-left: 40px;
	}		
ul li a	{
	color: #330066;
	}
ul.highlight	{
	color: #012A54;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:large;
}
ul.highlight li	{
	line-height: 150%;
}
th	{
	border-bottom: 1px solid #FFCC33;
	text-align: center;
	}
th a	{
	text-decoration: underline;
	}

div.maps	{
	float: right;
	background-color: #CED9B9;
	padding: 5px;
	border: thin black dashed;
	margin-left: 20px;
	text-align:center;
}
div.gardenpics	{
	float: right;
	width: 275px;
	background-color: fff;
	padding: 5px;
	border: none;
	margin-left: 20px;
	font: Arial x-small normal;
	text-align:center;
}
div.gardenpics_wide	{
	float: right;
	width: 65%;
	background-color: fff;
	border: none;
	font: Arial x-small normal;
	text-align:left;
}
div.gardenpicsleft	{
	float: left;
	width: 275px;
	background-color: fff;
	padding: 5px;
	border: none;
	margin-right: 20px;
	font: "Arial, Helvetica, sans-serif" x-small normal;
	text-align:center;
}
div.gardenpicsleft_narrow	{
	float: left;
	width: 32%;
	background-color: fff;
	border: none;
	font: "Arial, Helvetica, sans-serif" small normal;
}
div.login	{
	float: right;
	width: 100px;
	padding: 2px;
	margin-top: 10px;
	margin-left: 10px;
	text-align:center;
	background-color: #FFF;
	border: outset #913916 5px;
}
div.fb	{
	float: left;
	width: 48px;
	padding: 0;
	margin-top: 20px;
	margin-left: 10px;
	text-align:center;
	background-color: #FFF;
	border: none;
}
.cancelled	{
	 text-decoration: line-through;
}