/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0;
	background:#FFFFFF no-repeat scroll;
	color: #000000;
 }	 
	 
#lh-col{
	position:absolute;
	top:116px;
	left:0;
	width:204px;
	z-index:3;
	color: #000000;
	display: none;
}

#logo{
	position:absolute;
	top:0px;
	right:0;
	width:190px;
	z-index:5;
	color: #000000;
	height: 114px;
	background-color: #FFFFFF;
}

#rh-col{
 position:absolute;
 top:116px;
 right:0;
 width:180px;
 z-index:2;
 color: #000000;}

#c-block {
 width:100%;
 z-index:1;
 color: #000000;
 height:80%;}

#hdr{
 height:72px; 
 width:100%;
 color: #00828C; 
 margin:0;
  }

#stripe{
	height:23px;
	width:560px;
	color: #FFFFFF;
	margin:0;
	background-image: url(images/stripe.jpg);
	background-repeat: no-repeat;
	top: 72px;
  }

#c-col{
	margin:0 185px 0 5px;
	position:relative;
	color: #000000;
	z-index:5;
 }

#ftr {
	width:100%;
	height:22px;
	background:#C3E3E6;
	color: #00828C;
	margin:0;
	padding: 0px;
	text-align: center;
 }
