/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:small;
 background: #b8dc8b;
 color: #4e4e4e;
  }
	
A {

	TEXT-DECORATION:none}

A:link {
	COLOR: #ccc;
	text-decoration: underline;
}

A:visited {
	COLOR: #ccc;
	text-decoration: none;
}
A:active {
	COLOR: #ccc;
	text-decoration: underline;
}
A:hover {
	COLOR: #CCC;
	text-decoration: underline;
}
	 
#hdr{
	position:absolute;
	margin:50px 0px 10px;
	padding:10px 0px 0px 20px;
	background-image: url(../images/whonew.gif);
	height: 100px;
	width: 715px;
	background-repeat: repeat;
	left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

#lh-col{
	position: absolute;
	top: 161px;
	left: 10px;
	width: 335px;
	border: 0px none;
	background: #85B464;
	color: #4e4e4e;
	margin: 0px;
	padding: 20px 20px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 }

#content{
	margin: 20px 20px 20px 220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 0px none;
	background: #666;
	color: #ccc;
	padding: 20px 20px 20px 10px;
	position :absolute;
	width: 340px;
	top: 141px;
	left: 155px;
	font-size: 12px;
 }
