/* CSS Document */
html
{
	background-color: #ababab;
}

body
{
	background-color: #ffffff;
	color: #002442;
	font-size: 75%; /* 16px  75% = 12px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

img
{
	border: none;
}

a
{
	color: #000000;
	text-decoration: underline;
}
li a
{

	color: #023962;
	text-decoration: underline;
}
li a:hover
{
	color: #eb1904;
	text-decoration: underline;
}
a:hover
{
color:#000099;
}

input
{
	font-size: 1.0em;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr
{
	background-color: #003a62;
	color: #003a62;
}

.errorText
{
	background-color: #ee2130;
	color: #ffffff;
}

.centerText
{
	text-align: center;
}

#container
{
	border-left-color: #b7b7b7;
	border-right-color: #b7b7b7;
}

#header
{
	text-align: left;
}

#headerTop
{
	background-color: #000000;
}

#headerMiddle
{
	background-color: #fdfdfd;
}

#headerMiddle .right
{
	color: #e16f70;
	font-size: 1.8em;
}

#headerMenu .right a
{
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

#headerMenu .right a:hover
{
	color: #eb1904;
	text-decoration: none;
}

#content
{
	background-color: #ffffff;
}

#twoCol1, #threeCol1, #fourCol1
{
	background-color: #f3f3f3;
}

#twoCol2, #threeCol2, #threeCol3, #fourCol3, #fourCol4
{
	background-color: #ededed;
}

#centeredContent
{
	text-align: center;
}

#footer
{
	background-color: #343132;
	border-top-color: #fdfdfd;
	border-left-color: #b7b7b7;
	border-right-color: #b7b7b7;
}

#footer .link a, #footer .right a
{
	font-size: 0.85em;
	color: #ffffff;
	text-decoration: none;
}

#footer .link a:hover, #footer .right a:hover
{
	color: #eb1904;
	text-decoration: none;
}

#footerLinks
{
	color: #000000;
	font-size: 0.75em;
}

#footerLinks a
{
	color: #000000;
	text-decoration: none;
}

#footerLinks a:hover
{
	color: #ee2130;
	text-decoration: underline;
}

/* INPUT FORMS */

.inputLabel
{
	font-weight: bold;
}

.inputBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.inputBoxLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.mandatoryField
{
	font-size: 1.em;
	font-weight: bold;
	vertical-align: top;
	color: #eb0100;
}

/* NEWS SCROLLER */
.newsScrollerArticle
{
	background-color: #f3f3f3;
}

.newsScrollerTitle
{
	font-weight: normal;
	font-size: 1.0em;
}

.newsScrollerDay
{
	font-weight: bold;
	font-size: 0.9em;
	color: #ffffff;
}

.newsScrollerDate
{
	font-weight: bold;
	font-size: 0.9em;
}

.newsScrollerSummary
{
	font-weight: normal;
	font-size: 0.9em;
}

/* NEWS DETAIL */
#newsDetailTitle
{
	color: #eb1904;
	font-size: 1.2em;
}

#newsDetailLinks
{
	color: #eb1904;
}

#newsDetailLinks a
{
	color: #eb1904;
	text-decoration: none;
}

#newsDetailLinks a:hover
{
	color: #023962;
	text-decoration: none;
}

/* TESTIMONIAL LIST */
.testimonialListBy
{
	font-weight: bold;
	font-style: italic;
}

/* NEWS ARTICLES */
.newsArticleRow hr
{
	background-color: #003a62;
	color: #003a62;
}

.newsArticleRowPreviewImage img
{
	border-color: #eb1904;
}

.newsArticleRowTextIntro
{
	color: #eb1904;
	font-weight: normal;
}

.newsArticleRowTitle
{
	color: #eb1904;
	font-weight: normal;
	font-size: 1.2em;
}

.newsArticleRowTitle a
{
	color: #eb1904;
	text-decoration: none;
}

.newsArticleRowTitle a:hover
{
	color: #023962;
	text-decoration: none;
}

.newsArticleRowLink a
{
	color: #eb1904;
	text-decoration: none;
}

.newsArticleRowLink a:hover
{
	color: #023962;
	text-decoration: none;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #eb1904;
}

#newsListPagination .searchNavigationLeft a:hover, #newsListPagination .searchNavigationCenter a:hover, #newsListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #023962;
}

/* FAQ LIST */
.faqListQuestion
{
	font-weight: bold;
}

.faqListQuestion a
{
	color: #023962;
	text-decoration: underline;
}

.faqListQuestion a:hover
{
	color: #eb1904;
	text-decoration: underline;
}

#faqListPagination .searchNavigationLeft a, #faqListPagination .searchNavigationCenter a, #faqListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #eb1904;
}

#faqListPagination .searchNavigationLeft a:hover, #faqListPagination .searchNavigationCenter a:hover, #faqListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #ffffff;
}


