h1, h2, h3, h4, h5, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 105%;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 95%;
	color: #0C582E;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 90%;
	color: #006600;
}
h4 {
	font-size: 85%;
	color: #006600;
}
h5 {
	color: #a2ab84;
	font-size: 65%;
	font-weight: normal;
}
p  {
	font-size: 75%;
}

.footer {
	font-size: 75%: url(../images/greenbar.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.nav {
	font-family: "Century Gothic", Verdana, sans-serif, helvetica;
	text-transform: uppercase;
	color: #454E0D;
	text-align: right;
	margin-right: 5px;
	padding-top: 45px;
	font-size: 80%;
	width: 145px;
	vertical-align: top;
}
.nav p {
	line-height: 25px;
}

.contact {
	font-size: 75%;
	text-align: right;
	vertical-align: bottom;
	padding-right: 30px;
}
.content {
	width: 377px;
	vertical-align: top;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 95%;
}
.content h2 {
	line-height: 15px;
}
.content p, .content ul, .content li {
	line-height: 22px;
}
.content ul, .content li {
	font-size: 87%;
}

.sidebar {
	font-size: 95%;
	color: #516D4E;
	padding-left: 15px;
	padding-top: 45px;
	padding-bottom: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3DCD3;
	vertical-align: top;
}
.name {
	text-align: left;
	padding-left: 30px;
	float: none;
}

a:link, a:active, a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: none;
}

	/* navigation link style */

.nav p {
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7cfcb;
}
.nav a:hover, nav a.current:link, nav a.current:visited {
	background-color: #F5F7F2;
	text-decoration: none;
	width: 100%
}
  /* image style */
  
.photo {
	border-width: 1px;
	border-style: solid;
	border-color: #0c4731;
}
