@charset "utf-8";
/* CSS Document */

body {	
	background:white; /* 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:#d35a63; /* red */
	}
	
#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 */
	}

#nav {
	background:transparent;	/* TEST AREA*/
	}
#content_inner {
	background-color:transparent; /* TEST AREA*/
	color:black; /* 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;
	}

.navcontainer
{
	background-color:transparent;
}

.navcontainer ul
{
}

.navcontainer ul li
{
}

.navcontainer ul li a /* Navigation tool bar */
{
	background: transparent; /*chartreuse*/
	color:#605c5d; /* charcoal */
}

.navcontainer ul li a:hover /* Navigation tool bar when mouseover*/
{
	color:black; /* Black */
	background:#B4B7B5; /* white */
}

.navcontainer a:active /* Navigation tool bar when OnClick and left OnClick*/
{
	background: #8992e1; /* blue */
	color: black; /* Black */
}

.navcontainer li#active a
{
	background: #a12b33; /* dark red */
	color: Black; /* Black */
}

#content sup a.note {
	background-color: #e2d98a; /* chartreuse */
	color: #a12b33; /* dark red */
}

#content sup a.note:visited {
	background-color: #e2d98a;  /*chartreuse */
	color: #a12b33; /* dark red */
}

 

#content sup a.note:hover,
#content sup a.note:active {
	background-color: #d35a63; /* Red */
}

 

#footnotes sup a.note {
	background-color: #e2d98a; /*chartreuse */
	color: #535051; /*dark charcoal */
}

 

#footnotes sup a.note:visited {
	background-color: #E6B873;
}

 

#footnotes sup a.note:hover,
#footnotes sup a.note:active {
	background-color: #d35a63; /* Red */
} 