/* CSS Document */

/*---------------*/
/* scheme styles */
/*---------------*/

.schemeColor1 {
	background-color: #003366;
}
.schemeColor2 {
	background-color: #B48C54;
}

/*----------------------------------------------*/
/* Enterprise Branding and Navigation Component */
/*----------------------------------------------*/

/*--------------------------------------------*/
/* Entity Imagery/Branding (Banner) Component */
/*--------------------------------------------*/

/*----------------------------------*/
/* Entity Site Navigation Component */
/*----------------------------------*/
#siteNav {	
       color: #FFFFFF;
}
#siteNav a {
       color: #FFFFFF;
}
/*---------------------------------*/
/* Breadcrumb Navigation Component */
/*---------------------------------*/

#breadcrumbs {
       color: #ffffff;  
}
#breadcrumbs a{
       color: #ffffff;
}
#currentCrumb {
	color: #FFFFFF;
}

/*------------------------------*/
/* Content Navigation Component */
/*------------------------------*/

.contentNav_l1 {
	background-color: #003366;
	color: #FFFFFF;
}

.contentNav_l2 {
	background-color: #B48C54;
	color: #FFFFFF;
}

a.contentNavLink_l2:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.contentNavLink_l2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.contentNavLink_l2:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.contentNavLink_l2:active {
	color: #FFFFFF;
}

/*--------------------------------*/
/* Agency Link Exchange Component */
/*--------------------------------*/

/*-----------------------------*/
/* Main Content Area Component */
/*-----------------------------*/

/*----------------------------*/	
/* Relative Content Component */
/*----------------------------*/
.relativeContent {
	border-bottom: #003366 thin solid;
}
.rcbBorderRight {
	border-right: #003366 thin solid;
	border-bottom: #003366 thin solid;
}
.rcbBorderLeft {
	border-left: #003366 thin solid;
	border-bottom: #003366 thin solid;
}

/*-------------------------*/
/* Entity Footer Component */
/*-------------------------*/

#entityFooter {
	color: #ffffff;
}

#entityFooter a {
	color: #ffffff;
}

/*-----------------------------*/
/* Enterprise Footer Component */
/*-----------------------------*/

/*-------------*/
/* common tags */
/*-------------*/