BODY
{
	BACKGROUND-COLOR: #F4F5FF;
	font-family: Verdana, Tahoma;
	font-size: 15px;
	margin: 0px;

	background-image: url("../Images/jrs_bkgrd4_light.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 25%;	
}

P
{
	line-height: 25px;
}

.instruct
{
	line-height: 20px;
	font-size: 11px;
}

ul 
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: 20px;
}


/* Layers */

#MainImageLayer 
{
	position: absolute;
	left: 10%;
	top: 50px;
	z-index:1;
}

#IntroLayer 
{
	position: absolute;
	left: 10%;
	top: 210px;
	width: 65%;
	z-index: 2;
}

#LinksLayer 
{
	position: absolute;
	top: 210px;
	right: 30px;
	width: 150px;
	boder: 3;
	z-index: 1;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}

#InstructionsHeadingLayer
{
	position: absolute;
	top: 370px;
	left: 10%;
	width: 65%;
	z-index: 5;
	background-color: #999999;
	height: 20px;
	color: #FFFFFF;
	border: thin solid #666666;	
	margin: 1px;	
	padding: 10px;		
}

#InstructionsLayer
{
	position: absolute;
	top: 400px;
	left: 10%;
	width: 65%;
	z-index: 4;
	background-color: #F4F4F4;
	margin: 1px;
	border: thin solid #666666;
	padding: 10px;	
}

