body {
	background-color: #fff;
	color: #2e3436;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
	cursor: pointer;
}

#header {
	margin-left: 160px;
	width: 864px;
	height: 128px;
	background-image: url('sparse-logo.png');
	background-position: center left;
	background-repeat: no-repeat;
	text-align: right;
}

#main-menu {
	position: relative;
	width: 1024px;
	height: 32px;
	background: url('main-menu.png') center center no-repeat;
}
#main-menu ul {
	list-style: none;
	margin: 0;
	margin-left: 12px;
	padding: 0 4px;
}
#main-menu ul li {
	display: inline;
	line-height: 32px;
	padding: 0 16px;
	border-left: 2px solid #fff;
}
#main-menu ul li:first-child {
	border-left: 0;
}
#main-menu ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#main-menu ul li.active {
	color: #1b75bc;
}

#content {
	margin-top: 48px;
	width: 1000px;
	padding-right: 24px;
}
#content #content-frame {
	padding-left: 264px;
	/*width: 720px;*/
}
#content-frame a {
	color: #2e3436;
}
#content-frame p {
	margin: 0;
	margin-bottom: 10pt;
}
#content-frame sup {
	font-size: 6pt;
}
#content-frame .csc-header {
	font-size: 14pt;
	font-weight: bold;
	color: #2e3436;
	border-bottom: 2px solid #2e3436;
	margin-bottom: 4px;
}
#content-frame .csc-header h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #1b75bc;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
#content-frame .csc-header h1.csc-firstHeader {
	font-size: 16pt;
}
#content #content-menu {
	float: left;
	width: 236px;
}
#content-menu ul {
	margin: 0;
	margin-left: 24px;
	padding: 0;
	padding-bottom: 16px;
	list-style: none;
}
#content-menu li.level-1 {
	font-weight: bold;
	padding-bottom: 2px;
	margin-top: 8px;
	margin-bottom: 4px;
	border-bottom: 2px solid #1b75bc;
}
#content-menu li.level-1 a,
#content-menu li.level-2 a {
	text-decoration: none;
}
#content-menu li.level-2 {
	margin: 0;
	margin-top: 8px;
	margin-left: 16px;
	line-height: 14pt;
	font-style: italic;
}
#content-menu li.level-3 {
	margin: 0;
	margin-left: 32px;
	line-height: 14pt;
}
#content-menu a {
	color: #000;
}

#footer {
	clear: both;
	width: 1000px;
	margin-top: 32px;
	margin-bottom: 32px;
	padding-right: 24px;
	text-align: right;
	color: #ccc;
}

