

/* turn off items so they don't print. */


.noprint {
	display: none;
}

body{
	background:#fff;
}

#container {
	width: 100%;
	margin: 0 auto;
	border-left:0;
	border-right:0; 
	background: #fff;
	/* text-align left for IE 5.5 (see body style above) */
	text-align: left;
}


#maincontent {
	margin-top: 5px;
	margin-right:10px;
	padding: 0 20px;
	background: #fff;
	border-left: 0;
	width:95%;
}

#header {
	background: #fff;
	border-bottom: 1px solid #c9e0ee;
	height: 68px;
	padding: 20px 0 0 0;
}



