.articleContent
{
	overflow: hidden;
}
.journalContent
{
	overflow: hidden;
}

.articleCommentLabelColumn
{
	width: 75px;
}

.articleCommentInputColumn
{
	width: 100%;
}
.articleLinkingOptions
{
	text-align: right;
}
.commentListLabelColumn
{
	width: 100px;
	font-weight: bolder;
}
.commentListDataColumn
{
	width: auto;
}
.commentListButtonsCell
{
	text-align:right;
	width: 100px;
}

.articleNavigationSection
{
	text-align: center;
	height: 30px;
	width: 100%;
}

.previousLink
{
	float: left;
	vertical-align: middle;
}
.currentLink
{
	float: left;
	vertical-align: middle;
}
.nextLink
{
	float: left;
	vertical-align: middle;
}
.emailFormIntro
{
	padding: 10px;
	overflow: hidden;
}

.emailFormIntroInside
{
	line-height: 18px;
	background-color: #fff;
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
}
.emailFormIntroContinueButton
{
	padding: 10px;
}
.emailForm
{
	padding: 10px;
	overflow: hidden;
}
.emailFormInside
{
	line-height: 18px;
	overflow: hidden;
	padding: 10px;
}
.emailFormInputForm
{
}
.emailFormThankYou
{
	padding: 10px;
	overflow: hidden;
}
.emailFormThankYouInside
{
	line-height: 18px;
	overflow: hidden;
	padding: 10px;
}
.emailFormErrorMessage
{
	color: Red!important;
}

.imageGalleryMainImageCell
{
	height: 220px;
}

.imageGalleryOuter
{
	overflow: hidden;
}
.imageGalleryInner
{
	line-height: 18px;
	overflow: hidden;
	padding: 0px 10px 10px;
}
.imageGalleryFramedImage
{
	border: 1px solid #aaa;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
.imageGallery
{
	border: 1px solid #aaa;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
	margin: 20px 0px 20px 10px;
}
.imageGallery ul
{
}

.imageGallery ul li
{
	width: 100px;
	float: left;
	margin: 5px;
}
.journalEntry
{
	padding: 5px;
}
.journalEntryTitle
{
	font-weight: bolder;
	font-size: 12pt;
}
.journalEntryDate
{
	font-weight: bolder;
	font-size: xx-small;
	color: #777777;
}
.journalEntryDescription
{
}
.standardPicture
{
    padding-left: 10px;
    padding-right: 10px;
}  
.siteSearchBox
{
     text-align: left;
     background-color: White;
     padding: 5px;
}
.pcbDisplaySecondImage
{
   padding-top: 5px;
}
.pcbDisplayDescriptionSection
{
   padding-top: 10px;
}
.pcbDisplayDescriptionLabel
{
   margin: 10px;
}