<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @group General Styles */

body {
	background: #210664;
	margin: 20px;
	text-align: center;
	color: #373737;
	padding: 0px;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 18px;
	padding: 0;
}

p {
}

b, strong {
}


a:link, a:visited {
	color: #0000F0;
	text-decoration: none;
}

a:hover, a:active {
	color: #9999ff;
	
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	width: auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: #333333;
	height: 110px;
	margin-bottom: 15px;
	position: relative;
}


#contentContainer {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	z-index: 10;
}

#contentContainer #content {
	padding: 20px;
	background: #ffffff;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
}

#contentContainer #content i {
color: #d00000;
font-style: normal;
}

#sidebarContainer {
	display: none;
}

#sitestrip {
	background: #f1f1f1;
	border: 1px solid #bdbdbd;
	height: 30px;
	width: 100%;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #0074d8; 
	vertical-align: top;
	padding-top: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}

#sitestrip a, #sitestrip a:visited {
	border: 0;
	vertical-align: top;
}


.ss-img	 {

	margin: -4px 3px 0 3px;
}



#footer {
	text-align: left;
	font: 10px helvetica, arial, sans-serif;
	border: 1px solid #bdbdbd;
	padding: 10px;
	background: #f1f1f1;
}

#footer p {
	color: #ffffff;
	padding-top: 15px;
	padding-left: 20px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
	
/* @end */




/* @group Bread-crumb */

#breadcrumbcontainer {
	font: 10px helvetica, arial, sans-serif;
	text-align: left;
	border: 1px solid #bdbdbd;
	margin-bottom: 15px;
	padding: 10px 0px 10px 0px;
	background: #f1f1f1;
}

#breadcrumbcontainer ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	padding: 0px 0px 0px 20px;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	float: right;
	 border: 2px solid #cccccc;
	 font-size: 80%;
	margin: 10px -10px 1000px 20px;
}

#navcontainer #current {
	color: #333333;
	font-weight: bold;
	background: #f1f1f1;
}


/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #333366;
	text-decoration: none;
	padding-left: 10px; padding-right: 10px;
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

#navcontainer a:hover {
	background: #f9f9f9;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	background: #ffffff;
}

#navcontainer ul ul a {
	color: #150500;
	padding: 0px 0px 0px 30px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	font-weight: bold;
	background: #f9f9f9;
}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
	background: #f9f9f9;
}
/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 50px;
	color: #808080;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	font-weight: bold;
	background: #fdfdfd;
}

#navcontainer ul ul ul .currentAncestor {
	font-weight: bold;
}


/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	color: #999999;
	padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	color: #b3b3b3;
	padding: 0px 0px 0px 90px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	color: #cccccc;
	padding: 0px 0px 0px 110px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	margin: 10px 100px 10px 60px;
}

h1 {
margin-bottom: 10px;
font-size: 250%;
font-style: bold;
line-height: 100%;
}

h2 {
font-size: 150%;
font-style: bold;
margin-top: 20px;
margin-bottom: 10px;
}

h3 {
font-style: bold;
font-size: 120%;
margin-top: 10px;
margin-bottom: 10px;
}

h4 {
}

.imageStyle {
}
	
/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */
</pre></body></html>