.articleTitle {
	line-height: 1.5;
	margin: 2px 0px;
}

.articleByline {
	font-weight: bold;
	text-style: italic;
	line-height: 1.5;
	margin: 6px 0px;
	margin-bottom: 15px;
}

.articleText {
	line-height: 1.5;
}

.articleListBox {
	margin: 4px 0px;
	padding: 2px;
	clear: both;
}

.articleListBoxHover {
	margin: 4px 0px;
	padding: 2px;
	background: #F7F8F3;
	clear: both;
}

.articleListTitle {
	font-weight: bold;
	font-size: 13px;
	color: #64954D;
	margin: 2px 0px;
}

.articleListByline {
	font-weight: normal;
}

.articleListText {
}

.articleQuoteRight {
	background: #EFEFEF url('/images/elegantGreen/quote_start.gif') no-repeat top left;
	float: right;
	margin: 7px;
	margin-right: 0px;
	width: 200px;
}
.articleQuoteLeft {
	background: #EFEFEF url('/images/elegantGreen/quote_start.gif') no-repeat 4px 4px;
	float: left;
	margin: 7px;
	margin-left: 0px;
	width: 200px;
}

blockquote.articleQuote {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 24px;
	margin-right: 0px;
	padding-right: 22px;
	padding-bottom: 5px;
	background: #EFEFEF url('/images/elegantGreen/quote_end.gif') no-repeat 96% 96%;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

.articleImageRight {
	float: right;
	padding: 10px;
	margin: 7px;
	margin-right: 0px;
	background: #EFEFEF;
	width: 200px;
}
.articleImageLeft {
	float: left;
	padding: 10px;
	margin: 7px;
	margin-left: 0px;
	background: #EFEFEF;
	color: black;
	width: 200px;
}
.articleImageCaption {
	font-weight: bold;
}
.articleImageImage {
	border:0px;
}

.articleThumbnail {
	border: 1px solid;
	float: left;
	margin-right: 5px;
}

.articlePolaroidThumbnail {
	border: 0px solid;
	float: left;
	margin-right: 5px;
}
