﻿#divNewsItemsWrapper
{
	float: left;
	background-color: White;
	color: Black;
	width: 99%;
}

#divNewsItemsWrapper h1
{
	font-size: 2.5em;
	color:  #993399;
	padding-bottom: 0.25em;
	clear:left;
}

#divNewsItemsWrapper h2
{
	font-size: 1.5em;
	color:  #993399;
}

.divQuoteBlock
{
	background-color: #f3f3f3;
	color: Black;
	border: solid 1px #ddd;
}

.divQuoteBlock blockquote
{
	margin: 0px;
	text-align: left;
	font-weight: bold;
	padding: 1em;
	display: block;
}

.divQuoteBlock .quoter
{
	display: block;
	font-style: italic;
	text-align: right;
	padding: 0em 1em 0.5em 1em;
	margin: 0px;
}

#divRelatedLinks
{
	margin-top: 50px;
	clear: both;
}
#divRelatedLinks h2
{
	margin-bottom: 0px;
	background-color: White;
	color: Black;
}

#divRelatedLinks ul
{
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 10px;
}

#divRelatedLinks ul li
{
	list-style-type: circle;
}

p
{
	margin-top: 0px !important;
}

.divNewsImageContent
{
	text-align: center;
	padding: 5px;
}

.newsImageBorder
{
	border: solid 2px #ddd;
}

.divNewsImageCaption
{
	font-weight: bold;
	font-size: 0.85em;
	text-align: center;
}

.divClearBlock
{
	display: inline;
	width: 100%;
	clear: both;
	float: none;
}

.divInlineQuote
{
	color: #9c1a86;
}
