/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background: white;

 color: black;
 }	 
	 
#lh-col{
	position:absolute;
	top:143px;
	left:0;
	width:140px;
	z-index:0;
	background: white;
	 background-image: url(images/homepagebkgrnd.jpg);
	color: white;
	
}

#rh-col{
 position:absolute;
 top:143px;
 right:0;
 width:140px;
 z-index:0;
 background:white;
  background-image: url(images/homepagebkgrnd.jpg);
 color: black;}

#c-block {
 width:100%;
 z-index:1;
 background:white;
  background-image: url(images/homepagebkgrnd.jpg);
 color: black;
 height:80%;}

#hdr{
 height:141px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:white;
 background-image: url(images/homepagebkgrnd.jpg);
 color: black; 
 margin:0;
  }

#c-col{
	margin:0 142px 0 142px;
	position:relative;
	background:6666ff;
	color: black;
	z-index:5;
	border: solid #000000;
	border-width:0 1px;
	background-color: white;
	 background-image: url(images/homepagebkgrnd.jpg);
 }

#ftr {
 width:100%;
 height:55px;
 border: solid #000000; 
 border-width:1px 0;
 background:white;
 background-image: url(images/homepagebkgrnd.jpg);
 color: #333333;
 margin:0;
 }
