/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 } 
 
#lh-col{
	position: absolute;
	top: 136px;
	left: 0px;
	width: 180px;
	color: #333333;
	margin: 0;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/leftColumnPadding.gif);
 }

#rh-col{
	position: absolute;
	top: 136px;
	right: 0px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

#hdr{
	height:60px;
	background:#eeeeee;
	color:#333333;
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 } 
      
#c-col{
	position: relative;
	margin: 0 181px 20px 181px;
	background: #ffffff;
	color: #333333;
	padding: 20px;
	z-index: 3;
	top: 136px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 #header-lh-col {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 135px;
	z-index: 1;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerLinks {
	top: 68px;
	margin-bottom: 69px;

}
