/* Start of CMSMS style sheet 'print' */
#header_home,
#header_sub,
#left_column,
#credits,
#contact_us_button {
	display:none;
}

#container,
#right_column,
#content {
	width:100%;
	margin:0;
	padding:0;
}

#footer {
	width:100%;
	text-align:center;
}

#print_logo {
	display:block;
}

.table_borders {
	border-collapse:collapse;
	border:1px #CCCCCC solid;
}

.table_borders td {
	border:1px #CCCCCC solid;
}

.float_right_img {
	float:right;
	margin:0 0 10px 10px;
	clear:right;
}

.float_right_imgs {
	float:right;
	margin:0 0 10px 10px;
	clear:right;
	width:250px;
	text-align:center;
}

.float_right_imgs_desc {
	padding:5px;
	font-weight:bold;
}

.img_with_desc {
	width:250px;
	text-align:center;
}

.img_desc {
	padding:10px;
	font-weight:bold;
}
/* End of 'print' */

