/* CSS Document */

/*---------------*/
/* scheme styles */
/*---------------*/

.schemeColor1 {
	background-color: #003366;
}
.schemeColor2 {
	background-color: #CCCCCC;
}

/*----------------------------------------------*/
/* Enterprise Branding and Navigation Component */
/*----------------------------------------------*/

/*--------------------------------------------*/
/* Entity Imagery/Branding (Banner) Component */
/*--------------------------------------------*/

/*----------------------------------*/
/* Entity Site Navigation Component */
/*----------------------------------*/
.siteNavLink:hover {
	text-decoration: underline;
	background-color: #003366;
}
/*---------------------------------*/
/* Breadcrumb Navigation Component */
/*---------------------------------*/

/*------------------------------*/
/* Content Navigation Component */
/*------------------------------*/

.contentNav_l1 {
	background-color: #003366;
	color: #FFFFFF;
}

.contentNav_l2 {
	background-color: #CCCCCC;
}

/*--------------------------------*/
/* 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 */
/*-------------------------*/

/*-----------------------------*/
/* Enterprise Footer Component */
/*-----------------------------*/

/*-------------*/
/* common tags */
/*-------------*/
