/* Layout Stylesheet */ 

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0; 
	background: url(images/white-background.gif);
 }	 

	 
#lh-col{
	position:absolute;
	top:185px;
	left:0;
	width:160px;
	z-index:3;
	padding-left : 10px;
	background-repeat : repeat;
}


#rh-col{
	position:absolute;
	top:180px;
	right:0;
	width:170px;
	z-index:3;
}


#c-block {
	background: transparent;
	width:100%;
	z-index:1;
	color: #333333;
	height:80%;
}



#hdr{
	height:150px; 
	border-bottom:1px solid #000000; 
	width:100%;
	background:url(images/banner_bkg.jpg); 
	color: #333333; 
	margin:0;
  }

#hdr2{
	height:30px;
	background:url(images/bar-bg.gif);
	color:#A42851;
	border:solid #000000;
	border-width:1px 0px;
	margin:0px 0 0 0;
 }

#c-col{
	margin:0 170px 0 170px;
	position:relative;
	background:#ffffff;
	z-index:5;
	border: solid #003366;
	border-width:0 1px;
 }

#c1-col{
	margin:0 0px 0 170px;
	position:relative;
	background:#ffffff;
	color: #333333;
	z-index:5;
	border: solid #003366;
	border-width:0 1px;
 }

#c0-col{
	margin:0 0px 0 0px;
	position:relative;
	background:#ffffff;
	color: #333333;
	z-index:5;
	border: solid #003366;
	border-width:0 1px;
 }



#ftr {
	width:100%;
	height:30px;
	border: solid #003366;   
	border-width:1px 0px;
	background:url(images/bar-bg.gif) repeat;
	z-index:5;
	margin:0;
 }
