/* COMMON CLASSES */

	body						{ }

	a:link					{ color: #003366; text-decoration: underlined}
	a:hover					{ color: #CC0000; text-decoration: underlined }
	a:visited				{ }
	a:active				{ }
	 
	.infoBox				{ font-size: 12px; font-family: Arial, Verdana, sans-serif; color: #000000}
	
	.Wrap					{ width: 750px }
	
	.leftColumn  			{ background-color: #FFFFFF; width: 200px; padding-left: 15px; padding-top: 5px; padding-bottom: 5px}
	.middleColumn   		{ background-color: #FFFFFF; padding: 10px; padding-bottom: 30px}
	.rightColumn			{}
	.leftColumnSep  		{ width: 1px; background-color: #CCCCCC }
	.rightColumnSep			{}
	hr						{ border: 1px dotted #cccccc; height: 1px; margin-top: 10px; margin-bottom: 10px}
	img		        		{ border: 0px}		
	

	.editorDemoBox 			{ background: #FFFFFF;  width: 100%; padding: 2px; height: 22px; font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #666666; border: 2px inset #F3F5F8 } 

/* DATABASE DISPLAY CLASSES (nBranch) */

	.content				{ font-size: 11px; font-family: Arial, Verdana, sans-serif; font-weight: bold; color: #000000 } 
	.smallContent   		{ font-size: 11px; font-family: Arial, Verdana, sans-serif; color: #252D36 }
	.header 				{ }
	.title					{ } 

	.separator				{ }
	
	.siteMap 				{ font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold; padding: 4px, 4px, 4px, 4px }
	.siteMapTitle   		{ font-size: 15px; font-face: Arial, Helvetica, Sans-serif; font-weight: bold }
	 
	

/* COMPONENT CLASSES */

	.mcPrinterFriendly 	{ font-size: 9px; font-family: Verdana, Arial, sans-serif;  color: #7E8A97; text-decoration: none; }

	.mcSearchInput		{ background: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, sans-serif; color: #666666; border: 2px inset #FAFEED }
	.mcSearchButton		{ font-size: 11px; font-family: Verdana, Arial, sans-serif; font-weight: bold; color: #666666; }

	.mcFormInput		{ }
	.mcFormSelect		{ }
	.mcFormButton		{ }
	.mcFormRadio		{ }
	.mcFormCheck		{ }
	
	.copyright			{ margin-left: 15px }
	
/* NAVIGATION CLASSES */

	.tooltips			{ font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none;
						      padding: 5px ; border: solid 1px #000000; background: #F3F5F8; height: 50px
						    } 

	.menuBarHolder 				{ background-color: #CCCCCC ; height: 24px }
	.menuBarHolderLight 		{ background-color: #FFFFFF ; height: 1px  }
	.menuBarHolderDark		{ background-color: #999999 ; height: 1px  }
	
	.subBar							{ background-color: #EDEDED ; height: 25px }
	.subBarLight						{ background-color: #FFFFFF ; height: 1px  }
	.subBarDark						{ background-color: #CCCCCC ; height: 1px  }
	
	.botBar								{ background-color: #EDEDED ; height: 25px }
	.botBarLight						{ background-color: #CCCCCC ; height: 1px  }
	.botBarDark						{ background-color: #EDEDED ; height: 1px  }
	
	.mcCrumbsOff				{ font-size: 9px; font-family: Verdana, Arial, sans-serif;  text-decoration: none} /* Past breadcrumbs 				*/
	.mcCrumbsOn					{ font-size: 9px; font-family: Verdana, Arial, sans-serif; font-weight: bold   } /* Current page 					*/
	.mcCrumbsHolder				{ margin-left: 0px }
