@charset  "UTF-8";



/* *********************** SITE THEME ********************* */
/* ********** THEME COLORS / BACKGROUND IMAGES ************ */
#header-pagetitle
{
	background-color: #0039a6;
	/* <= normal background color */
	background-image: url("images/banner_bottom.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}



#header-breadcrumb
{
	background-image: url("images/banner_top.jpg");
	border-bottom: #FFFFFF, solid, 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	background-color: #002978;
	/* <= dark background color */
}



body {
	background-color: #084B8A;
}
#container-fullwidth {
	background-image: none;
}
#sidebar1 a, #sidebar1 a:link, #navlist a:visited, #navlist_secondary a:visited, .navlabel {
	color: #084B8A;
	
}



#sidebar1 a.submenu
{
	background-image: url(images/submenu.gif);
	background-position: center right;
	background-repeat: no-repeat;
}






