/* 
Override stylesheet for content viewer.
See also reading-room.css
Copyright 2006 iCopyright, Inc. All rights reserved.
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #555;
	background-color: #FFFFFF;
}

a {
	color: #1ba31b;
	text-decoration: none;
}

#headline {
	font-size: 180%;
	font-weight: normal;
	color: #0066cc;
	margin-bottom: -10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#pubdate {
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	padding: 10px 0 15px 0;
}

#byline {
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-bottom: 15px;
}

#deckheader {
	font-size: 120%;
	font-style: oblique;
	padding-bottom: 15px;
}

#pagewidth {
	width: 730px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#header {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding-bottom: 20px;
	background-color: #fff;
}

.publication {
	margin-right: 20px;
}

#rightcol {
	width: 200px;
	float: right;
	position: relative;
	padding-top: 10px;
	font: 80% Georgia, "Times New Roman", Times, serif;
}

#maincol {
	float: left;
	display: inline;
	position: relative;
	width: 510px;
	text-align: left;
	padding: 10px;
	font-size: 10.5pt;
	font-family: Arial, sans-serif;
	color: #000000;
}

#maincol #nav {
	background-color: #FFFFFF;
	border: none;
	width: 450px;
	border-bottom: 1px dashed #cecece;
	margin-top: 10px;
	padding-bottom: 12px;
}

*html #maincol #nav {
	background-color: #FFFFFF;
	border: none;
	width: 450px;
	border-bottom: 1px dashed #cecece;
	margin-top: 10px;
	padding-bottom: 7px;
}

#maincol_full {
	float: left;
	display: inline;
	position: relative;
	width: 730px;
	text-align: left;
	padding: 10px;
}

#maincol_full #nav {
	background-color: #FFFFFF;
	border: none;
	width: 100%;
	border-bottom: 1px dashed #cecece;
	margin-top: 10px;
	padding-bottom: 12px;
}

*html #maincol_full #nav {
	background-color: #FFFFFF;
	border: none;
	width: 100%;
	border-bottom: 1px dashed #cecece;
	margin-top: 10px;
	padding-bottom: 7px;
}

#footer {
	padding-top: 10px;
	height: 50px;
	clear: both;
	background-color: #fff;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #555555;
}
.licensing-link {
	font-family: "Courier New", courier, monospace;
	color: #1BA31B;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*printer styles*/
@media
print
{
/*hide the right column when printing*/
#rightcol {
	display: none;
}
#nav {
	display: none;
}
#pagewidth {
	width: 100%;
}
#maincol {
	float: none;
}
#maincol_full {
	float: none;
}	
}
