div.copy-container
{
	float: left;
	width: 790px;
	padding-left: 210px;
}


div.heading
{
	margin-top: 7px;
	float: left;
	width: 790px;
	height: 30px;
	background: #a30046;
	color: #fcb040;
	font-size: 15pt;
	font-weight: bold;
	font-family: Arial;
}

div.heading div
{	
	float: left;
	margin: 4px 0px 0px 15px;
}

div.heading img
{
	float: right;
}

div.main-content
{
	float: left;
	width: 790px;
	
	height: 540px;
	background: #ffc423;
	border-bottom: solid 11px #ffd166;
}

div.main-content div.copy
{
	float: left;
	width: 420px;
	padding: 15px;
	padding-left: 20px;
	font-size: 8pt;
	color: #525a60;
	line-height: 16px;
}

div.main-content span.heading
{
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;
	color: #a30046;
}

div.navigator
{
	float: left;
	background: #ffe5aa;
	width: 245px;
	height: 440px;
	font-size: 8pt;
	padding: 15px;
	font-weight: bold;
	
}

div.navigator .affiliation
{
	color: #5d666d;
	font-weight: normal;
}

div.navigator a.selected
{
	color: #a62650;
}

div.navigator a.notselected
{
	color: #000;
}

div.process-scrollbox
{
	float: left;
	width: 490px;
	
	margin-left: 15px;
	background: #ffe5aa;
	
	border-bottom: solid 4px #ffc539;
}

div#scrollcontent
{
	float: left;
	width: 468px;
	overflow: hidden;
	font-size: 8pt;
	line-height: 15px;
	/*height: 515px; #defined in HTML for JS compatability */
	color: #5e656b;
}

div#scrollcontent a
{
	color: #a62650;
	text-decoration: underline;
}

div#scrollcontent span.heading
{
	color: #a62650;
	font-size: 13pt;
	font-family: Verdana;
	font-weight: bold;	
	line-height: normal;
}

div#scrollcontent span.heading span
{
	color: #717980;
	font-size: 11pt;
}

div#scrollcontent span.subheading
{
	font-weight: bold;
}

div#scroller
{
	float: left;
	width: 22px;
	background: #c4cacf;
	height: 100%;
}

img.arrow-up
{
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 0px;
	cursor: pointer;
}

img.arrow-down
{
	margin-top: 0px;
	margin-left: 4px;
	cursor: pointer;
}

div#track
{
	width: 14px;
	height: 428px;
	background: #b4b9be;
	margin-left: 4px;
}

div#slider
{
	width: 14px;
	height: 40px;
	background: #6f767a;
	cursor: pointer;
}