body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0px;
	background: #FFF url(layout_images/sky.jpg) repeat-x center top;
}
#maincontent  td img {
	padding: 0px;
	margin: 0px;
	float: none;
}
#maincontent img {
	padding: 0px;
	margin: 10px;
	float: right;
}
#holder {
	width: 960px;
	border: 1px solid #98BC5A;
	background-image: url(layout_images/body_bg_image.jpg);
	background-repeat: repeat;
	margin: 20px auto 0px;
}
#header {
	height: 211px;
	background: #C6DBAD url(layout_images/header_bg_image.jpg) no-repeat;
}
#footer {
	clear: both;
	height: 30px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98BC5A;
	font-size: .75em;
}
#content {
	background-image: url(layout_images/body_bg_image.jpg);
	background-repeat: repeat-y;
}

#maincontent {
	float: right;
	width: 700px;
	text-align: left;
	padding: 10px 10px 15px 0px;
}
#sidebar {
	float: left;
	width: 240px;
}
#navigation {
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #98BC5A;
	border-bottom-color: #98BC5A;
	background-color: #D6DFB5;
}
#sidebar th {
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	color: #98BC5A;
}
#content_left {
	float: left;
	width: 345px;
	padding-right: 5px;
}
#content_right {
	float: right;
	width: 345px;
	padding-left: 5px;
}
.clear {
	clear: both;
}


#sidebar td {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
}
h1 {
	font-size: 110%;
	color: #77993E;
}
h2 {
	font-size: 100%;
	color: #77993E;
}
h3 {
	font-size: 90%;
	color: #77993E;
}
#maincontent p {
	text-align: left;
}
#navigation_left {
	float: left;
	width: 240px;
}
#navigation_right {
	float: right;
	width: 720px;
}
#navigation_left p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
}
#navigation_right ul {
	margin: 0px;
	padding: 0px;
	width: 720px;
	list-style-type: none;
}
#navigation_right ul li {
	float: left;
}
#navigation_right ul a {
	line-height: 2.1em;
	text-decoration: none;
	display: block;
	color: #5AA24A;
	font-size: 12px;
	padding-right: .5em;
	padding-left: .5em;
}
#sidebar img {
	padding-bottom: 10px;
}
#maincontent a {
	color: #739A39;
}

.quote {
	font-style:italic;
	padding:0 20px 0 20px;
}

.reference {
	font-style:italic;
	font-size:11px;
	padding:0 5px 0 5px;
}

