/*base overwrite*/
		#wrapper
		{
			padding-bottom:37px;
			background-image:url('/library/11/footer.gif');
			background-position:bottom;
			background-repeat:no-repeat;			
		}

/*Subnav*/
		#subnav ul
		{
			margin:0px;
			padding:0px;
		}
		#subnav li
		{
			line-height:23px;
			padding-bottom:2px;
			background-image:url('/library/8/footer.gif');
			background-position:bottom;
			background-repeat:no-repeat;
			width:171px;
		}
		#subnav a
		{
			color:black;
			font-size:11px;
			padding-left:10px;
		}
		#subnav a:hover
		{
			font-weight:bold;
			text-decoration:underline;
		}		
		#subnav a.selected
		{
			font-weight:bold;
			text-decoration:underline;
		}
/*Content*/
		#conentwrap
		{
			margin-top:0px;
		}
		#content
		{
			background-color:black;
			padding:10px;
		}		
/*Columns*/
		#colwraper
		{
			background-image:url('/library/10/columnbackground.gif');
		}
		#rightcol
		{
			float:right;
			width:553px;
		}
		#leftcol
		{			
			float:left;
			width:171px;
		}
/*Footer*/
		#contactinfo
		{
			background-image:url('library/6/contactinfo.gif');
			height:25px;			
			width:163px;			
			float:left;
		}
		#lisa
		{
			background-image:url('library/5/lisa.gif');
			height:25px;			
			width:134px;			
			float:left;
		}		
		
