

#Header, #SiteNav, #preferences	{
	display: none;
	}
#MainText 	{
	position: relative;
	left: 0;
	top: 0;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	}
#MainText .padder 	{
	margin: 0 !important;
	}
	
#SubNav 	{
	position: relative;
	left: 0;
	top: 0;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	border-style: solid;
	border-color:  #000;
	border-width: 1px 0 0 0;
	}
#SubNav .padder 	{
	margin: 0 !important;
	}

a, a:link,a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0px;
}

a.target  {
	text-decoration: none;
}

#SubNav a, #SubNav li.active li a, #SubNav li.active li.active li a {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}


