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


#nav_group,
#feature_container,
#inside_feature_container,
.inside_feature_group,
.feature_group,
.feature_text,
.sub_feature_text,
#top_tabs,
#top_links,
#right,
#right2,
#bottom,
.header
{
	display: none;
}



#logo:after {
	content: url(/images/logo.gif);
}


#page a:link:after, #page a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-style: italic;
   color: #666666;
   }

#copyright {
	color: #000;
}

body,
#container_main,
#top,
#top_bg,
#shaodw,
#container,
#bottom,
#bottom_bg,
#page,
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background: none;
	background: white;
	font-size: 12pt;
}

#left {
	float: none;
	width: 100%;
}

#print_title {
	display: block;
}

#print_title h2 {
	font-size: 18px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}

p.credit {
	float: none;
	text-align: left;
}