body  {
		/*background-color: #FFF; DCDAD8; EDF2F2; 789E9B; C8D9D7; 79797B; */
		background-color: #FFF;
}

.bg_color1 {background-color: #FFF; }
.bg_color2 {background-color: #DCDAD8; }
.bg_color3 {background-color: #EDF2F2; }
.bg_color4 {background-color: #789E9B; }
.bg_color5 {background-color: #C8D9D7; }
.bg_color6 {background-color: #79797B; }

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

#header {
	background-color: #FDFBED;
	border-bottom: 3px solid #51443B;
	color: #D2CDC1;
}

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

#footer {
	background-color: #51443B;
	color: #D2CDC1;
	border-top: 3px solid #7C7268;



}
 
#bottom-border { 
	background-color: #51443B;
	color: #D2CDC1;
	border-top: 3px solid #51443B;  /* Required or there is a line */
}

#left {
	background: #FFF;
}

#right {
	background: #FFF;
}

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

img.border {
	border: 3px solid #51443B;
}

.newSection {
	border-bottom: 2px solid #51443B;
}
	
hr { 
	background-color: #203263; 
	color: #203263; 
}

a {color: #72727E;}
a:hover	{color: #51443B;}

#nav-top a {color: #72727E;}
#nav-top a:hover {color: #51443B;}

#nav-bottom a {color: #D2CDC1;}
#nav-bottom a:hover {color: #FDFBED;}

#bottom-border a {color: #D2CDC1;}
#bottom-border a:hover 	{color: #FDFBED;}

#lhs a {color: #72727E;}
#lhs a:hover {color: #51443B;}

.selected {color: #51443B;}
#nav-bottom .selected {color: #FDFBED;}
.emphasized {color: #51443B;}
/*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; }