@charset "UTF-8";
/* CSS Document */

.HeaderBG {
	background-image: url(images/Top-BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BodyBG {
	background-image: url(images/Right-BG.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.BodyGradientRight {
	background-image: url(images/Right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.NewsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 5px;
	background-image: url(images/News-bg.jpg);
	background-repeat: repeat-x;
	background-color: #6C9F56;
	padding-bottom: 2px;
	padding-top: -5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #83B36D;
}
.BodyIntro {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #191919;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E6E6E6;
	text-align: left;
	vertical-align: middle;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	line-height: 18px;
}
.BodyGradientLeft {
	background-image: url(images/Bottom-Middle-Left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.TextBoxRight {
	background-image: url(images/Text-TopB-Right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.TextBoxLeft {
	background-image: url(images/Text-TopB-Left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.RightImageDescription {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-image: url(images/Image-BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #83B36D;
}
.FooterImage {
	background-image: url(images/Footer.jpg);
	background-repeat: repeat-x;
}
.Link {
	background-image: url(images/linksBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #6BA055;
}
