/************************************************
COLORS USED

Ref Blue: 002395

Silver: A8AAAC

Dk silver: 696969

*************************************************/

/************************************************
BACKGROUND & TEXT COLOR
************************************************/
body,
div#Primary {
	background-color: #FFF !important;
	color: #000 !important;
}

/************************************************
CONTACT & SITE MAP LINKS
************************************************/

div#URMenu ul a:link,
div#URMenu ul a:visited {
	color: #FFFFFF !important;
	text-shadow: 0 0 4px #0062A9 !important;
}

div#URMenu ul a:hover,
div#URMenu ul a:active {
	color: #FFF !important;
}

/************************************************
INTERNAL SUBMENU
************************************************/

td#MenuSection ul a:link,
td#MenuSection ul a:visited {
	background-color: #003D7D !important;
	color: #FFFFFF !important;
}

td#MenuSection ul a:hover,
td#MenuSection ul a:active {
	background-color: #004CB8 !important;
}

/************************************************
HOT OFF THE PRESS
************************************************/

div#HotOffThePress {
	background-color: #A8AAAC !important;
	color: #FFF !important;
}

div#HotOffThePress h3 {
	background-color: #A8AAAC !important;
}

div#HotOffThePress a:link,
div#HotOffThePress a:visited {
	color: #003D7D !important;
}

div#HotOffThePress a:hover,
div#HotOffThePress a:active {
	color: #004CB8 !important;
}


/************************************************
SECTION PAGE TITLES
************************************************/

h2#PageTitle {
	background-color: #0D9A48 !important;
	color: #FFF !important;
}

/************************************************
ERROR MESSAGE
************************************************/

.errormessage {
	color: #003D7D !important;
}

/************************************************
FORMS
************************************************/

.form_title, .form_row_submit {
	background-color: #003d7d !important;
	color: #FFFFFF !important;
}

/************************************************
LINKS
************************************************/

a:link {
	color: #003D7D !important;
}

a:visited {
	color: #7D7D7D !important;
}

a:hover,
a:active {
	color: #004CB8 !important;
}