<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */
/*  VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV   */
/*  GENERAL FORMATTING FOR PAGE ATTRIBUTES   */
/*  VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV   */
/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */


.html,body {
	background-image: url(images/bg-repeater.png);
	background-repeat:repeat;
	position:relative;
	height:100%;
}

.container {
	position:absolute;
	height:100%;
	margin-left:50%;
	left:-407px;
	width:816px;
	margin-bottom:8px;
	alignment-adjust:middle;
}

.header {
	background-image:url(images/header-bg.png);
	height:88px;
	width:800px;
	alignment-adjust:middle;
	background-repeat:no-repeat;
}

.nav-bar {
	background-image:url(images/nav-bar.png);
	background-repeat:no-repeat;
	height:25px;
	width:800px;
	margin-top:-1px;
}

.content-wrapper-top {
	background-image: url(images/body-bg-top.png);
	background-repeat:no-repeat;
	margin-top:15px;
	padding-top:1px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:-8px;
}

.content {
	margin-top:-15px;
	width:800px;
	margin-bottom:25px;
}

.content-actual {
	margin- bottom:20px;
	background-color:#FFF;
	margin-left:8px;
	padding-left:15px;
	padding-right:15px;
	min-height:600px;
	margin-top:15px;
}

.content-pane2 {
	width:48.9em;
	float:right;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
	background-image:url(images/content-divider.png);
	background-position:left;
	background-repeat:repeat-y;
	min-height:225px;
	text-align: center;
}

.content-wrapper-bottom {
	background-image:url(images/body-bg-bottom.png);
	background-repeat: no-repeat;
	height:147px;
	margin-top:-130px;
	margin-left:3px;
	width:812px;
	alignment-baseline:baseline;
}

.footer {
	alignment-baseline:baseline;
	font-size:10px;
	padding-bottom:5px;
}

a.footer:link {
	color:#000; text-decoration: underline; 
}

a.footer:visited {
	color:#000; text-decoration: underline ; 
}

a.footer:hover {
	color:#333; text-decoration: underline; 
}

a.footer:active {
	color:#000; 
}

.a:focus, a:active {
	outline:0;
	-moz-outline:0;
}

.links {
	float:right;
	padding-top:80px;
	z-index:-1;
}

.body-bg-splash {
	background-image:url(images/body-bg-splash.png);
	width:805px;
	height:507px;
	z-index:-3;
	background-repeat:no-repeat;
	margin-top:15px;
}



/* */ /* */ /* */ /* */ /* */ /* */ /* */ 
/*   VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV    */
/*   FORMATTING FOR DROP-DOWN MENUS    */
/*   VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV    */
/* */ /* */ /* */ /* */ /* */ /* */ /* */



.menu5 {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	font-size:10px;
	height:2.5em;
	margin:0;
	list-style-type:none;
}

.menu5 ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu5 li {
	float:left;
	position:relative;
}

.menu5 li a, .menu5 li a:visited {
	display:block;
	text-decoration:none;
	width:auto; color:#000;
	float:left;
	height:3em;
	line-height:3em;
	color:#000; 
}

.menu5 li a.drop, .menu5 li a.drop:visited {
	font-weight:0;
}

.menu5 li ul {
	visibility:hidden;
	position:absolute;
	top:2.5em;
	height:0;
	overflow:hidden;
	text-align:center;
	alignment-adjust:middle;
}

.menu5 table {
	margin:-1px;
	border-collapse:collapse;
	font-size:12px;
	text-align:center;
}

.menu5 li:hover a,
.menu5 li a:hover {
	border:0;
	text-align:center;
}

.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible;
	height:auto;
	width:153px;
	background-image:url(images/menu-bg.png);
	border:2px solid #FFF;
	text-align:right;
	margin-top:-2px;
	margin-left:0.25em;
	padding-left:2px;
}

.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	display:block;
	color:#FFF;
	font-size:12px;
	text-align:center;
	width:153px;
	background:transparent;
	text-decoration:none;
	height:auto;
	line-height:30px;
}

.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
	font-weight:0;
}

.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0;
	height:0;
	overflow:hidden;
}

.menu5 li.drop:hover,
.menu5 li.drop a:hover li.drop a:hover {
	background-image:url(images/menu-highlight.png);
	background-repeat:no-repeat;
}

.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
	visibility:visible;
	color:#000;
	border:1px solid #000;
	height:auto;
	width:9.5em;
} 

.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
	display:block;
	height:auto;
}

.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
	text-decoration:underline;
}
</pre></body></html>