html, body {
	margin: 0;
	padding: 0;
	background: none !important;
	font: normal .84em/1.4em "sans serif", arial, serif;
	color: #333;
}

/******** Generic Structural Styles ********/

.hotlines {
	display: none !important;
}

#outer {
	width: 520px;
	margin: 0;
	padding: 0;
}

.print_display {
	display: block;
}

#header {  
	display: none;
}

#content {
	width: 520px;
	padding: 0;
	margin: 20px 0 0 0;
	background: none;
}

#left { 
	display: none;
}

#right {
	float: none;
	width: 520px;
	background: none;
}

#tools {
	width: 520px;
	height: 32px;
	padding: 0;
	background: none;
	font: normal .84em/1.4em "sans serif", Times, serif;
}

#main {
	width: 520px;
	float: none;
	padding: 0;
}

#portals {  
	display: none;
}

#footer {
	width: 650px;
	background: none;
}

a {
	text-decoration: underline !important;
	color: #000 !important;
}

a:hover {
	text-decoration: underline;
	color: #000 !important;
}

a:visited {
color: #000 !important;
}

a img {
	border: none;
}

a.active {
	font-weight: bold;
	color: #000 !important;
}

h1 {
	color: #333;
	font: bold 1.8em "sans serif", arial, serif;
	margin: 0 0 0.3em 0;
	padding: 0;
}

h2 {
	color: #333;
	font: bold 1.4em "sans serif", arial, serif;
	margin: 0 0 0.3em 0;
	padding: 0;
}

h2 span {
	height: 1px; 
	width: 1px; 
	position: absolute; 
	overflow: hidden; 
	top: -10px;
}

h3 {
	color: #333;
	margin: 0 0 0.3em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
}

#tools .breadcrumb {
	float: left;
	width: 250px;
}

#tools .breadcrumb .current {
	font-weight: bold;
}


#tools a.agline {
	float: right;
	width: 140px;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4em;
	background: none;
	font-weight: bold;
}

#tools .accessibility {
	display: none;
}


#azindex {
display:none;
}

.breadcrumb {
	display: none !important;
	visibility: hidden;
}

/******** Footer Styles ********/

#footer .wa_link {
	display: none;
}

#footer #footer_content {
	float: none;
	width: 520px;
	padding: 0;
	text-align: left;
}

#footer #footer_content ul {
	display: none;
}

#footer #footer_content p.copyright_statement {
	font-style: italic;
	clear: both;
	margin: 0.5em 0 0 0;
}

#footer #footer_content p.pdf_link {
	display: none;
}


