

/* Hide those you don't want visible */
#auxNav, .mainNav, .subnav, #footer ul, #searchbg, .roundbottom, .subPromobar {
	display: none !important;
	visibility: hidden !important;	
	}

.maintitle{
	font-size:19px;
	font-weight:bold;
	color: #3596af;
    padding-top: 10px;
    padding-bottom: 7px;
	display:block;

}
#branding {
	float:left;
	width:200px;
}
.pageTitle {
	font-size:18px;
	font-weight:bold;
	padding-top:25px;
	clear:both;
	display:block;
}
#Copy {
	clear:both;
	margin-top:20px;
}
img {
	border:none;
}
.headline {
	font-weight:bold;
}
#content {
	width: auto;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

.footer {
	padding-top:40px;
}
a:link, a:visited {
	color: #0a7caf;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.clear{clear:both;}