.out {
  display:block; 
   background:#666666;
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
	text-align:center;
	background:#000000;
	color: #FFFFFF;
	border:1px solid #555;
	position:relative;
	padding:5px;
	font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:5px;
  }
 .lpin {
	left:5px;
  }
/* change to suit */
/*  h4 {font-weight:bold; color:#000;} */
.narrow {width:8em;} 
/* .normal {width:180px;padding:1;} */
.normal {
	width:181px;
	padding:1;	
	position: relative;
	top:auto;
}
/* .wide {width:23em; padding:1;} */
.wide {
	width:670px;
	padding:1;
	position: relative;
	top:auto;
}
.image {width:412px; padding:0;}

A:link {text-decoration: none; color:white;}
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none}
A:hover {color: #666666;
}

.style1 {font-size: 9px}
.style2 {
	font-size: x-small;
	margin-left: -25px;
}
.style4 {font-size: 9px}
.style5 {font-weight: bold}
.style6 {font-weight: bold}
.style7 {font-size: 10px}

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#000000;
 color: #FFFFFF;
 font:90% Verdana,Tahoma,sans-serif;
 }	 
	 
#lh-col{
 position:absolute;
 top:80px;
 left:0;
 width:120px;
 z-index:3;
 background:#000000;
 color: #FFFFFF;
 }

#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:#000000;
 color: #FFFFFF;
 height:80%;}

#hdr{
 height:60px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#666666;
 color: #FFFFFF; 
 margin:0;
  }

#hdr1{
 height:60px; 
 width:100%; 
 color: #FFFFFF; 
 z-index:-10;
 margin:0;
  }

#c-col{
 margin:0 0 0 120px;
 position:static;
 background:#000000;
 color: #FFFFFF;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:20px;
 border: solid #000000; 
 border-width:1px 0;
 background:#000000;
 color: #FFFFFF;
 margin:0;
 font-size: 9px;
 }
