body  {
		/*background-color: #FFF; 620B35; 548C70; E6F2ED; C9D3CB; 91B198;*/
		background-color: #FFF
}

.bg_color1 {background-color: #FFF; }
.bg_color2 {background-color: #620B35; }
.bg_color3 {background-color: #548C70; }
.bg_color4 {background-color: #E6F2ED; }
.bg_color5 {background-color: #C9D3CB; }
.bg_color6 {background-color: #91B198; }

#StickyWrapper, #middle {
		background-color: #FFF;
}

#header {
	background-color: #FDFBED;
	border-bottom: 3px solid #004E26;
	color: #004E26;
}

#nav-top {
	border-bottom: 3px solid #FFF;
}

#footer {
	background-color: #004E26;
	color: #B26B50;
	border-top: 3px solid #91B198;

}
 
#bottom-border { 
	background-color: #004E26;
	color: #91B198;
	border-top: 3px solid #004E26;  /* Required or there is a line */
}

#left {
	background: #FFF;
}

#right {
	background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	color: #293831;
}

img.border {
	border: 3px solid #004E26;
}

.newSection {
	border-bottom: 2px solid #004E26;
}
	
hr { 
	background-color: #004E26; 
	color: #004E26; 
}

a {color: #72727E;}
a:hover	{color: #004E26;}

#nav-top a {color: #72727E;}
#nav-top a:hover {color: #004E26;}

#nav-bottom a {color: #91B198;}
#nav-bottom a:hover {color: #EBEFDF;}

#bottom-border a {color: #91B198;}
#bottom-border a:hover 	{color: #EBEFDF;}

#lhs a {color: #72727E;}
#lhs a:hover {color: #004E26;}

.selected {color: #004E26;}
#nav-bottom .selected {color: #EBEFDF;}
.emphasized {color: #004E26;}
/*Outline for Box */
#StickyWrapper, #footer {
	border-left: 1px solid #FDFBED;
	border-right: 1px solid #FDFBED; }
#StickyWrapper { border-top: 1px solid #FDFBED; }
#footer { border-bottom: 1px solid #FDFBED; }