

/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0;
	color: #000000;
	font-family: "Palatino Linotype";
	background-color: #FFFFFF;
	text-align: left;
	font-size:12pt
 }	 
	 
A {
  background-color: white;
  color: black;
  letter-spacing: normal;
  font-family: "Palatino Linotype";
  font-weight: normal;
  font-variant: normal;
  font-size: 12pt;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
}

A:hover {
  background-color: white;
  color: #0000FF;
  letter-spacing: normal;
  font-family: "Palatino Linotype";
  font-weight: normal;
  font-variant: normal;
  font-size: 12pt;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
}

#lh-col{
	position:absolute;
	top:62px;
	left:0;
	width:140px;
	z-index:3;
	color: #FFFFFF;
	font-family: "Palatino Linotype";
}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width:140px;
 z-index:2;
 background:#c0c0c0;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#c0c0c0;
 color: #333333;
 height:80%;}

#hdr{
	height:60px;
	border-bottom:1px solid #000000;
	width:100%;
	background:#eeeeee;
	color: #FFFFFF;
	margin:0;
	background-color: #FF0000;
  }

#c-col{
	margin:0 142px 0 142px;
	position:relative;
	background:#ffffff;
	color: #FFFFFF;
	z-index:5;
	border: solid #000000;
	border-width:0 1px;
	background-color: #FF0000;
 }

#ftr {
	width:100%;
	height:35px;
	border: solid #000000;
	border-width:1px 0;
	background:#eeeeee;
	color: #FFFFFF;
	margin:0;
	background-color: #FF0000;
 }
