<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #000000;
}

a
{
	color: #c80000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #c80000;
	text-decoration: underline;
}

h1
{
	font-size: 30px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #467500;
	font-weight: normal;
	letter-spacing: -1px;
}

h2
{
	font-size: 20px; 
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #000000;
	letter-spacing: -1px;
}

hr
{
	color: #c5c8be;
	height: 1px;
	clear: both;
}

.eyeCandy
{
	border: 1px solid #d9dbd3; 
	border-top: 10px solid #d9dbd3;
	border-bottom: 10px solid #d9dbd3;
	background: #ffffff;
	padding: 1px;
	float: right;
	margin: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}
.clear
{
	clear: both;
}

.outterBand
{
	height: 20px;
	background: #5b5c58;
	color: #c0c2ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}

.navSubWrapper
{
	width: 300px; 
	float: right; 
	margin-left: 20px; 
	margin-bottom: 20px;
	margin-top: 30px;
}

.navSubItem
{
	margin: 1px; padding: 5px; border: 0px solid #c5c8be;
}

.highlightSub
{
	background: #9bc102;
	color: #ffffff;
}

.highlightSub a
{
	color: #ffffff;
}

#footBand
{
	background: #eaece6;
	border-bottom: 10px solid #c5c8be;
	padding: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b5c58;
}

#footBand a
{
	color: #7e6b00;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
}

#headLogo
{
	background-image: url('../images/strategy_group_head.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
}
#mainNav
{
	background: #6d9236;
	background-image: url('../images/bkgMainNav.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	margin: auto;
	width: 900px;
	padding: 0;
	padding-top: 15px;
}
#mainNavLinks a.highlighted
{
	background-image: url('../images/aHighlight.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainNavLinks a
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	padding-left: 23px;
	padding-right: 23px;
	height: 28px;
}

#contentWrapper
{
	padding: 20px;
	margin-bottom: 40px;
}

</pre></body></html>