html {
	font-family: Tahoma;
}
.page-wrapper {
    min-width: 980px;
    overflow: hidden;
    width: 100%;
}
.page-wrapper.print {
    width: 980px;
    margin: auto;
}
.wrapper {
  width:946px;
  margin: 0px auto 40px auto;
}
.wrapper.print {
  width: auto;
  padding: 0 !important;
}

.textdiv blockquote {
	margin: 20px 0;
	padding: 12px 5px 12px 75px;
	background: url("/site/blockquote_left.png") no-repeat top left;
	position:relative;
}
.textdiv blockquote:after {
	background: url("/site/blockquote_right.png") no-repeat bottom right;
	content: " ";
	display: block;
	height: 8px;
}
.textdiv blockquote * {
	font-size: 20px;
	font-family: 'Zanoza', Helvetica, sans-serif;
	color: #666;
}

.textdiv .content-text h2 {
	font-size: 24px !important;
	font-weight: normal;
	margin: 10px 0;
}
.textdiv .content-text h3 {
	font-size: 22px !important;
	font-weight: normal;
	margin: 7px 0;
}
.textdiv .content-text h4 {
	font-size: 20px !important;
	font-weight: normal;
	margin: 5px 0;
}
.textdiv .content-text h5 {
	font-size: 19px !important;
	font-weight: normal;
	margin: 5px 0;
}
.textdiv .content-text h6 {
	font-size: 18px !important;
	font-weight: normal;
}
.article p {
	padding: 5px 0;
}

.mainfooter {
  margin-top:40px;
}
.mainfooter.print {
  background: #ccc;
  padding: 10px;
}
h1.fulltext__title {
	display: block;
	padding: 0 0 7px 0;
	font: normal 24pt Georgia;
	color: #00599e;
	border-bottom: solid #b3c4d2 2px;
}
.article-photo {
	display: none;
	padding: 10px 0;
	text-align: center;
}
.article-photo img {
	max-width: 100%;
}
.textdiv {

}
.textdiv p {
	margin-top: 0px !important;
}
.date {
	display: block;
	padding: 6px 0 20px 0;
	text-transform: uppercase;
	font-size: 13px;
	color: gray
}
a.logo {
	display: block;
	float: left;
	width: 260px;
}
.clearfix {
	clear: both;
}
.printinto {
	margin-left: 300px;
	width: 680px;
}
.fulltext__photo-wrap {
	float: left;
	margin: 0 30px 20px 0;
}
.fulltext__photo-wrap img {
	max-width: 300px;
}
.fulltext__photo-wrap span {
	display: block;
	color: gray;
}
.mainfooter p {
	margin: 0px;
	font-size: 13px;
	color: gray;
}
.mainfooter a {
	color: gray;
}
.mainfooter__copyright {
	margin-bottom: 0px;
}