/* CSS Color Palette Document */
/* Auto-generated by 1-ConvertCobrand */
/* Date: 9/15/2009 11:58:30 AM */


/* ***********************************************************************
** BODY (background plus "easel" in foreground)
*********************************************************************** */
body {
	background: #FFFFFF;
}

/* ***********************************************************************
** CORNER (logo in upper left hand corner; present only in "checkerboard" layout)
*********************************************************************** */
.Corner {
	background: #FFFFFF;
}

/* ***********************************************************************
** HEADER
*********************************************************************** */
.Header {
	background-color: #FFFFFF;
}

/* ***********************************************************************
** NAVIGATION AREA
** Two variations, depending on layout:
**   1. Vertical. Menu column on left hand side of screen.
**   2. Horizontal.  Narrow strip at top of the screen.
*********************************************************************** */
.Nav {
	background: #177EAE;
	color: #FFFFFF;
}

.Nav a {
	color: #FFFFFF;
}

.Nav a:visited {
	color:#FFFFFF;
}

.Nav a:hover {
	color:#E4E4E4;
}

.Nav a.NavHoriz{
	color:#FFFFFF;
}

.Nav a.ANavHoriz:visited {
	color:#FFFFFF;
}

.Nav a.ANavHoriz:hover {
	color:#E4E4E4;
}

ul.ANavHorizList li ul li {
	background-color:#177EAE;
}

ul.ANavVertList li ul li {
	background-color:#177EAE;
}

/* ***********************************************************************
** MAIN
*********************************************************************** */
.Main a:visited {
	color: default;
}

.Main a{
	color: default;
}

.Main a:hover {
	color: default;
}

/* ***********************************************************************
** FOOTER
*********************************************************************** */
.Footer a:visited {
	color: default;
}

.Footer a {
	color: default;
}

.Footer a:hover {
	color: default;
}


