@charset "utf-8";
/* CSS Document */

body {
	background-color: #E5E3CF;
}

table.header {
	background-color: #FFFFFF;
}

tr.header {
	background-color: #2F69A6;
	width: 900px;
	height: 150px;
}

tr.MainNav {
	background-color: #F6EE68;
}

table.main {
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
}

td.main {
	padding: 20px 20px 20px 20px;
	vertical-align: top;
	width: 750px;
}

td.LeftNav {
	background-color: #B5B17F;
	padding: 10px 20px 20px 20px;
	vertical-align: top;
	width: 150 px;
	color: #2F69A6;
	line-height: -50%;
}

td.LeftNav a {
	color: #2F69A6;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

td.LeftNav a:hover {
	color: #F6EE68;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

table.insideLeft {
	width: 110px;
}

td.rightIndex {
	border-left: #B5B17F 1px solid;
	width: 550px;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}

td.leftIndex {
	background-image: url(../images/background_left.png);
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
	width: 350px;
}

td.rightSidebar {
	padding: 10px 10px 10px 10px;
	color: #2F69A6;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	line-height: 150%;
	vertical-align: top;
}

td.contact {
	border-bottom: solid 1px #B5B17F;
	border-top: solid 1px #B5B17F;
}
	

td.gardenParty {
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}

td.event {
	vertical-align: top;
}

table.footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	border-top: #F6EE68 2px solid;
	background-color: #E5E3CF;
	padding: 5px 10px 10px 10px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
}

table.footer a {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
}

table.footer a:hover {
	color: #F6EE68;
}



h1 {
	color: #2F69A6;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	vertical-align: top;
}

h2 {
	color: #B5B17F;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	vertical-align: top;
}

h3 {
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

h4 {
	font-size: 9px;
	text-decoration: none;
	text-align: right;
}

h4 a {
	color: #2F69A6;
	text-decoration: none;
}

h4 a:hover {
	color: #B5B17F;
	text-decoration: none;
}

h5 {
	color: #2f69a6;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-transform:none;
	line-height: 150%;
	vertical-align: top;
}
	

p {
	color: #333;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	line-height: 150%;
	vertical-align: top;
}

p a {
	color: #2F69A6;
	text-decoration: none;
}

p a:hover {
	color: #B5B17F;
}

