/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0;
	background:#FFFFFF;
	color: #660066;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial;

 }	 
	 
#lh-col{
	position:absolute;
	top:151px;
	left:0px;
	width:180px;
	z-index:3;
	background:#E6CCCC;
	color: #660066;
	height: 640px;
}

#rh-col{
	position:absolute;
	top:150px;
	right:0;
	width:160px;
	z-index:2;
	background:#FAFAFA;
	color: #990066;
	font-size: 10pt;

}

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

#hdr{
 height:148px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#E6CCCC;
 color: #660033; 
 margin:0;
  }

#c-col{
	margin:0 160px 0 180px;
	position:relative;
	background:#ffffff;
	color: #660066;
	z-index:5;
	border: solid #000000;
	border-width:0 1px;
	top: 0px;
	font-size: 11pt;
	left: 0px;



 }

#ftr {
	width:100%;
	height:35px;
	border: solid #000000;
	border-width:1px 0;
	background:#FAFAFA;
	color: #990066;
	margin:0;
	font-size: 9pt;
 }
