﻿@charset "utf-8";

/* CSS Document */

/* PRINT STYLES */

body,
.body {
	background-color: #ffffff;
	font-size: 11pt;
}

#divWAPersonID,
#divWAVisitorSegment,
#mast,
#mast img,
#utility,
#primaryNav,
#privateGlobalNav,
.megamenu,
.container-sidenav,
/*.container-breadcrumb,
.nav-breadcrumb,*/
.social-toolbar,
.sidenav,
#sidebar,
.footer,
#Panel1,
.BrandingText,
#Pagination,
.hideMe {
	display: none;
	visibility:hidden;
}

#content,
.centering,
.container,
.container-inside,
.container-content,
.container-copy,
.bodycopy,
.container-page {
	padding-right: 12px;
	padding-left: 12px;
	font-weight: 400;
	font-size: 11pt;
	margin-left: 0px;
	width: 600px;
	position: relative;
	background-color: #ffffff
}

a:link,
a:visited {
	color: #044880;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

.nav-breadcrumb {
	padding-left:0;
	font-weight: 400;
	font-size: 9pt;
	margin-left: 0px;
	width: 600px;
	position: relative;
	background-color: #ffffff
}

.container-breadcrumb {
	padding: 4px 0 4px 0;
	overflow: hidden;
	font-weight: 400;
	font-size: 9pt;
	margin-left: 0px;
	width: 600px;
	position: relative;
	background-color: #ffffff
}

.nav-breadcrumb ul {
	list-style-type: none;
}

.nav-breadcrumb li {
	float: left;
	font-size: 0.9em;
}

.nav-breadcrumb li a {
	color: #044880;
	font-weight: bold;
	padding: 0 4px;
}

.nav-breadcrumb li.first a {
	padding-left: 0px;
}

.nav-breadcrumb li.active a {
	color: #4e4e4e;
	font-weight: normal;
}