body {
font-size: 11pt;
color: #000;
background: #fff;
background-image: none;
text-align: left;	/* for ie5 */
	}

td { /* ie5 */
font-size: 11pt;
color: #000;
 }	
	

/* ========== Turn Off ============= */
#nav, #content .back2top, #containerLnav, .backLink {
	display: none;
	}
 
 
	
/* == Containers == */
#container {
width: 100%; /*750px*/
	height: 100%;
	min-height: 100%;
	margin: 6px auto 0;
	background: transparent;
	text-align: left; /* offset ie5 */
	}

#containerInner {
background-image: none;
	}

/*NO PRINT #containerLnav {
	width: 193px;
	background: transparent;
	}

#content {
	background: transparent;
	margin: 0 12px;
	}
*/	

#containerContent {
float: left;
width: 100%; /*550px*/	
	}
	
/* == end containers == */	

img#logo {
margin-left: 0;
	}	

	
h1 {
margin: 30px 0 14px 0;
	}

	
/* ==== START Content ==== */

h2 { /* header with background img above content */
font-size: 18pt;
margin: 0; 
padding: 0;
color: #000;
	}

h3, h4, h5, h6 { font-size: 12pt; }	

#content ul {
list-style-type: square;
	}
/* end */	

#footer {
font-size: 9pt;
background: #fff;
width: 100%;
	}
/* ==== end content ==== */

