/* CSS Document */
/* Title:	Principles into Practice Network - styles for Website */

/* CONTENT */
.bkgrnd {
	background: #006A71 url("/web/templates/Principles_home_files/resources-bkgrnd.gif") repeat-y right top;
	}
.color {
	background: #80B5B8;
	}
.bkgrnd #content-left{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif !important;
	}
.color #content-left {
	color: #222;
	font-family: Arial, Helvetica, sans-serif !important;
	}
.bkgrnd .fixed-main {
	color: #3F3B3C;
	font-family: Arial, Helvetica, sans-serif !important;
	}

#container-content a {
	color: #FFFFFF;
}

#content-right a {
	color: #000000;
}
/* new */

#page_heading{
	margin-top:.5em;
	background:#006A71 ;
	padding:.5em 50px;
}

#page_heading h1{
	color:#fff;
}

#content_footer{
	margin-top:5px;
	background:#006A71 ;
	padding:.5em 0;
}

/* active menu link */
#resources a {
	background: #006A71 url("/web/templates/Principles_home_files/link-arrow.gif") no-repeat right bottom;
	border-top:5px solid #fff;
	}


