/* Layout Stylesheet */ 		body{		 margin: 0;		 padding:0; 		 background: white;		 color: black;		 font-family: Verdana, Geneva, Arial, sans-serif;		 text-align: center;		 }	 			 		#lh-col{		 position:absolute;		 top:62px;		 left:0;		 width:140px;		 z-index:3;		 background: white;		 color: black;}				#rh-col{		 position:absolute;		 top:62px;		 right:0;		 width:160px;		 z-index:2;		 background: white;		 color: black;}				#c-block {		 width:100%;		 z-index:1;		 background:white;		 color: black;		 }				#hdr{		 height:60px; 		 width:100%; 		 background: white;		 color: black; 		 margin:0;		  }				#c-col{		 margin:0 160px 0 160px;		 position:relative;		 background: white;		 color: black;		 z-index:5;		 }				#ftr {		 width:100%;		 height:35px;		 background: white;		 color: black;		 margin:0;		 }/* Appearance Stylesheet */ .headline	{	font-family: 'Gill Sans','Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;	font-size: 18px;	font-weight: normal;	margin-top:5px;	margin-bottom:0px; 	}.headline-smaller	{	font-family: 'Gill Sans','Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;	font-size: 14px;	font-weight: normal;	margin-top:5px;	margin-bottom:0px; 	}.headline-bigger	{	font-family: 'Gill Sans','Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;	font-size: 28px;	font-weight: normal;	margin-top:5px;	margin-bottom:0px; 	}	.bodytext	{	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;	font-size: 12px;	}	.smalltext	{	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;	font-size: 10px;	}	.black{	color: black;}		a {text-decoration: none }a:link {color: blue}a:visited {color: blue}	a:hover { text-decoration: underline; cursor:hand }img.blackborder {	border: green solid 1px;	}img.floatLeft {     float: left;     margin: 20px; }