@charset "utf-8";
/* CSS Document */

/********************************/
/* WRAPPER						*/
/********************************/

#wrapper {
	background-color: #f3e2e3; 	/* bkgMagentaBase */
}

/********************************/
/* HEADER > LOGO				*/
/********************************/
#header img.imgLandscape,
#header img.imgPortrait {
	border-bottom:1px solid #990066; 	/* lineMagenta */
}

/********************************/
/* HEADER > COLOR BAR			*/
/********************************/

#header #colorBar-1 {
	border-bottom:1px solid #f3e2e3; 	/* bkgMagentaBase */
	background-color: #f3e2e3; 	/* bkgMagentaBase */
}

#header #colorBar-2 {
	background-color: #f3e2e3; 	/* bkgMagentaBase */
	border-bottom:1px solid #990066; 	/* lineMagenta */
}

#header #colorBar-2 a {
	-moz-box-shadow: 1px 1px 3px #edb8d7; 	/* bkgMagentaDark2 */
	-webkit-box-shadow: 1px 1px 3px #edb8d7; 	/* bkgMagentaDark2 */
	box-shadow: 1px 1px 3px #edb8d7; 	/* bkgMagentaDark2 */
}

#header #colorBar-2 a:link,
#header #colorBar-2 a:visited {
	background-color: #fff2ff; 	/* bkgMagentaLight */
	border:1px solid #990066; 	/* lineMagenta */
}

#header #colorBar-2 a:hover,
#header #colorBar-2 a:focus {
	background-color: 	#f4d4e2; 	/* bkgMagentaDark1 */
	border:1px solid #990066; 	/* lineMagenta */
}

#header #colorBar-2 a:active {
	background-color: 	#edb8d7; 	/* bkgMagentaDark2 */
	border:1px solid #990066; 	/* lineMagenta */
}

#header #colorBar-2 a:active .toListen {
	color:#990066; 	/* txtMagentaDark */
}

/********************************/
/* SIDENAV						*/
/********************************/
#sideNav ul li a {
	background-image:url("../imgs/arrowsRegular/arrowMagentaDark.gif");
	border: 1px solid #f3e2e3; 	/* bkgMagentaBase */
	text-decoration:none;
}

#sideNav ul li a:link,
#sideNav ul li a:visited {
	color:#990066; 	/* txtMagentaDark */
}

#sideNav ul li a:hover,
#sideNav ul li a:focus {
	background-color: #edb8d7; 	/* bkgMagentaDark2 */
}

#sideNav ul li a:active {
	background-image:url("../imgs/arrowsRegular/arrowMagentaLight.gif");
	color:#cc0099; 	/* txtMagentaLight */
	background-color:#f3e2e3; 	/* bkgMagentaBase */
	border: 1px dotted #cc0099; 	/* txtMagentaLight */
}

/********************************/
/* MAIN	- CONTENT				*/
/********************************/
#content {
	border-left:1px solid #990066; 	/* lineMagenta */

}

/****************************************************/
/* DEFAULT LINKS (TOC, MORE INFO, AND BACK TO TOP)	*/
/****************************************************/
/* 	Styles for Table of Contents, More Info Bar, 
	and "Back to" links */

#content a {
	text-decoration:underline;
}

#content .links a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowMagentaDark.gif");
}

#content .links p.linkBackTo a {
	background-image:url("../imgs/arrowsSmall/arrowMagentaDark.gif");
}

#content a:link,
#content a:visited {
	color:#990066; 	/* txtMagentaDark */
}

#content a:hover,
#content a:focus {
	color:#990066; 	/* txtMagentaDark */
	background-color: #f4d4e2; 	/* bkgMagentaDark1 */
}

#content a:active {
	color:#cc0099; 	/* txtMagentaLight */
/*	background-color: #fffff3; 	/* Cream */
	background-color: #fff2ff; 	/* bkgMagentaLight */
	border:1px dotted #cc0099; 	/* txtMagentaLight */
}

#content .links a:active {
	background-image:url("../imgs/arrowsRegular/arrowMagentaLight.gif");
}

#content .links p.linkBackTo a:active {
	background-image:url("../imgs/arrowsSmall/arrowMagentaLight.gif");
}

/************************/
/* SCROLL BARS			*/
/************************/
.jspTrack {
	background: #fff2ff; 	/* bkgMagentaLight */
}

.jspVerticalBar,
.jspHorizontalBar,
.jspArrow.jspDisabled {
	background: #f3e2e3; 	/* bkgMagentaBase */
}

.jspArrow,
.jspCorner,
.jspDrag,
.jspDrag:hover {
	background: #edb8d7; 	/* bkgMagentaDark2 */
}

