/* CSS Document */html {	min-width: 100%;	min-height: 100%;}body {	background-color: #581d6b;	text-align: center; /* IE bug fix */		font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;}a, a:visited {	text-decoration: underline;	color: #581E69;}#container {	background-color: white;	margin-left: auto;	margin-right: auto;	text-align: left; /* anti-IE */	width: 640px;}#nav {	text-align: right;	background-image: url("../images/nav/nav_bg.gif");	background-repeat: repeat-x;}#content_container{	padding-top: 10px;	padding-bottom: 3em;	min-height: 350px;}/* IE CSS min-height Workaround \*/* html #content_container {	height: 350px;}/* End Workaround */#sidebar {	width: 300px;	float: left;	padding-left: 10px;}#content {	margin-left: 325px;	padding-right: 30px;}#credit {	font-size: 8pt;	text-align: right;	color: #999999;	padding-right: 30px;	padding-bottom: 10px;}ul.no_bull {	list-style-type: none;}ul#clients_toc {	list-style-type: none;}ul#clients_toc li {	font-weight: bold;}ul#clients_toc li li {	font-weight: normal;}h3 {	padding-bottom: 0px;	margin-bottom: 0px;}h4 {	margin-top: 0px;	padding-top: 0px;}