/*Navigation*/

#navcontainer { 
	position:relative;
	width: 200px; 
	left:5px;
	font-size:0.9em;


}

h2 {font-size:1em;
	font-weight:bold;
	}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
display: block;
padding: 4px;
width: 177px;
height:33px;
background-image:url(../images/button.gif);
background-color:#000000;
color: #ffffff;
text-decoration: none;
padding-left:18px;
}
#navcontainer a.oneline
{
display: block;
padding: 11px;
width: 169px;
height:18px;
background-image:url(../images/button.gif);
background-color:#000000;
color: #ffffff;
text-decoration: none;
padding-left:18px;
}
#navcontainer a:hover 
{
background-image:url(../images/button_over.gif);
background-color:#000000;
color: #fffffc;
text-decoration: none;
}

li.current {
display: block;
padding-left:18px;
padding-top:4px;
width: 182px;
height:37px;	
background-image:url(../images/button_over.gif);
background-color:#000000;
color: #ffffff;
text-decoration: none;
}
li.currentOneLine {
display: block;
padding-left:18px;
padding-top:11px;
width: 182px;
height:29px;	
background-image:url(../images/button_over.gif);
background-color:#000000;
color: #ffffff;
text-decoration: none;
}
li.current2lines {
display: block;
padding-left:18px;
padding-top:4px;
width: 182px;
height:37px;	
background-image:url(../images/button_over.gif);
background-color:#000000;
color: #ffffff;
text-decoration: none;
}



/*Main body*/

html, body 
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #EEF;
	background: url(../images/scrn_7_2.gif) no-repeat;
}
#introduction
{
	position: absolute;
	left: 28px;
	top: 110px;
	width: 735px;
	height: 50px;
	overflow: auto;
}
#links li 
{
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
}
#panelleft 
{
	position : absolute;
	left : -10px;
	top : 45px;
	width : 250px;
	height: 280px;
	visibility : visible;
	z-index : 99;
	font-size: 13px;
	overflow: auto;
}
#panelright {
	position : absolute;
	border: 0px;
	left : 235px;
	top : 35px;
	height: 305px;
	visibility : visible;
	z-index : 99;	
	overflow: auto;
}
ol li {
	list-style-type: decimal;
	font-size:1em;
	color: #E2E2E2;
}

#screen2_4_img {
	position:relative;
	background: no-repeat url(../foundation/images/early_sc2_notext.jpg);
	height:160px;
	width:500px;
	left:10px;
	padding-top:5px;
	}

/*graphics and text spacing*/

img.space {
	width:250px;
	float:left;
	padding-right:20px;
	}

img.space2 {
	width:300px;
	float:left;
	padding-right:15px;
	margin-left:-5px;
	margin-top:-5px;
	

}
img.sc11 {
	float:right;

}
