﻿@charset "UTF-8";
/* 
==============================================================================
This styles all the base HTML elements, consider it the default style for 
basic html elements thorugh out the site.

This shouldn't be used to do layout elements like columns etc. 
==============================================================================
 */

body {
	font-family: Verdana;
	color: #888888;
	font-size:11px;
}
html {
}
p {
	font-size:11px;
	line-height: 20px;
    width: 100%;
}
hr {
}
h1 {
	font-size: 16px;
	color: #aa9d71; 
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #aa9d71;
	font-weight: normal;
}
#subnav h2 a {
	color: #aa9d71;
}
h3 {
	font-size: 12px;
	color: #aa9d71;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	color: #aa9d71;
	font-weight: normal;
}
h5 {
}
h6 {
}
ul {
}
ol {
}
li {
}
ul li {
	margin:3px 0 5px 0;
}
ol li {
	margin:3px 0 5px 0;
}
ul ul, ul ul ul, ul ul ul ul, ol ol, ol ol ol, ol ol ol ol {
	margin-left: 14px;
	padding-left: 0;
}
table {
}
th {
}
td {
	padding: 10px 5px;
}
tr {
}
a {
	color: #aa9d71;
	cursor: hand;
	text-decoration: underline;
}
a:visited {
	color: #aa9d71;
}
a:link {
	color: #aa9d71;
}
a:active {
	color: #6e6548;
}
a:hover 
{
	color: #e4dfcf;
}
a.leaf {
	background-image: url("/images/green_promise_leaf.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 31px;
}
blockquote {
	font-style: italic;
}

