#navspace ul {
	list-style: none;
	margin: 0px;
}
#navspace ul li {
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: #52942e;
	background-image: url(../images/navarrow.gif);
	background-position: 14px 14px;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 30px;
	margin: 0px 5px 0px 0px;
	border-bottom: 1px solid #E5E5E5;
}
#navspace ul li a { text-decoration: none; }

#navspace ul.subnav {
	list-style-type: square;
	margin: 0px;
	padding: 7px 0px 0px 10px;
}

#navspace ul.subnav li {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: none;
	padding: 0px 0px 5px 0px;
	margin: 0px 5px 0px 0px;
	border-bottom: none;
}

#navspace ul.subnav li a { color: #000000; text-decoration: none; }

#navspace ul.subnav li a:hover { color: #777777; text-decoration: none; }

#pagetitle h1 {
	font-weight: normal;
	font-size: 22px;
	font-family: "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
}

#pagetitle h2 {
	font-weight: normal;
	font-size: 13px;
	font-family: "Lucida Grande", arial, verdana, helvetica, sans-serif;
	color: #ffffff;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	letter-spacing: 0px;
}

#maincontent {
	padding: 30px 30px 30px 30px;
	margin: 0px;
	line-height: 18px;
	text-align: left;
	/* text-align: justify; */
}
#pagefooter a {
	color: #68AF3F;
	text-decoration: underline;
}

#pagefooter a:visited {
	color: #68AF3F;
	text-decoration: underline;
}

#sitecredit a {
	color: #e21245;
	text-decoration: underline;
}
#sitecredit a:visited {
	color: #e21245;
	text-decoration: underline;
}
.navsection {
	margin-top: 10px;
	border-bottom: 1px solid #E5E5E5;
}

body {
	font-family: "Arial", "Verdana","Helvetica", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}

a          { color: #689440; text-decoration: underline; }
a:visited  { color: #689440; text-decoration: underline; }
a:active   { color: #a6eb65; text-decoration: underline; }
a:hover    { color: #89c253; text-decoration: underline; }

h1 {
	font-weight: bold;
	font-size: 22px;
	color: #52942e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	letter-spacing: 0px;
}

h1.nav {
	font-weight: bold;
	font-size: 22px;
	color: #52942e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	letter-spacing: 0px;
}

h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	color: #000;
	padding: 0px 0 7px 0;
	margin: 0px;
}

h3 {
	font-weight: normal;
	font-size: 17px;
	padding: 2px 0 7px 0;
	margin: 0;
	color: #444;
	line-height: 20px;
}

h4 {
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 20px;
	color: #52942e;
}

p {
	padding: 0px 0px 18px 0;
	margin: 0px;
}
	
hr {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: none; 
	background-color: #eee; 
	height: 1px;
}

img.headshot {
	float: left;
	padding: 0px 10px 10px 0px;
}

ul {
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

li {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

#copyright {
	font-size: 10px;
	margin: 5px;
}