	body
	{ 
	background-color: #333333; 
	margin: 0 0 0 0;
	}
	
	p
	{
	font: normal .35cm verdana; 
	line-height: 12pt; 
	}
	
	div#container
	{
	position: relative;
	border: 0px red solid;
	width: 977px;
	height: 100%;
	margin: 0 auto;
	left: 50%;
	margin-left: -489px;
	}
	
	div#content
	{
	position: absolute;
	top: 15px;
	border: 0px red solid;
	width: 977px;

	}

	div#top
	{
	position: relative;
	border: 0px green solid;
	width: 100%;
	height: 109px;
	background-image: url('images/csibanner.gif');
	top: 0px;
	left: 0px;
	}
	
	div#locationlink
	{
	position: absolute;
	border: 0px green solid;
	width: 214px;
	height: 109px;
	right: 0px;
	}
	
	div#navregion
	{
	position: relative;
	border: 0px green solid;
	width: 977px;
	height: 34px;
	text-align: center;
	font: 13pt sans-serif;
	font-weight: bold;
	color: ededed;
	background-image: url('images/navback.gif');
	top: 0;
	left: 0;

	}
	div#contactbar
	{
	position: relative;
	border: 0px green solid;
	width: 100%;
	height: 19px;
	background-image: url('images/contactbar.gif');
	}
	div#middle
	{
	position: relative;
	border: 0px green solid;
	width: 100%;
	height: 379px;
	min-height: 379px;
	background-image: url('images/indexbody.jpg');
	}
	
	div#indextext
	{
	position: absolute;
	border: 0px green solid;
	width: 300px;
	height: 200px;
	top: 120px;
	left: 80px;
	
	font: 11pt sans-serif;
	line-height: 16pt;
	color:#333333;
	}
	
	
	div#bottom
	{
	position: relative;
	border: 0px green solid;
	width: 100%;
	height: 38px;
	background-image: url('images/indexbottom.gif');
	}
	
	div#footer
	{
	position: relative;
	border: 0px green solid;
	width: 100%;
	top: 4;
	height: 25px;
	text-align: center;
	font: 11pt sans-serif;
	color: #CCCCCC;
	line-height: 16pt;
	}
	

	#nav 
	{
	margin:0;
	padding:0;
	float: left;
	width: 100%;
	}
	
	
	#nav a:hover 
	{
	color:#000;
	background: url(images/hoverback.gif);
	}
	
	a:link, a:visited
	{
	color:#FF0000;
	font: 11pt sans-serif;
	text-decoration: udnerline;
	}
	
	a:hover
	{
	color: #FF9900;
	}
	


