@charset "utf-8";
/* CSS for Print Version of the Site*/

body {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#wrapper {
	width:100%;
}

#header  { display:none;}

#topnav { display:none;}

#container {
	width:100%;
}

#nav { display:none;}


#logo { display:none;}


#logo2 { display:none;}

#content {
	width:848px;
	padding:15px;
}

#rightcol { display:none;}


#footer { display:none;}

body a:link, body a:visited {
	font-weight: bold;
	text-decoration: none;
}


