@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", Segoe, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: .5in;
	background-color:#FFFFFF;
}
#container { 
	width: 7in !important;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none; /*1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: none;
} 
#header { 
	width: 7in;
	height: 2.3in;
	background: #FFF;
	background-image:url(../images/design/header-print.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	padding: 0px;
} 
#HeaderLinks {
	display:none;
}
#menu {
	display:none;
}
#flash {
	display:none;
}
#sidebar1 {
	display:none !important;
}
#sidebar2 {
	display:none;
}
#mainContent { 
	margin: 0; 
	padding: 0px 10px;
	font-size: 80%;
	vertical-align:top;
} 

#footer { 
	display:none !important;
} 

#mainContent a {
	color:#000000;
	font-weight:normal;
}