<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* All decorative, app-specific css goes in this file */

body.jc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../img/bg_grad.gif) repeat-x top left #cbd3db;
	color: #333;
}
.jc p {
	line-height: 180%;
	padding: 0 0 20px 0;
}
.jc ul {
	padding: 0 0 0 15px;
	list-style-type: square;
	font-size: 11px;
}
.jc ul li {
	padding: 0 0 2px 0;
}
.jc #main {
	height:100%;
	padding:0;
	margin:0;
}
/* IE needs position:relative; to make pie work properly. */
.ie7 .pie,.ie8 .pie,.ie9 .pie {
	position:relative;
}
.jc h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}
.jc .leftCol {
	background: #fdfcfa;
	padding: 25px;
	margin: -20px 0 0 0;
	z-index: 1;
}
.jc .rightCol {
		margin: -20px 0 20px 0;
	background: #f4f5f6;
	padding: 25px 20px 10px 20px;
		font-size: .9em;
}
.jc .contact {
	background: #000;
	color: #fff;
	padding: 5px 20px;
	font-size: .9em;
}
.jc .contact h2 {
	padding: 0;
}
.jc .contact a:link, .jc .contact a:visited  {
	color: #fff;
	text-decoration: underline;
}
.jc .contact a:hover  {
	text-decoration: none;
}
.jc .contact p  {
	padding:0;
}
.jc footer  {
	margin: 30px 0;
	padding: 0 0 0 10px;
	font-size: .8em;
}</pre></body></html>