/********** These are styles for the CAAE Insider's Guide 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(/insidersguide/images/sidebg-InsidersGuide2.jpg);
	background-repeat: no-repeat;
}

/******************************Section Text Styles ********************************/

.stageheader {font-size: 18px;
			  font-weight: bold;
			  color: #003462;
			  border-bottom:1px solid #003462;
			  text-transform:uppercase;
			  line-height:20px;	
    		  }
			  
.smallerheader {font-weight: bold;
				font-size: 14px;
				border-bottom:1px solid #444444;
				text-align:center;}
			  

.subhead1, .subhead2 {
	color: #003462;
}

.activity { background-color:#000000;
            color: #FFFF33;
			font-size: 14px;
			font-weight:bold;
			text-align:center;}
	
/************************ Section Link Classes **********************/

#content a, #content a:link, #content a:visited {
	color:#3A6489;
	text-decoration: underline;
					}

#content a:hover, #content a.active {	
	color:#000;
	text-decoration: underline;
					}					
/************************ Section Table Classes **********************/
					
.special {border: #4A7EBB 5px solid; }

.special2 {}

.special3 {border:#000000 1px solid}
.special3 td {border: 1px solid #000; padding:3px;}

.qoute {}