body  {
		/*background-color: #FFF; 90BA8D green; 46815E green; BD75BD pink; 7C4580 purple; D9DED1;*/
		background-color: #FFF;
}

.bg_color1 {background-color: #FFF; }
.bg_color2 {background-color: #AC91CF; }
.bg_color3 {background-color: #795DA8; }
.bg_color4 {background-color: #BD75BD; }
.bg_color5 {background-color: #7C4580; }
.bg_color6 {background-color: #5DA878; }

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

#header {
	background-color: #FEFDF5;
	border-bottom: 3px solid #A78DC9;
	color: #E2D5F3;
}

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

#footer {
	background-color: #E2D5F3;
	color: #4E3C66;
	border-top: 3px solid #6B459E;

}
 
#bottom-border { 
	background-color: #E2D5F3;
	color: #4E3C66;
	border-top: 3px solid #E2D5F3;  /* Required or there is a line */
}

#left {
	background: #FFF;
}

#right {
	background: #FFF;
}

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

img.border {
	border: 3px solid #6B459E;
}

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

a {color: #72727E;}
a:hover	{color: #4C4554;}

#nav-top a {color: #72727E;}
#nav-top a:hover {color: #4C4554;}

#nav-bottom a {color: #4B3B61;}
#nav-bottom a:hover {color: #6B459E;}

#bottom-border a {color: #4E3C66;}
#bottom-border a:hover 	{color: #6B459E;}

#lhs a {color: #72727E;}
#lhs a:hover {color: #4C4554;}

.selected {color: #4C4554;}
#nav-bottom .selected {color: #4C4554;}
.emphasized {color: #4C4554;}
/*Outline for Box */
#StickyWrapper, #footer {
	border-left: 1px solid #FEFDF5;
	border-right: 1px solid #FEFDF5; }
#StickyWrapper { border-top: 1px solid #FEFDF5; }
#footer { border-bottom: 1px solid #FEFDF5; }