

/* Layout Stylesheet */ 
body{
	margin: 0;
	padding: 0;
	background: white;
	color: Navy;
}	 

#tpnv{
		background: White left;
	font-size: small;
	font-family: "Arial Black";
	text-decoration: none;
	color: #3333FF;
}
	 
#lh-col{
	position: absolute;
	top: 108px;
	left: 0;
	width: 160px;
	z-index: 3;
	background: White left;
	font-size: small;
	font-family: "Arial Black";
	text-decoration: none;
	color: Green;
}

#rh-col{
	position: absolute;
	top: 105px;
	right: 0;
	width: 140px;
	z-index: 2;
	background: white;
	color: White;
}

#c-block {
	width: 100%;
	z-index: 1;
	background: white;
	color: #Navy;
	height: 80%;
	border-left: thin Green;
}

#hdr{
	width: 750px;
	height: 85px;
	border-bottom: 0 px solid #000000;
	width: 100%;
	background: white;
	color: White;
	margin: 0;
}

#c-col{
	top: 10px;
	margin: 0 142px 0 142px;
	position: relative;
	background: white;
	color: #Navy;
	z-index: 5;
	border-width: 5px thin;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 3%;
	padding-right: 3%;
	border-left: thin Green;
	border: medium;
}

#ftr {
	width: 100%;
	height: 35px;
	border-width: px 0;
	background: white;
	color: Navy;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
