/*
** Version 1.1 - 06 February 2007
*/

/*-------------------------------------------------
Border below Global Navigation
-------------------------------------------------*/
		#globalNav ul     {
		border-bottom: 5px solid #013366;
		}
/*-------------------------------------------------
Side Content / Section Navigation / Left Column
-------------------------------------------------*/
#sideContent {
		background: #013366; /*url(../img/01_sideContentBg.gif) no-repeat bottom;*/
		color: #fff; 
		}
		
#sideContent a:link, #sideContent  a:visited {
		color: #fff; /*color*/
		}	
/*-------------------------------------------------
Breadcrumbs
-------------------------------------------------*/
#mainContent div#breadCrumb {
		color:#595959;  
		}

#mainContent div#breadCrumb ul li a {
		color: #858585;
		}
	
#mainContent div#breadCrumb ul li a.lastCrumb {
		color:#595959;
		}

#mainContent 	div#breadCrumb h1	{
		color: #013366;
		}
/*-------------------------------------------------
 Main Content !!-Image No. Should match Color No.-!!
-------------------------------------------------*/
#mainContent  {
		background: url(../../_img/01_roundCorner.gif) no-repeat;
		}
/*-------------------------------------------------
Main Content / Article
-------------------------------------------------*/	
#mainContent a:link, #mainContent a:visited  {
		color: #013366;
		}
		
/*#mainContent a:visited {
		color: #858585;
		}*/
		
#mainContent a:hover, #mainContent a:active {
		color: #013366; 
		}
/*-------------------------------------------------
Sub Content / Right Column
-------------------------------------------------*/
/*#mainContent  div#subContent h3	{ Do you want to use this color for all headings?
		color:#595959;
		}*/
/*-----------------------------------------------------
Main Content Footer/ !!-Image No. Should match Color No.-!!
------------------------------------------------------*/
#mainFoot a.top {
		background:url(../../_img/01_returnTopBg.gif) no-repeat left;
		color: #013366; 	
		}
		
#mainFoot a:hover.top {
		border-bottom: 1px solid #013366;
		background:url(../../_img/01_returnTopBg.gif) no-repeat left;
		color: #013366; 	
		}