/*
Merion Walk

Color Palette:
Green: #425E2E
Light Green: #BAD892
Medium Green: #84A15C
Pale Yellow: #ffffcc

*/

body {
	margin: 0;
	background: #ffffff;
}
body, td {
	font: 16px Garamond;
}
a:link {
	color:#425E2E;
	text-decoration: underline;
}
a:visited {
	color:#425E2E;
	text-decoration: underline;
}
a:hover {
	color:#BAD892;
	text-decoration: underline;
}

.center {
	position: relative;
	margin: auto;
	width: 700px;
}
.head {
	position: relative;
	width: 700px;
	border-top: solid 8px #BAD892;
	border-bottom: solid 8px #BAD892;
	background: #ffffff;
	padding: 0 0 1px 0;
}
.cellone {
	border-top: solid 2px #ffffcc; 
	background: #ffffcc;
}
.celltwo {
	background: #ffffff;
}

/* Sidebar Listmenu */

.sidebar p {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
.sidebar a:link, .sidebar a:visited {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.sidebar, .sidebar ul {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
}
.sidebar li {
	float: none;
	border-top: 2px solid #ffffcc;
	border-bottom: 2px solid #ffffcc;
	margin-top: -2px;
	background-color: #425E2E;
	color: #ffffff;
}
.sidebar a {
	padding: 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.sidebar a:hover, .sidebar a.highlighted:hover, .sidebar a.highlighted, .sidebar a:focus {
	color: #425E2E;
	background-color: #BAD892;
	text-decoration: none;
}

/* Content */

.content {
	width: 530px;
	padding: 10px;
	text-align: justify;
	line-height: 20px;
}
h1 {
	color: #84A15C;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
}
h1 a:link,
h1 a:visited,
h1 a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 12px;
}
.image {
	border: solid 1px #000000;
}
table.form td {
	text-align: right;
}
table.form td.last {
	text-align: center;
}
.bottom {
	width: 700px;
	border-top: solid 8px #BAD892;
	padding-top: 4px;
	padding-bottom: 4px;
	font-style: italic;
	font-size: 10px;
}
.nav {
	width: 680px;
	background-color: #ffffcc;
	padding: 10px;
	border-bottom: solid 1px #BAD892;
	font-size: 12px;
}
.wide {
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sitemeter {
	position: absolute;
	z-index: -1;}