@charset "utf-8";
/* CSS Document */

.screenonly {
	display:none;
	}
.printonly {
	display:block;
	visibility:visible;
	}
	
#footer {
	text-align:left;
	}
#wrapper {
	width:675px;
	}
#container {
width:675px;
}

#content h2 {
	color:#000;
	}

p, h1, h2, h3, h4, h5, h6 {
color:#000;
}


#content ul li a:link, #content ul li a:visited {
color:#000;
text-decoration:underline;
}

#content a:link, #content a:visited {
color:#000;
text-decoration:underline;
}

#footer p, #footer p a {
color:#000;
}

#slogan {
margin:0 auto;
}
