/*  -- Colours ---------------------------------------------------------------  */

/* -- Green scheme p. 60
	G1 Dark green R000 G097 B000 #00 61 00
	G2 Mid green R000 G122 B000 #00 7A 00
	G3 BT Green R000 G154 B000 #00 9A 00

	S1 MBU outline R173 G197 B215 #AD C5 D7

	T1 Light green tint R243 G251 B243 #F1 F8 FF !!! #f2faf2;
	T2 Dark green tint R221 G242 B221 #E7 F2 FF !!! #ddf1dd;
*/
.sectionColor1
{
	color: #0066CC;
}
/*
.sectionColor2
{
	color: #007a00;
}
.sectionColor3
{
	color: #009a00;
}

.tint1
{
	background-color: #f2faf2;
}
.tint2
{
	background-color: #ddf1dd;
}
*/
/* -- redefine colors for layout */
#HomePage, #SegmentHubPage, #SubsiteHubPage, #Page
{ 
	border-bottom: 10px solid #0B0C76;
}
#SectionAreas
{
	background: url(/img/css/bg_page_blue_740x1.gif) repeat-y;
}
#Footer
{
	background-color: #F1F8FF;
}
/* -- redefine colors for typography */
/*
h2
{
	color: #006100;
}
h3
{
	color: #006100;
}
*/
/*  -- redefine colors for data tables  */
table.data td 
{
	border-top: 1px solid #94d394;
}
table.data tr.last td
{
	border-bottom: 1px solid #94d394;
}
table.data tr.total td
{
	border-top: 2px solid #94d394;
}
/* -- redefine colors for forms */
input.tint1, textarea.tint1, select.tint1, select.tint1 option
{
	background-color: #f1f8fF;
}

.CZHeader1 h2,#headerWide h1
{
	color: #0666CC;
}

