* {
	margin: 0;
	padding: 0;
}

body {
	font: 100%/1.3em Arial, Helvetica, sans-serif;
	color: #170604;
	background-color: #fff;
}

#top {
	background: #005300 url("images/bkg_top.gif") repeat-x top;
	height: 100px;
}

.pine img {
	padding-left: 50px;
}

.ecp img {
	padding-top: 60px;
	padding-left: 23px;
}
	
#nav {
	float: left;
	width: 190px;
	height: 444px;
	background: url("images/bkg_nav.jpg") no-repeat top right;
}

#nav ul {
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: 2px;	
	list-style-type: none;
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	color: #fff;
	background-color: transparent;
}

#nav a:link, #nav a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover {
	color: #005300;
	background-color: transparent;
}

#content {
	font-size: .9em;
	height: 100%;
	margin-left: 220px;
}

#content h1 {
	text-align: right;
	font: bold italic 24px/2em Georgia, "Times New Roman", Times, serif;
	color: #8ba661;
	background-color: transparent;
	margin-top: -13px;
	margin-right: 25px;
}

#content h2 {
	font: bold 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #aca589;
	background-color: transparent;
	border-bottom: 1px solid #aca589;
	letter-spacing: 5px;
}

#content p {
	padding-top: 20px;
	padding-right: 20px;	
}

#content li {
	list-style-type: square;
	vertical-align: middle;
	margin-left: 30px;
	padding: 4px;
}

#content table {
	font-size: .8em;
	padding-left: 10px;
}

#content a:link, #content a:visited {
	color: #8ba661;
	background-color: transparent;
}

#content a:hover {
	color: #8ba661;
	background-color: transparent;
	font-weight: bold;
}

#content td {
	padding: 3px 5px;
}

#content td li {
	list-style-type: square;
}

#content img {
	float: right;
	padding-right: 35px;
	padding-left: 15px;
}

#imgleft img{
	float: left;
	padding-bottom: 20px;
}


/*
.dropcap:first-letter {
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background-color: #aca589;
	padding: 5px;
	vertical-align: text-top;
}
*/

.dropcap span {
	float: left;
	margin: 3px 3px 0 -3px;
	padding: 7px;
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background-color: #aca589;
}

/*the following is necessary because of IE float bug*/
* html .dropcap span {
	margin-right: 0;
}

.dropcap:first-line {
	font-weight: bold;
	color: #aca589;
}

.ecp {
	font-weight: bold;
	color: #005300;
	background-color: transparent;
}

.signature {
	font-family: "Book Antiqua", Garamond, Palatino, serif;
	font-style: italic;
	font-weight: bold;
}

.smallcap {
	font-variant: small-caps;
	font-family: "Courier New", Courier, monospace;
}

#footer {
	clear: both;
	border-top: 1px solid #005300;
}

#footer li {
	list-style-type: none;
	display: inline;
}

.copyright {
	font-size: .7em;
	color: #005300;
	background-color: transparent;
	padding: 0 0 0 10px;
}

.contact {
	color: #005300;
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	float: right;
	padding-right: 20px;
}

.contact2 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	float: right;
	padding-right: 30px;
}		
	
.contact2 a:link, .contact2 a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.contact2 a:hover {
	color: #8ba661;
	background-color: transparent;
	font-weight: bold;
}
.note {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

/*Form Styles*/
form.contactfrm fieldset {
	border: 1px solid #8ba661;
	padding: 10px;
	margin-right: 20%;
}

form.contactfrm legend {
	font-weight: bold;
	font-size: .85em;
	color: #8ba661;
	background-color: transparent;
	padding: 5px;
}

.labels {
	text-align: right;
	vertical-align: top;
}





