﻿/* Print.css */
#leftCol,
#TopMenuWithSearch,
#TopMenuBlue
{
	display:none;
}
#centerCol,
#rightCol
{
	display:block;
}
#centerCol a,
#rightCol a
{
	font-size:16px;
}
#centerCol p,
#rightCol p
{
	font-size:16px;
}
#centerCol
{
	width:350px;
	float:left;
}
#rightCol
{
	width:150px;
	float:right;
}
#centerCol h2,
#rightCol h2,
#centerCol h3,
#rightCol h3
{
	font-size:18px;
}
#centerCol h1,
#rightCol h1
{
	font-size:20px;
}
#TopLogo img
{
	border:none;
	margin-bottom:12px;
	display:block;
}
.newsReadMore
{
	display:none;
}
.newsTeaserText
{
	font-size:16px;
}
.footer
{
	display:none;
}