html, body 
{
	background:#E8E8E8;
}
/* Print styles */
.mainNav,
.search,
.headerNav,
.slogan,
.skiplink,
.footerNav,
.sidebar,
.navBar,
.pageActions,
.breadcrumb, 
.back,
.btn_next,
.linkList,
.portletLatestArticles  {
	display: none !important;
}
a {
	color: #000;
}
.content a:link:after, 
.conten a:visited:after {
   content: " (" attr(href) ") ";
   color: #666;
   font-size: 90%;
}
abbr {
	border: 0;
}

body {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
}
.logo img {
	color: #fff;
	display: list-item;
	float: right;
	font-size: 1pt;
	height: 41px;
	list-style-image: url('../images/print-logo.gif');
	list-style-position: inside;
	letter-spacing: -1000em;
	padding-bottom: 48px;
	width: 120px;
	margin-right:30px;
}

/* release size, padding & margin on the container */
.container,
.footer {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wrapper {
	background: #FFF;
	margin: 0;
	padding: 10pt;
	width: 491pt;
}
.content {
	clear: both;
}

/* display the url after linktext in css2-compliant browsers */
.column-content a:link:after,  .column-content a:visited:after {
   content: " (" attr(href) ") ";
   color: #666;
   font-size: 90%;
}
.content .br,
.content .bl {
	background: none;
}
.content .tr {
	background: none;
	padding: 0px;
	width: 100%;
}
.innerContent {
	width:400pt;
}
h1,
h2 {
	color: #000;
	font-size: 13pt;
	font-weight: bold;
}
h1 {
	margin-bottom: 0;
}
h2 {
	font-weight: normal;
	margin-top: 0;
	padding: 0;
}
.text h3, .description h3 {
	background: #FFF;
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	margin: 19pt 0 0 0;
	padding: 0;
}
span.date {
	color: #000;
	font-size: 9pt;
}
.description {
	font-size: 9pt;
}

.footer {
	border-top: 1px solid #DCDCDC;
	color: #CCC;
	font-size: 8pt;
}
.spotlightNews,
.spotlightNews li
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.latestNews,
.latestNews li
{
	margin: 0;
	padding: 0 0 30px 0;
	list-style-type:none;
}

.latestNews a.img,
.latestNews li.first span.date 
{
	clear: both;
	display: block;
}

.btnMoreNews
{
	display: none;
}

