

/* Hide those you don't want visible */
#auxNav, #mainNav, #subnav, #Footer {
	display: none;
	visibility: hidden;	
	}
.topNav {
	font:Myriad;
	font-size:14px;
	color:#FFFFFF
}
.topNav  a:link, a:visited{
	font:Myriad;
	font-size:14px;
	color:#FFFFFF
}

img {
	border:none;
}
.headline {
	font-weight:bold;
}

#content {
	width: auto;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.clear{clear:both;}
