div.noscreen {
	display:none;
}
div.noprint {display:block; }

/***********************************************/
/* See CSS_text for general text formatting    */
/***********************************************/
body {
	text-align: center;
	margin: auto;
	padding: 0;
	width: 790px; 

	}

#pagewrapper {
	text-align: left;
	margin: 10px 10px 0;
	width: 790px;
	height: auto;
	}


/***********************************************/
/* Layout Definitions                          */
/***********************************************/
#header {
	margin: 0;
	padding: 0;
	border-style: none
	}

img#companylogo {
	float: left
	}

img#cornerimage {
	float: right
	}

#header img {
	display: block;
	margin: 0;
	padding: 0
	}

#TOC {
	margin: 0;
	padding: 30px 0 0;
	clear: left
	}

#publogo {
	background-color: #f12900;
	text-align: right;
	padding: 3px 0
	}
#publogo img {
	display:inline;
	vertical-align:text-bottom	}

#tagline {
	text-align: right;
	padding-top: 16px;
	}
.printercaption {
	padding-top:3px;
	font-size:9px;
	color:#333333;
	border-bottom:1px solid #cdcddd;
	float:right;
	}
.printercaption a:link {
	text-decoration:none;	
	}
.printercaption a:visited {
	text-decoration:none;	
	}
	

				
				
#leftnav {
float: left;
width: 130px;
}


			#main {
				color: #111;
				margin: 0 0 0 140px;
				padding: 0 0 0 15px;
				border-left: 1px solid #999
				}
			
			#contentarea {
				color: #111;
				margin: 20px 0 0;
				padding: 0
				}
			
			


/* Hide from IE5-mac \*/

* html #leftnav {
margin-right: 7px;
}

* html main {
height: 1%;
margin-left: 0;
}
* html contentarea {
height: 1%;
margin-left: 0;
}

* html p {	height:1%	}
* html ul {	height:1%	}


/* End IE5/mac hide */

/*** IE5/mac does not have the 3px jog, but does have a version of the float model problem,
so this fix must be hidden from IE5/mac. The comment above with the escape character
just before the closing tag does not close in IE5/mac, hiding the Tan hacks from that browser.
The second comment after the hacks has the effect of "closing" the first comment for IE5/mac. ***/

/*** The right margin on the float in the Tan hack is 3px less than it should be, because of a 
mystery margin added to the float in IE/win when the paragraph has a dimension. ***/


.backtotop {
	text-align: right;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
.fpoarea {
	color:#666;
	font-size:9px;
	background-image:url(../images/SBX_fpo.gif);
	background-repeat:repeat;
	}

#footer {
	color: #111;
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
	width: auto;
	height: auto;
	border-top:4px solid #8516b1;
	}

