/* CSS Document */

body {
	margin: 0;
	background-color:#fff;
	height: 100%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 48px;
	font-weight: 900;
	color: #6A9DA7;
	margin-top: 0px;
	margin-bottom: 3px;
}

img {
	border: none;
}



/* Container */
#greenbar {
	background-color: #336633;
	width: 100%;
	height: 10px;
}

#container {
	height: 100%;
	width: 960px;
	}

/* Header */


#header {
	float: left;
	width: 700px;

}
/* Left Navigation Column */

#leftcolumn {
	background-color: #7AA0A7;
	width: 180px;
	min-height:600px;
	margin: 0;
	float: left;
	height: 100%;
}

#leftnav {
	background-color:#67783C;
	font-size: 15px;
	font-family: arial, sans-serif;
	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:-35px;
}

#leftnav a{
	text-decoration:none;
	color: #fff;
	font-weight: bold;
  	font-weight: 600;
  	width: 168px;
	padding: 3px;
	height:  24px;
	display: block;

}

#leftnav a:hover{
	background-color: #3D4E14;
	text-decoration:none;
	color: #fff;
  	font-weight: 600;
   	width: 168px;
	padding: 3px;
	display: block;

}

/* Right Column */

#rightcolumn {
	border-top: 1px solid #6c9166;
	width: 640px;
	margin-left: 24px;
	float: left;
	display: block;
	}

/* Main Content */


#maincontent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .05em;
	height: 125%;
	color: #67783C;
}

#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: #28484F;
	font-weight: bold;
	text-decoration: underline;

}

#maincontent a:hover{
	color: #28484F;
	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: #505A38 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;
	height: 240px;
	margin-bottom: 0;
}
	
#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;

}
