/* CSS Style Sheet for printer styles and position */

/* BASIC ELEMENTS */

a.nav:link { 
	text-decoration: none; 
	color: #606060;
	}
a.nav:visited { 
	text-decoration: none; 
	color: #606060;
	}
a.nav:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
body { 
	background: #FFFFFF; 
	text-align: center;
	color: #000000;
	}
h1 {
	font-family: arial, sans-serif;
	}
h2 {
	font-family: arial, sans-serif;
	}
h3 {
	font-family: arial, sans-serif;
	}


/* SPECIFIC divS */

#container { 
	width: 100%; 
	border: 0px;
	background: #ffffff; 
	}

#header { 
	display:none;
	}

#header-logo { 
	display:none;
	}

#header-nav { 
	display:none;
	}

#header-nav-section { 
	display:none;
	}

#header-nav-section-pad { 
	display:none;
	}

#header-nav-section-nav { 
	display:none;
	}

#body { 
	width: 100%;
	}

#body-nav { 
	display:none;
	}

#body-nav-pad { 
	display:none;
	}

#body-copy { 
	width: 100%;
	}

#body-copy-headline { 
	width: 100%;
	}

#body-copy-headline-pad { /* nested to avoid problems with broken-box model in IE5 */
	padding: 5px 20px 0px 30px;
	text-align: left;
	}

#body-copy-story { 
    width: 100%; 
	}

#body-copy-story-pad { /* nested to avoid problems with broken-box model in IE5 */
	padding: 0px 20px 0px 30px; 
	text-align: left;
	}

#footer { 
	width: 100%;
	}

#footer-pad { /* nested to avoid problems with broken-box model in IE5 */
	padding: 30px 0px 20px 0px; 
	font: 10px verdana, sans-serif; 
	line-height: 18px;
	text-align: center; 
	}
