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

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #abb7c2;
	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;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../../assets/design/drop_shadow.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 9px;
}
#header {
	background: #697A94 url(header.jpg) no-repeat;  /* 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: 160px;
	border-bottom: 5px solid #316CB2;
}
#header h1 {
	position: absolute;
	top: -500px;
	visibility: hidden;
}
#container #TopNav {
	background: #183056;
	height: 6px;
	padding-left: 7px;
	padding-right: 5px;
}
#container #TopNav ul {
	padding: 0px;
	top: -8px;
	float: right;
	position: relative;
	margin: 0px;
	width: 100%;
}
#container #TopNav li {
	list-style: none;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	margin-right: 2px;
	margin-left: 2px;
	padding: 2px;
}
#container #TopNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	background: #10203A;
	border: 1px solid #10203A;
	font-weight: bold;
	line-height: 22px;
}
#container #TopNav a:hover {
	background: #1C3766;
}
#container #TopNav a.active {
	background: #285193;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	color: #FFFFFF;
	margin: 10px;
	padding:0px 0px 10px;
	background: #316CB2 url(../assets/box170_blue_base.gif) no-repeat left bottom;
}
#sidebar1 .box170 {
	width:170px;
	background:url(../assets/box170_blue.gif) no-repeat left top;
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar1 .box170 h3 {
	line-height:31px;
	color:#FFF;
	padding:0 15px 0 10px;
	margin:0;
	font-size:14px;
	border-bottom: 2px solid #ABB7C2;
}
#sidebar1 .box170 h3 a {
	text-decoration: none;
	color: #FFF;
}
#sidebar1 .box170 p {
	padding:15px 15px 0px;
	margin:0;
	line-height:1em;
	font-size:1em;
	color:#316CB2;
	border-right: 1px solid #E0DFE3;
	border-left: 1px solid #E0DFE3;
}
#sidebar1 .box170 ul {
	list-style:none;
	padding:10px 10px 0;
	width:148px;
	height:auto;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0px;
	background: #316CB2;
}
#sidebar1 .box170 ul li {
	text-decoration:none;
	color:#FFF;
	padding:5px 0;
	font-size:1em;
	word-spacing:-1px;
	list-style-type: none;
	border-bottom: 1px solid #295892;
	background: #316CB2;
}
#sidebar1 .box170 ul li a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#sidebar1 .box170 ul li a:hover {
	text-decoration:none;
	color:#10233A;
	font-weight:bold;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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; /* padding keeps the content of the div away from the edges */
	margin: 10px;
	padding:0 0 10px;
	background:url(../assets/box190_base.gif) no-repeat left bottom;
}
#sidebar2 .box190 {
	width:190px;
	background:url(../assets/box190.gif) no-repeat;
	padding-top: 7px;
}
#sidebar2 .box190 h3 {
	color:#333;
	font-size:14px;
	border-bottom: 2px solid #8A3B25;
	margin: 0px 10px;
	padding: 0px 5px;
	line-height: 28px;
}
#sidebar2 .box190 a {
	font-size: 1em;
	color: #8A3B25;
	font-weight: bold;
}
#sidebar2 .box190 p {
	padding:15px 10px 0;
	margin:0;
	background:#F3F3F3;
	line-height:1em;
	font-size:1em;
	color:#444;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}
#sidebar2 .box190 ul {
	list-style:none;
	padding:5px 14px 0;
	margin:0;
	width:165px;
	background:#F3F3F3;
	height:auto;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}
#sidebar2 .box190 ul li {
	text-decoration:none;
	color:#FFFFFF;
	padding:2px 0;
	font-size:1.2em;
	border-bottom:1px solid #2F341F;
	word-spacing:-1px;
	list-style: none;
}
#sidebar2 .box190 ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#mainContent {
	background: #FFFFFF;
	font-size: 1.2em;
	padding: 0px 15px;	
}
#mainContent h2 {
	border-bottom: 2px solid #666666;
	color: #122843;
	font-size: 1.3em;
}
#mainContent h3 {
	color: #8A3B25;
	font-size: 1.1em;
}
#mainContent h3 a {
	color: #8A3B25;
}
#mainContent a {
	color: #316CB2;
	font-weight: bold;
}
#mainContent li {
	margin-bottom: 5px;
}
#mainContent th {
	background: #E6E6E6;
	text-align: left;
}
/* Controls Layout of Main Content */
.threeColumn {
	margin: 0 201px 0 181px;
}
.twoColumn {
	margin: 0 0px 0 181px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6C8297;
	border-top: 4px solid #316CB2;
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #000;
}
#footer p {
	margin: 0 0 0 175px; /* 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 */
	font-weight: bold;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#thumbnails img {
	width:100px;
	border:1px solid #D5D5CA;
	padding: 4px;
	background: #FFFFFF;
	margin-right: 3px;
	margin-bottom: 4px;
	text-decoration: none;
}
#thumbnails a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
#rightcolumn {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-top: 1px solid #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
}
#GreyBox {
	background: #E6E6E6;
	border: 2px solid #333333;
	padding: 10px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.img_left {
	margin: 15px 15px 15px 0px;
	float: left;
}
.img_right {
	margin: 15px 0px 15px 15px;
	float: right;
}
.smalltext {
	font-size: 0.9em;
	font-weight: bold;
}
.adobe {
	font-size: 0.9em;
}
#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:focus {
	position:static;
	width:auto;
	height:auto;
}</pre></body></html>