<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "ISO-8859-1";
/* CSS Document */

&lt;style type="text/css"&gt; 


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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: #000000;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: -13px !important;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: 10px 0px 20px -10px rgba(0,0,0,0.2), -10px 0px 20px -10px rgba(0,0,0,0.2);
} 
.twoColFixLtHdr #header {
	padding-left: 0 0px 0 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. */
	margin: 0px 0px 0px;
	margin-top: -30px !important;
	background-color: #E5F2F8;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 70px 10px 15px 20px;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 1px 20px 1px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E5F2F8;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

&lt;/style&gt;&lt;[if IE 5]&gt;
&lt;style type="text/css"&gt; 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
&lt;/style&gt;
&lt;![endif][if IE]&gt;
&lt;style type="text/css"&gt; 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
&lt;/style&gt;
&lt;![endif]

/* --------------------TEXT FORMATTING BEGINS HERE-------------------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 9px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #006699;
	background: #E5F2F8;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 9px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #0099bf;
}
a:visited {
	text-decoration: none;
		color: #0099bf;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	text-decoration: none;
		color: #0099bf;
}
.menu a:link {
	color: #576d81;
}
.menu a:hover {
	color: #0099bf !important;
}
.menu a:visited {
	color: #576d81;
}
.menu a:active {
	color: #576d81;
}
p {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 15px;
}
.p10 {
	font-size: 10px;
}
.p12 {
	font-size: 12px;
}
.p13 {
	font-size: 13px;
}
.p14 {
	font-size: 14px;
}
.Gray18 {
	color: #333333;
	font-size: 18px;
}
.LtGray {
	color: #666666;
}
.caption {
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.sub {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
.captionSUB {
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.select_but {
	font-size: 12px;
	color: #2EB8E6;
	font-weight: bold;
}
.title_sub {
	font-size: 15px;
	color: #999;
	font-weight: bold;
}
.highlight {
	color: #006699;
}
.BlueLink {
	font-weight: bold;
	color: #006699;
}
.textLink {
	color: #cc3300;
}
.BulletEmph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background: #c9e1ed;
}
.button a:hover {
	opacity: 0.7;
}
.MenuAct {
	font-size:14px;
	font-weight: bold;
	color: #006699;
}
.TopMenu {
	color: #000;
	font-size: 13px;
	line-height: 13px;
	margin-top: -32px;
	margin-bottom: 20px;
	padding-top: 0px;
}
.tabl-p {
	line-height: 15px;
	margin: 0px;
	padding: 0px 2px;
	font-size: 14px;
}
.ul {
	list-style: disc outside;
	padding: 0px 20px;
	margin-top: 0px;
	margin-bottom: 9px;
}

.tableHDsmall {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.table-p13 {
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
a.xtdLightbox {
	font-size:14px;
	font-weight:normal;
	color: #4A5B64;
}
a.xtdLightbox:hover {
	color: #7e9cab;
}
</pre></body></html>