/***These are styles for the CAAE Toolkit section  *********/

/*********** This highlights the Active Section graphic at the top of page ******************/

a.navbanner3, a.navbanner3:link, a.navbanner3:visited {	
	background: url(/globalimages/top/top3.gif);
	background-repeat:no-repeat;
					}							
a.navbanner3:hover, a.navbanner3:active {	
	background: url(/globalimages/top/top3RO.jpg);
	background-repeat:no-repeat;
}

/****************************** Color of leftnav text ********************************/

#p7TMnav div a, #p7TMnav div a:link, #p7TMnav div a:visited {
	color: #550004;
}

#p7TMnav div a:hover {
	color: #333;
}

#p7TMnav div div a, #p7TMnav div div a:link, #p7TMnav div div a:visited {
	color:  #BB8C00;
}

#p7TMnav div div a:hover {
	color: #333;}
	
/****************************** BG of leftnav ********************************/
#leftnav{	
	background-image:url(/toolkit/images/sidebg-toolkit.jpg);
	background-repeat: no-repeat;
}

/****************************** Text Styles ********************************/

.subhead1, .subhead2 {
	color: #660000;
}
	
/************************ Section Link Classes **********************/

#content a, #content a:link, #content a:visited {
	color:#660000;
	text-decoration: underline;
					}

#content a:hover, #content a.active {	
	color:#000;
	text-decoration: underline;
					}
