/********** These are styles for the CAAE Educate section  *****************/

/*********** This highlights the graphic at the top of page ******************/

a.navbanner1, a.navbanner1:link, a.navbanner1:visited {	
	background: url(/globalimages/top/top1.gif);
	background-repeat:no-repeat;
					}							
a.navbanner1:hover, a.navbanner1:active {	
	background: url(/globalimages/top/top1RO.jpg);
	background-repeat:no-repeat;
}

/****************************** Color of leftnav text ********************************/

#p7TMnav div a, #p7TMnav div a:link, #p7TMnav div a:visited {
	color: #3A6489;
}

#p7TMnav div a:hover {
	color: #333;
}

#p7TMnav div div a, #p7TMnav div div a:link, #p7TMnav div div a:visited {
	color:  #3A6489;
}

#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: #003462;
}
	
/************************ Section Link Classes **********************/

#content a, #content a:link, #content a:visited {
	color:#003462;
	text-decoration: underline;
					}

#content a:hover, #content a.active {	
	color:#000;
	text-decoration: underline;
					}