@charset "UTF-8";

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a.redLink {
	font-size: inherit;
	color: #E2001A;
}

a.redLink:link {
	text-decoration: none;
}

a.redLink:visited {
	text-decoration: none;
}

a.redLink:hover {
	text-decoration: underline;
}

a.redLink:active {
	text-decoration: none;
}

body {
	margin: 10px 0px 0px 0px;
}

#bodyContainer {
	width: 100%;
}

#bottomFooterBar {
	background-color: #6B0000;
	background-image: url(../images/bottomFooterBarBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 7px;
	width: 100%;
}

#bulletContainer {
	padding: 0px;
	margin: 0px;
	clear: left;
}

#bulletContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#bulletContainer ul li {
	line-height: 1.4em;
	font-size: 13px;
	font-weight: bold;
}

#bulletContainerTopSpacer {
	clear: left;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#contactContainer {
	padding: 20px 0px 0px 0px;
	clear: left;
}

#contactContainer span {
	font-size: 13px;
	font-weight: bold;
}

#descriptionContainer {
	padding: 0px;
	margin: 0px;
	clear: left;
}

#descriptionContainerTopSpacer {
	clear: left;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#footerImage {
	background-image: url(../images/footerImageBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
	height: 181px;
	margin: 0px 0px 5px 0px;
	width: 100%;
}

#footerImageSpacer {
	clear: both;
	font-size: 1px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#leftHeader {
	background-image: url(../images/bigR.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: none;
	float: left;
	height: 67px;
	padding: 62px 0px 0px 83px;
	width: 297px;
}

#leftHeader h1 {
	color: #E2001A;
	font-size: 25px;
	line-height: 1em;
	margin: 0px;
}

#leftHeader h2 {
	color: #5A5A5A;
	font-size: 15.5px;
	font-weight: bold;
	line-height: 1em;
	margin: 8px 0px 0px 0px;
}

#leftParagraph {
	float: left;
	line-height: 1.3em;
	width: 300px;
}

#innerPagePadder {
	background-image: url(../images/sideLogoBG.gif);
	background-position: 95% 13px;
	background-repeat: no-repeat;
	padding: 13px 39px 0px 25px;
}

#pageContainer {
	background-color: #FFF;
	border-color: #6B0000;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	width: 800px;
}

#rightHeader {
	clear: none;
	color: #E2001A;
	float: left;
	height: 82px;
	padding: 47px 0px 0px 40px;
	width: 225px;
}

#rightHeader h2 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	margin: 8px 0px 8px 0px;
}

#rightParagraph {
	float: left;
	line-height: 1.3em;
	margin: 0px 0px 0px 35px;
	width: 320px;
}

#textContent {
	width: 100%;
}

#topLogoBar {
	background-color: #6B0000;
	background-image: url(../images/topLogoBarBG.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 21px;
	width: 100%;
}

#topLogoBar img {
	border: 0;
	margin: 3px 0px 0px 7px;
}

.hidden {
	display: none;
}

.larger {
	color: #E2001A;
	font-size: 19px;
	font-weight: bold;
}

.singleLineText {
	display: block;
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
}

.redText {
	color: #E2001A;
}

.strong {
	font-size: inherit;
	font-weight: bold;
}