/**************************/
/* WB Print Pages Main Styling */
/**************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: arial, helvetica, verdana, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	background-position: -1000px -700px;
	background-color: none;
	font-size: 14px;

	color: #000000;
}

h1 {
	display: none;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
}
a img {
	border: none;
}
div#container {
	position: relative;
	width: 100%;
	margin: 0px 0px;
	text-align: left;
}
div#header {
	margin-top: 3px;
}
div#header ul {
	list-style: none;
}
div#header li {
	display: inline;
}
div#spacer{
	height: 97%;
	width: 1px;
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
}
div#bodyContainer {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: none;
	margin-right: -1px
}
div#contentContainer {
	margin-left: 19px;
}
div.clear {
	clear: both;
}

/**************************/
/* Hidden Styles */
/**************************/
div#header ul#industryNav,
div#header ul#globalNav,
div#contentContainer div.col1container,
ul#sectionNav,
div#relatedNav,
div#Results img,
div#footer ul,
p.more,
.screenOnly,
div#relatedContainer {
	display: none;
}

/**************************/
/* Header Styles */
/**************************/
div#printHeader {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
}
div#printHeader img {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 0;

}
div#printHeader div#printHeaderText {
	/*
	position: relative;
	top: -65px;
	left: 19px;
	*/
	position: absolute;
	bottom: 15px;
	left: 19px;
	z-index: 1;
	color: #5f706e;
}
div#printHeader span.title {
	font-size: 22px;
	text-transform: uppercase;
	display: block;
}
div#printHeader span.subtitle {
	font-size: 17px;
	text-transform: uppercase;
	display: block;
}

/*********************/
/* Narrative Text */
/*********************/
div#mainNarrative {
	line-height: 1.4em;
	position: relative;
}
div.narrativeText {
	width: 90% !important;
	width: 620px;
}
div.col2 {
	font-size: 15px;
	padding-right: 19px;
	border-right: 2px solid #b4c3c3;
	width: 62.5% !important; /* FF */
	width: 425px; /* IE 6&7 */
}
div.narrativeText p {
	margin-bottom: 11px;
}
div.narrativeText h3 {
	font-size: 17px;
	font-weight: bold;
}
div.narrativeText h4 {
	font-size: 17px;
	font-weight: bold;
}
div.narrativeText ul,
div.narrativeText ol {
	margin: 10px 0px 10px 25px;
}
div.narrativeText  li {
	margin-bottom: 5px;
}
div.col2container {
	width: 100%;
}

/**************************/
/* Related Column */
/**************************/
div#relatedColumn {
	float: right;
	/*border: 1px solid red;*/
	width: 200px !important; /* FF */
	width: 190px; /* IE 6&7 */
	/* width: 220px; /* IE 6&7 */
}
div#relatedColumn img {
	display: block;
	margin-bottom: 10px;
}
div#relatedColumn h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}
div#relatedColumn ul {
	list-style: none;
}

/**************************/
/* Footer Styles */
/**************************/
div#footer {
	clear: both;
	font-size: 14px;
}
div#footer p {
	margin-left: 19px;
}

