p {
/*  text-align: justify;*/
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 1.3em;
}

body {
	font: 10pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

 h1, h2, h3, h4 {
	text-decoration: none;
	font-family: "Trebuchet MS;";
}

a { background-color : transparent;
    color: #000066;
    text-decoration: none;
    }

a:hover { 
	color: #ED9100;
	text-decoration: underline;
}

h1 {
}

h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4 {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

#content {
	width: 500px;
	min-height: 400px;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

.horizontalLine {
	height: 1px;
	width: 150px;
	margin-left: auto;
	border-bottom: 1px dashed silver;
}

#content h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#title {
	border-bottom: 1px silver dashed;
	width: 670px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-color: silve;
}

#title h1 {
	margin-left: 170px;
	margin-bottom: 10px;
}

#categories {
	padding-right: 10px;
	width: 170px;
	text-align: right;
	float: left;
}

.categoriesGroup {
	margin-bottom: 10px;
}

.articleSummary {
/*  text-align: justify;*/
	margin-bottom: 16px;
	margin-top: 0px;
}

.publicationInfo {
	text-align: left;
	margin-bottom: 4px;
	margin-top: 0px;
	font-size: 10pt;
	letter-spacing: -1px;
	color: #444;
}

.buzzbox {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 18px;
  line-height: 1.3em;
	margin-left: 20px;
	margin-bottom: 10px;
  position: relative;
}

.buzzboxQuote {
	font-size: 36px;
  line-height: 12px;
  position: relative;
	top: 12px;
/*  background: pink;*/
	margin: 0;
}

.hanging {
  margin-left: -0.45em;
}