.HeaderBackground {
	background-image: url(../images/Header.png);
	background-repeat: no-repeat;
	height: 100px;
}
BODY {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-image: url(../images/PageBackground.png);
	background-repeat: no-repeat;
	background-position: right top;
}
P {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.ContentArea {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;
}
.ContentLPad {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-bottom: 15px;
}
h1 {
	font-family: Constantia, Arial, Calibri;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
}
.FooterBackground {
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
	height: 28px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 5px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	padding-top: 5px;
}
.footerTextRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.ContentImgLeft {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.ContentImgRight {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 5px;
}
.HeaderBackgroundC {

	background-image: url(../images/CHeader.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
