﻿/* ####################################################################### */
/* Screen styles                                                           */
/* ####################################################################### */

BODY
	{
	background-color : #ffffff;
	background-position : top center;
	background-repeat : repeat-y;
	background-image : url('../../graphics/services-finance/background.png');
	}

/* ####################################################################### */
/* Header styles                                                           */
/* ####################################################################### */

DIV#header
	{
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url('../../graphics/services-finance/banner-header.jpg');
	background-color : #ffffff;
	}

DIV.header-nav
	{
	border-top-color : #ffffff;
	border-bottom-color : #eeeedd;
	}

/* ####################################################################### */

DIV#header H1 A
	{
	color : #333399;
	}

DIV#header H2 A
	{
	color : #666666;
	}

DIV.header-site A
	{
	color : #666666;
	}

/* ####################################################################### */
/* Content styles                                                          */
/* ####################################################################### */

DIV.content-sidebar
	{
	background-color : #eeeedd;
	padding-bottom : 29px;
	}

/* ####################################################################### */

DIV#content DIV.content-sidebar H2
	{
	color : #eeeedd;
	background-color : #aabbdd;
	}

DIV#content DIV.content-sidebar H3
	{
	color : #eeeedd;
	background-color : #aabbdd;
	border-color : #333399;
	}

DIV#content H2
	{
	color : #eeeedd;
	background-color : #333399;
	}

DIV#content H3
	{
	border-color : #eeeedd;
	}

DIV#content DIV.content-sidebar UL LI
	{
	background-color : transparent;
	border-color : #aabbdd;
	}

DIV#content DIV.content-sidebar LI A
	{
	color : #666666;
	}

/* ####################################################################### */
/* Footer styles                                                           */
/* ####################################################################### */

DIV#footer
	{
	background-color : #aabbdd;
	}

DIV.footer-quicklinks
	{
	border-top-color : #eeeedd;
	border-bottom-color : #ffffff;
	}

/* ####################################################################### */
/* Layout styles                                                           */
/* ####################################################################### */

H1,
H2,
H3,
H4,
H5,
H6
	{
	color : #666666;
	}

A
	{
	color : #666666;
	}

H2 A
	{
	color : #ffffff;
	}

H3 A,
H4 A,
H5 A,
H6 A
	{
	color : #666666;
	}

BLOCKQUOTE
	{
	color : #cccccc;
	}

FIELDSET
	{
	border-color : #bbbbbb;
	}
