body  {
		/*background-color: #FFF; 5B6F9C slate blue; AFBBD5 lt slate blue; 752E41 dk red; 60976C dk green; 97608A dk dusty rose*/
		background-color: #FFF;
}

.bg_color1 {background-color: #FFF; }
.bg_color2 {background-color: #AFBBD5; }
.bg_color3 {background-color: #97608A; }
.bg_color4 {background-color: #9468A6; }
.bg_color5 {background-color: #5B9A87; }
.bg_color6 {background-color: #5B6F9C; }

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

#header {
	background-color: #FEFDF5;
	border-bottom: 3px solid #6F81B1;
	color: #9FABCB;
}

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

#footer {
	background-color: #9FABCB;
	color: #203263;
	border-top: 3px solid #6F81B1;

}
 
#bottom-border { 
	background-color: #9FABCB;
	color: #203263;
	border-top: 3px solid #9FABCB;  /* Required or there is a line */
}

#left {
	background: #FFF;
}

#right {
	background: #FFF;
}

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

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

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

a {color: #54648E;}
a:hover	{color: #232837;}

#nav-top a {color: #54648E;}
#nav-top a:hover {color: #232837;}

#nav-bottom a {color: #203263;}
#nav-bottom a:hover {color: #F3F4F0;}

#bottom-border a {color: #203263;}
#bottom-border a:hover 	{color: #F3F4F0;}

#lhs a {color: #54648E;}
#lhs a:hover {color: #232837;}

.selected {color: #232837;}
#nav-bottom .selected {color: #F3F4F0;}
#nav-top .selected {color: #232837;}
.emphasized {color: #232837;}
/*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; }
