/* Compliance Club *//* here we'll set up the basic screen layout*/body {	margin: 10px;	background-color: #FFFFFF;}div#masthead {	width: 617px;	height: 80px;}div#banner {	float: left;	width: 617px;	height: 80px;}div#search {	display: none;}div#menu {	display: none;}div#content {	width: 617px;	float: left;	margin-top: 17px;	margin-bottom: 25px;}div#edcontent {	width: 617px;	float: left;	margin-top: 17px;	margin-bottom: 25px;}div#rightcol {	display: none;}/*next up is the content styling*/div#content h1,h2,h3,h4,h5,h6 {	font-family: "Times New Roman", Times, serif	color: #000000;	margin: 6px 0px 2px 0px;}div#edcontent h1,h2,h3,h4,h5,h6 {	font-family: "Times New Roman", Times, serif	color: #000000;	margin: 6px 0px 2px 0px;}div#content h1 { font-size: 22px; }div#content h2 { font-size: 18px; }div#content h3 { font-size: 14px; }div#content h4 { font-size: 11px; }div#content h5 { font-size: 10.5px; }div#content p {	font-family: "Times New Roman", Times, serif	font-size: 12px;	font-weight: normal;	line-height: 20px;	color: #000000;	margin: 2px 0px 6px 0px;}div#content li {	font-family: "Times New Roman", Times, serif	font-size: 12px;	font-weight: normal;	line-height: 20px;	color: #000000;	margin: 2px 0px 6px 0px;}