/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2007 by color:gray. All Rights Reserved.    		          */
/*                                                                            */
/* No part of this publication may be reproduced, transmitted, transcribed    */
/* or stored in a retrieval system without the prior written authorization	  */
/* of color:gray.      														  */
/*                                                                            */
/* CSS        : print.css                                                     */
/*                                                                            */
/* Description: Print Cascading Style Sheet for site (for print)              */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  July'07  A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* body - three column (1/3 + 1/3 + 1/3) */

.column1 {
	float:left;
	margin-top:32px;
	margin-right:8px;
	margin-bottom:24px;
	width:255px;
}
.column2 {
	float:left;
	margin-top:32px;
	margin-right:8px;
	margin-bottom:24px;
	width:255px;
}
.column3 {
	margin-top:32px;
	margin-bottom:24px;
	float:left;
	width:255px;
}
.top13 {
	display:none;
}
.mid13 {
	padding-top:0px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:2px;
	width:231px;
}
.bot13 {
	display:none;	
}
