/*#body {
	background: #A6BF79; ---url(images/logo.gif); #476327;#A6BF79; green---
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 10px 10px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	clear:both;
	border: 5px solid white;
}
---TRYING TO FIX THE PROBLEM --- ABOVE IS THE ORGINAL CSS CODE */
#body {
	background-color: #A6BF79;
	margin: 0px auto;
	padding: 0px;
}

#container {
	margin: 0px auto;
	border: 3px solid #476327;
	width: 900px;
	clear:both;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

#header {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#navbar {
	padding: 0px;
	width:900px;
	clear:both;
	border-top: 2px solid white; /*#85A157;*/
	border-bottom: 2px solid white; /*#85A157; /*light blue changed from white*/
}

#navbar ul{
	background-image:  url(images/culnavbar.jpg); /*#85A157;   dark green */
	width:900px;
	display:block;
	top:260px;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}

#navbar li{
	display:inline;	
}
#navbar ul a{
	text-decoration:none;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 15px;
}
#navbar ul a:hover{
	text-decoration:underline;
	color: black;
}

#active {
	background-color:  #476327; /*#A6BF79; light green */
	color: white;
	padding: 6px 6px 5px 6px;
}
#contact {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
/* Content */
#content {
}

#breadcrumbnav {
	padding-top: 5px; 
	margin-bottom: 0px;
	color: black;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	}

h1{
	color:#2C3942;
	font-size:2.0em;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	text-align:center;
}

h2{
	color: #2e6287;
	font-size:1.5em;
	text-align:center;
	margin: 20px 0px 0px 0px;
}

h4 {
	color: #2e6287;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin: 0px;
}	

.red {
	color: red
}

	
img.photos { /* this css centers the image class "photos" in the box with a top margin of 20px which moves it nicely below it's heading. http://www.w3.org/Style/Examples/007/center. This reference used upper case letters, which did not validate, so I modified it.*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#main1 {
	background-color: #E3E5DB;
	float:right;
	width:300px;
	height: 720px;/*700px;*/
	padding: 0px 20px 20px 20px;
	margin-top:0px;
	border-left: #476327 1px solid;
	text-align: left;
}
#main1 a{
	color: #85A157;
	font-weight: bold;
	text-decoration: none;
}
#main1 a:hover{
	color: black;
	text-decoration: underline;
}

#left {
	background-color: #C9D4AE; /*E7FAED; #E3E5DB;  light grey*/
	float:left;
	width:500px;
	height: 730px;/*300px;*/
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	/*line-height: 2em;*/
	padding: 10px 28px 0px 30px;
	display:inline;
}

#left a{
	color: 	#476327; /*#85A157;*/
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: underline;
}
#left a:hover{
	color: 	black;
	text-decoration: underline;
}

#left2 a{
	color: #476327; /*#85A157;*/
	font-weight: bold;
	text-decoration: underline;
}
#left2 a:hover{
	color: black; /*black;*/
	text-decoration: underline;
}

#left2 {
	background-color: #C9D4AE;
	width:860px;
	padding: 0px 20px 20px 20px;
	/*height: 740px;*/
	text-align:left;
	font-size: 1.1em;
	
}


.footerline1 {
	clear:both;
	background-color: black;
	height:1px;
}
.footerline2 {
	clear:both;
	background-color: white;
	height:1px;
}
.footerline3 {
	clear:both;
	background-color: #2C3942; /*dark grey*/
	height:5px;
}

#sitemap {
	margin-top: 50px;
	margin-left: 300px;
}

#footer {
	clear: both;
	background-color: #85A157; /* dark green */
	width:900px;
	font-size: .9em;
	text-align:center;
	padding: 10px 0px;
	border-top: 2px solid white;
}

#footer a {
	color: white;
	text-decoration: none;
}
	
#footer a:hover  {
	color: black;
	text-decoration: underline;
}


