body {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 12px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333333;
	min-width: 200px;
	min-height: 200px;
}

/** BEGIN General Classes **/
.clearfix {
	overflow: hidden;
	clear: both;
}

a.a-stealth {
	color: inherit;
	text-decoration: inherit;
	cursor: inherit;
}

blockquote {
	min-height: 35px;
}

.align-center {
	display: block;
	margin: 0 auto;
	width: auto;
}

.item-page div[itemprop="articleBody"] img {
	-moz-border-radius: 9px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
}

.item-page div[itemprop="articleBody"] img.img-plain,
.item-page div[itemprop="articleBody"] #news-rotator img {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

blockquote {
	background: url("../images/quote.png") no-repeat scroll 6px 12px rgba(0, 0, 0, 0);
	font-size: 100%;
	font-style: italic;
	line-height: 150%;
	margin: 15px 0;
	padding: 10px 10px 10px 60px;
	width: auto;
	color: #8b0200;
	min-height: 35px;
}
/** END General Classes **/

#print-header {
	background: url("../images/style3/masthead-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	height: 111px;
	width: 100%;
	display: block;
	position: relative;
}

#print-header #print-logo {
	background: url("../images/style3/logo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	width: 387px;
	height: 69px;
	position: absolute;
	top: 22px;
	left: 25px;
}

.item-page {
	margin: 0 10px 10px;
}

#pop-print {
	position: relative;
	overflow: hidden;
	padding: 5px;
	margin: 3px 0 0;
	text-align: center;
}

#pop-print a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding: 6px 60px;
	margin: 5px;
	line-height: 27px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
}

#pop-print a:active {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

h2.contentheading {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 150%;
	line-height: 30px;
	background: #f3f3f3;
	color: #333333;
	padding: 0 0 0 10px;
	margin: 5px 0 15px;
}

#print-footer {
	display: block;
	height: 50px;
	background: #4e4e4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4e4e 0%, #585858 50%, #434343 51%, #4c4c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(50%,#585858), color-stop(51%,#434343), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4e4e 0%,#585858 50%,#434343 51%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4e4e 0%,#585858 50%,#434343 51%,#4c4c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4e4e 0%,#585858 50%,#434343 51%,#4c4c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4e4e4e 0%,#585858 50%,#434343 51%,#4c4c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

#print-footer p {
	text-align: center;
	padding: 30px 0 0;
	margin: 0;
	line-height: normal;
}

/** BEGIN Print Specifics **/
	@media print {
		* {
			-webkit-print-color-adjust:exact;
		}
		
		#pop-print {
			display: none;
		}
	}
/** END Print specifics **/