/* CSS Document */

body {
	margin: 0;
	background-color:#fff;
	height: 100%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 48px;
	font-weight: 900;
	color: #6c9166;
	margin-top: 0px;
	margin-bottom: 3px;
}

img {
	border: none;
}

/* Container */
#container {
	margin: auto;
	height: 100%;

	}

/* Header */


#greenbar {
	background-color: #336633;
	width: 100%;
	height: 10px;
}

#header {
	float: left;

}
/* Left Navigation Column */

#leftcolumn {
	background-color: #669191;
	width: 180px;
	min-height:600px;
	margin: 0;
	float: left;
	height: 100%;
}

#leftnav {
	background-color:#6c9166;
	font-size: 16px;
	font-family: georgia;
	line-height: 24px;
	margin: 0;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

#leftnav li {
	list-style: none;
	border-bottom:dashed #ccc 1px;
	margin-left:-40px;
}

#leftnav a{
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	width: 180px;
	padding: 3px;
	height:  24px;
	display: block;

}

#leftnav a:hover{
	background-color: #52714e;
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	width: 174px;
	padding: 3px;
	display: block;

}

/* Right Column */

#rightcolumn {
	float: left;
	border-top: 1px solid #6c9166;
	width: 648px;
	margin-left: 26px;


	}

/* Main Content */


#maincontent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .05em;
	height: 125%;
	color: #918466;
}

#maincontent h3{
	font-family: Verdana;
	font-size: 12px;
	color: #333;
}

#maincontent ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
}

#maincontent ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
}

	
#maincontent a{
	color: #52714e;
	font-weight: bold;
	text-decoration: underline;

}

#maincontent a:hover{
	color: #52714e;
	font-weight: bold;
	text-decoration: underline;

}

#maincontent p{
	font-size: 12px;
	line-height:24px;
}

.photo-green-border {
	float: right;
	margin: 0px 0px 10px 20px;
	border: #52714e 5px solid;
}

.breadcrumb{
	font-size: 9px;
	margin: 10px 0px 10px 0px;
	}

.breadcrumb a{
	font-size: 9px;
	color: #669191;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer */
#footer {
	clear:both;
	background-color: #336633;
	border-top: 1px solid #336633;
	height: 180px;
}
	
#footer p {	
	font-size: 12px;
	margin-left: 200px;
	color: #fff;
	padding-top: 4px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 4px;
	margin: 3px;

}