@charset "utf-8";
/* CSS Document */

/*This style is using the Blockquote tag to create a pullquote. */
blockquote {
	width: 200px;
	float: right;
	font-size: 18px;
	font-style: italic;
	font-family: "Palatino Linotype", Georgia, Caslon, serif;
	_margin-right: -35px; /* IE box model hack  */
	background: #333333 url(../images/closequote.jpg) no-repeat right bottom;
	padding: 10px 10px 5px;
	border: 2px dotted #666666;
	font-weight: normal;
	margin: 5px 0px 5px 10px;
	}

blockquote:first-letter {
	background: url(../images/openquote.jpg) no-repeat left top;
	padding: 10px 2px 10px 25px;
	}
	
/* Print Styles*/
@media print {
blockquote {margin-right: -20pt;  border-width: 0 0 2pt 2pt}
blockquote:first-letter {padding: 0px;	font-size: 140%;}
}

