/* CSS Document */
html
{
	background-color: #ffffff;
}

body
{
	color: #000000;
	font-size: 75%;
    font-family: Arial, Helvetica, 'MS Sans Serif';
	line-height: 1.25em;
}

img
{
	border: none;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #9a0e0e;
}

.inputLabel
{
	font-weight: bold;
}

.checkBox
{
	font-size: 0.9em;
}

.errorText
{
	background-color: #b22222;
	color: #ffffff;
}

.centerText
{
	text-align: center;
}

#header
{
	text-align: left;
}

#headerMenuBar
{
	border-left-color: #990f0d;
	border-right-color: #990f0d;
}

#centeredContent
{
	text-align: center;
}

.leftAlign
{
	text-align: left;
}

#footerLinks
{
	color: #000000;
	font-size: 0.8em;
}

#footerLinks a
{
	color: #000000;
	text-decoration: underline;
}

#footerLinks a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

#centeredContentDetail
{
	text-align: center;
}

.menuTitle, .pageTitle
{
	background-color: #9a0e0e;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.95em;
}

.pageTitle a
{
	color: #ffffff;
	text-decoration: underline;
}

.pageTitle a:hover
{
	text-decoration: underline;
}

/* FAQ LIST */
.faqListQuestion
{
	font-weight: bold;
}

#faqListPagination .searchNavigationLeft a, #faqListPagination .searchNavigationCenter a, #faqListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #d88c02;
}

#faqListPagination .searchNavigationLeft a:hover, #faqListPagination .searchNavigationCenter a:hover, #faqListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #ffffff;
}

/* NEWS ARTICLES */
.newsArticleRow hr
{
	color: #9a0e0e;
}

.newsArticleRowPreviewImage img
{
	border-color: #9a0e0e;
}

.newsArticleRowTextIntro
{
	color: #9a0e0e;
	font-weight: normal;
}

.newsArticleRowTitle
{
	color: #9a0e0e;
	font-weight: normal;
	font-size: 1.1em;
}

.newsArticleRowTitle a
{
	color: #9a0e0e;
	text-decoration: none;
}

.newsArticleRowTitle a:hover
{
	color: #000000;
	text-decoration: none;
}

.newsArticleRowLink a
{
	color: #9a0e0e;
	text-decoration: none;
}

.newsArticleRowLink a:hover
{
	color: #000000;
	text-decoration: none;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #9a0e0e;
}

#newsListPagination .searchNavigationLeft a:hover, #newsListPagination .searchNavigationCenter a:hover, #newsListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #000000;
}

/* NEWS DETAIL */
#newsDetailTitle
{
	color: #9a0e0e;
	font-size: 1.1em;
}

#newsDetailLinks
{
	color: #9a0e0e;
}

#newsDetailLinks a
{
	color: #9a0e0e;
	text-decoration: none;
}

#newsDetailLinks a:hover
{
	color: #000000;
	text-decoration: none;
}

/* TESTIMONIAL LIST */
.testimonialListBy
{
	font-weight: bold;
	font-style: italic;
}

