<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color:#670001;
	background-image:url('../images/layout/body-bg.gif');
	background-repeat:repeat-x;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
}


/* Header Section */

#headerWrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#titleContainer {
	width:960px;
	height:65px;
	background-color:#990000;
	border-bottom:solid 3px #fff;
}

#menuContainer {
	position:relative;
	width:960px;
	height:40px;
	background-color: #797979;
	font-size: 80%;
	font-weight:bold;
	color:#fff;
	z-index:300;
}


/* Content Section */

#contentWrapper {
	position:relative;
	width:960px;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	z-index:200;
}

#contentContainer {
	position:relative;
	width:737px;
	float:left;
	background-color: #fff;
	font-size:80%;
	z-index:200;
}

#content {
	position:relative;
	margin: 20px 12px 20px 12px;
	z-index:200;
	overflow: visible;
}


/* Footer Section */

#footerContainer {
	width:960px;
	color:#fff;
	font-size:75%;
}

#footerContainer a:link {
	text-decoration:underline;
	color: #fff;
}

#footerContainer a:visited {
	color: #fff; 
	text-decoration:underline;
}

#footerContainer a:hover {
	color: #fff; 
	text-decoration:none;
}


/* Widget Section */

#widgetContainer {
	width:223px;
	float:left;
	background-color: #c3ced3;
	background-repeat:repeat-x;
}

.widget {
	background-color: #dce2e6;
	font-size:12px;
	padding: 12px;
	line-height:20px;
}

.widget h4 { 
	color:#0063a3; 
	font-weight:bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.widget a {
	text-decoration:none;
}

.widget a:link {
	color: #4b4a4a;
}

.widget a:visited {
	color: #000000; 
}

.widget a:hover {
	color: #990000; 
}

.widget div{
	padding: 5px;
}


/* Search Form */
#search-form {
	position: relative;
	top: 20px;
	background-color:#990000;
	width: 170px;
	float:right;
	font-size: 0.5em;
	font-weight:normal;
}

#search-form form {
	margin: 0;
	padding: 0;
	text-align: right;
}

#search-form label {
	color: #fff;
}

#search-form-query {
	padding: 3px;
	width: 130px;
	border-top: 1px solid #B87071;
	border-left: 1px solid #B87071;
	border-right: 1px solid #B87071;
	border-bottom: 1px solid #B87071;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: #990000;
	vertical-align: middle;
}

#search-form-submit {
	padding: 0px 2px 3px 2px;;
	border-top: 0px solid #990000;
	border-left: 0px solid #990000;
	border-right: 0px solid #990000;
	border-bottom: 0px solid #990000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: #900;
	vertical-align: middle;
	margin-right:5px;
}



/* Element Styling */
.redtext {
	color: #990000;
}



/* SB Navigation Section */

#sbNavContainer {
	width:960px;
	height:40px;
	background-color: #fff;
}

#sbNavSubContainer-left {
	padding-top:8px;
	width:620px;
	float:left;
}

#sbNavSubContainer-left a {
	color: #000000;
	font-family: Lucidagrande,Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#sbNavSubContainer-left a:hover {
	color: #990000;
}

#sbNavSubContainer-right {
	padding-top:13px;
	width:340px;
	float:right;
}




/*-------- New Quick Links Nav --------*/
UL#quicknav {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 2px;
	padding-top: 0px; 
	margin: 0px; 
	list-style-type: none; 
	display:inline; 
	color: #990000; 
	z-index: 40001; 
}

#quicknav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:none;
	color: #990000; 
	text-decoration: none;  
	z-index: 40001; 
}

#quicknav LI A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:none;
	color: #000000; 
	text-decoration: none;  
	z-index: 40001; 
}

#quicknav LI A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:none;
	color: #990000; 
	text-decoration: none;  
	z-index: 40001; 
}

#quicknav LI {
	font-size: 11px; 
	float: left; 
	font-family:Arial, Helvetica, sans-serif; 
	position: relative; 
	background-color: #ffffff; 
	z-index: 40001; 
}

#quicknav LI LI A {
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	z-index: 40001; 
}

#quicknav LI LI A:hover {
	color: #990000;
	z-index: 40001;
}

#quicknav LI LI {
	display: block; 
	float: none; 
	background-color: #ffffff; 
	z-index: 40001;
}

#quicknav LI UL {
	display: none; 
	left: 0px; 
	position: absolute; 
	top: 100%; 
	z-index: 40001;
}

#quicknav LI:hover UL {
	margin-top: 0px; 
	display: block; 
	margin-left: 0px; 
	padding-left: 0px;
	z-index: 40001;
}

#quicknav LI.over UL {
	margin-top: 0px; 
	display: block; 
	margin-left: 0px;
	z-index: 40001;
}

#quicknav li.quicklinkslink {
	text-align: left;
	background-color: #ffffff;
	color: #990000;
}

#quicknav li.quicklinkslink a {
	background-color: #ffffff;
	color: #990000;
}

#quicknav li.quicklinkslink a:visited {
	background-color: #ffffff;
	color: #990000;
}

#quicknav li.quicklinkslink a:hover {
	background-color: #ffffff;
	color: #990000; 
}

#quicknav li.quicklinkssubitem a {
	margin-top: -4px;
	margin-bottom: 0px;
	display: block;
	border:1px solid #cccccc;
	padding: 5px;
	display: block;
	width: 150px;
	text-align: left;
	z-index:40001;
	background-color: #ffffff;
	color: #000000;
}

#quicknav li.quicklinkssubitem a:hover {
	margin-top: -4px;
	margin-bottom: 0px;
	display: block;
	border:1px solid #cccccc;
	padding: 5px;
	display: block;
	width: 150px;
	text-align: left;
	font-weight:normal;
	z-index:40001;
	background-color: #f0f0f0;
	color: #000000;
}

#quicknav li.quicklinkssubitem a:visited {
	margin-top: -4px;
	margin-bottom: 0px;
	display: block;
	border:1px solid #cccccc;
	padding: 5px;
	display: block;
	width: 150px;
	text-align: left;
	font-weight:normal;
	z-index:40001;
	background-color: #ffffff;
	color: #000000;
}
</pre></body></html>