<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #636363;
	margin: 20px 0 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../images/Stripe-Background.png);
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #4b647a;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/Banner.jpg);
	height: 173px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #navigation {
	background: #142a40;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 36px;
	color: #FFFFFF;
	border-top: 1px solid #9fa8b0;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 420px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	color: #FFFFFF;
}

H1 {
	color : #5e809e;
	font-size : 28px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #5e809e;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	line-height: 28px;
}

H2  {
	color : #5e809e;
	font-size : 24px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 28px;
}

H3 {
	color : #1D4066;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	margin: 20px 0 7px 0;
	padding: 0;
}

H4 {
	color : #1D4066;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

H5 {
	color : #666666;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

H6 {
	color : #5e809e;
	font-size : 10px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

 hr {
	border: none 0;
	border-top: 1px dotted #5e809e; /*the border*/
	width: 100%;
	height: 1px;
	margin: 11px 0 11px 0;
}


ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 2px;
}

ul li {
	list-style-type: disc;
	margin: 0px 20px 3px 20px;
	padding: 0;
}

a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #397CC1;
	text-decoration : none;
}

a:visited  {
	text-decoration : none;
	color : #295C90;
}

a:hover  {
	color : #6699CC;
}

.smalltext {
	font-size : 11px;
	line-height: 14px;
}

.smalltext a {
	font-size : 11px;
}

.blue {
	color : #5e809e;
	font-weight : bold;
}
.white {
	color : #FFFFFF;
	font-weight : bold;
}

.BodyTextBold  {
	color : #333333;
	font-size : 12px;
	font-family : verdana,arial;
	font-weight : bold;
}

.BodyTextSmall  {
	color : #333333;
	font-size : 10px;
	font-family : verdana,arial;
}

.BodyTextSmall a {
	font-size : 10px;
}

.BodyTextBoldSmall  {
	color : #333333;
	font-size : 10px;
	font-family : verdana,arial;
	font-weight : bold;
}

.BodyTextBoldSmall a  {
	font-size : 10px;
}

.BodyTextVerySmall  {
	color : #333333;
	font-size : 9px;
	font-family : verdana,arial;
}
</pre></body></html>