@import url("user.css");
@import url("custom.css");
@import url("default.css");

/* Print stylesheet

Added 7.29.2008
Updated 7.29.2008

*/

body {
text-align: center;
margin: 0 auto;
width: 90%;
}

#print_header {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	display: none;
}

#main_nav {
	display: none;
}

#left_col {
	display: none;
}

#content_container {
	width: 100%;
}

#content_area {
	width: 100%;
}

#right_col {
	display: none;
}

#footer {
	display: none;
}

.hide_print {
	display: none;
}
