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: #FFF;
	border-bottom: 3px solid #FFF;
	color: #FFF;
}

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

#footer {
	background-color: #FFF;
	color: #FFF;
	border-top: 3px solid #FFF;
}
 
#bottom-border { 
	background-color: #FFF;
	color: #503A3C;
	border-top: 3px solid #FFF;  /* Required or there is a line */
}

#left {
	background: #FFF;
}

#right {
	background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	color: rgba(70,100,100,1);
}

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

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

a {color: #11514C; text-decoration: none;}
a:hover	{color: #789E9B;  text-decoration: none;}

#nav-top a {color: #72727E;}
#nav-top a:hover {color: #11514C;}

#nav-bottom a {color: #A4BFBD;}
#nav-bottom a:hover {color: #D2DFDE;}

#bottom-border a {color: #503A3C;}
#bottom-border a:hover 	{color: #11514C;}

#lhs a {color: #463032;}
#lhs a:hover {color: #325050;}

.selected {color: #325050;}
#nav-bottom .selected {color: #D2DFDE;}
.emphasized {color: #51443B;}
/*Outline for Box */
#StickyWrapper, #footer {
	border-left: 1px solid #DEE7E3;
	border-right: 1px solid #DEE7E3; }
#StickyWrapper { border-top: 1px solid #DEE7E3; }
#footer { border-bottom: 1px solid #DEE7E3; }


.tr_even { background: rgba(160,190,190,.55); }
.tr_odd { background: rgba(160,190,190,.35); }