@charset "utf-8";
/* CSS Document */

/*  RED: #d35a63
	Gray: #D2d0d1
	Dark Red: #a12b33
*/
	
body {	
	background:#D2d0d1; /* TEST AREA*/
	}

#main_wrapper { /* Banner top */ 
	background-color:transparent; /* transparent */ 
	}

#header { /* top inside main wrapper */ 
	background-color:transparent; /* transparent  */ 
	}

#header_inner, #rtcol, #rtcol_inner, #content_inner, #header {
	}

#header_inner {/* center header banner */
	background-color:transparent; /* transparent */
	}
	
#header_inner p {
	color:#d35a63;
	}
	
#rtcol { /* left nav */
	background-color:transparent; /* transparent */
	}
	
#rtcol_inner {/* left nav inner */
	background-color:transparent; /* transparent */
	color:#666666;
	}
#rtcol_inner h2 {
	color:#a12b33
	}

#rtcol_inner p {
	color:black}

#rtcol_inner p1 {
	}

#rtcol_inner p2 {
	}

#rtcol_inner p3 {
	}
	
#content { /* Center Column */
	/*background:transparent; /* lite yellow */
	}

#content_inner {
	background-color:transparent; /* TEST AREA*/
	color:#EBD9C3; /* Light brown */
	}

#content_inner p {
	color:black; /* dark charcoal */
	}
h6 {
	color:#535051; /* dark charcoal */
	}

#footer { /* bottom banner */
	background-color:transparent; /* transparent */
	color:#605c5d; /* semi-dark charcoal */
	}
	
#footer_inner {
	}

#footer_inner p {
	}
	
h1 {
	color:#535051; /* dark charcoal */
	
}

h2 {
	color:#a12b33; /* dark red */
}
h5 {
	color:#a12b33; /* dark red */
	}
.img {
}
.style1 {
	color: black;
	}

.imglft {
}

.link {
	color:#a12b33;
	}

#content sup a.note {
	background-color: transparent; /* transparent */
	color: #a12b33; /* dark red */
}

#content sup a.note:visited {
	background-color: transparent;  /*transparent */
	color: #a12b33; /* dark red */
}

 

#content sup a.note:hover,
#content sup a.note:active {
	background-color: #d35a63; /* Red */
}

 

#footnotes sup a.note {
	background-color: transparent; /*transparent */
	color: #535051; /*dark charcoal */
}

 

#footnotes sup a.note:visited {
	background-color: transparent;
}

 

#footnotes sup a.note:hover,
#footnotes sup a.note:active {
	background-color: #d35a63; /* Red */
} 