/*****************************************************
* text-only.css                                      *
*                                                    *
* Stylesheet for Text-Only mode                      *
*                                                    *
*****************************************************/

#audienceAreaLeft
{
	
	float:left;
	width: 180px;	

}
#audienceAreaMiddle
{
padding: 0 190px 0 190px;	
	
	
}
#audienceAreaRight
{

	float:right;
	
	width:180px;
	


}
h1.pagetitle,#pagetitle
{
	margin-top:1%;
}
#footersite
{
	clear:both;
}
div.pagewidth,div#pagewidth{
	
	
	width:expression(document.documentElement.clientWidth < 1023? "100%":"100%");		
	width:100%;
		
}
#logo,#searcharea, #rightcolumn,#myImage,img,div#nav-formatting,div#footerMenu {
	display: none;
	clear: both;
}

#pipe ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#pipe ul li {
	/*margin-left:2px;	*/
	border-left: thin solid #000000;
	list-style: none;
	display: inline; 
	padding-left: 6px;
}

	
	
/**
 * Return to Graphic Mode Area
 */
div#textonlytoparea{	
	background-color: #000000;
	text-align: right;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
div#textonlytopareaFooter
{
	background-color: #000000;
	text-align: right;
	height: 20px;
	left:0;	
	width: 100%;
	z-index: 1;
}


a.textonlytoparea:link, a.textonlytoparea:visited{
	color: #ffffff;
}

div.accessibilitylinks {
	margin: 20px;
}

a, a:link {
	color: #084588;
	text-decoration: none;
}

a:visited {
	color: #027693;
	text-decoration: none;
}

a:hover, a:active {
	color: #82020b;
	text-decoration: underline;
}

	
	div#centercolumn-left, div.centercolumn-left {
	float: left;
	width: 45%;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}

div#centercolumn-right, div.centercolumn-right {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}

	div#centercolumn-full, div.centercolumn-full {
	width: 98%;
	clear: both;
	margin: 0 0 10px 0;
	background-color: #ffffff;

}
.bodytextsmall {
	font-size: 90%;
	
	
}

	
	.line, h2.line, #content h2.line {
	clear: both;
}
@media print{
	div#textonlytoparea,div#textonlytopareaFooter{
		display: none; visibility: hidden;
	}	
} 

	
