/***These are styles for the CAAE Participate section  *********/

/*********** This highlights the Active Section graphic at the top of page ******************/

a.navbanner2, a.navbanner2:link, a.navbanner2:visited {	
	background: url(/globalimages/top/top2.gif);
	background-repeat:no-repeat;
					}							
a.navbanner2:hover, a.navbanner2:active {	
	background: url(/globalimages/top/top2RO.jpg);
	background-repeat:no-repeat;
}

/****************************** Color of leftnav text ********************************/

#p7TMnav div a, #p7TMnav div a:link, #p7TMnav div a:visited {
	color: #BB8C00;
}

#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(images/sidebg.jpg);
	background-repeat: no-repeat;
}

/****************************** Text Styles ********************************/
.subhead1, .subhead2 {
	color: #996907;
}
	
/************************ Section Link Classes **********************/

#content a, #content a:link, #content a:visited {
	color:#996907;
	text-decoration: underline;
					}

#content a:hover, #content a.active {	
	color:#000;
	text-decoration: underline;
					}	