/*----------------------------------------------------------------------------*/
/*                                                                            */
/* 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 - two column (1/2 + 1/2) */

.column1 {
	float:left;
	margin-top:32px;
	margin-right:10px;
	margin-bottom:24px;
	width:385px;
}
.column2 {
	margin-top:32px;
	margin-bottom:24px;
	float:left;
	width:385px;
}
.top12 {
	display:none;
}
.mid12 {
	padding-top:0px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:2px;
	width:361px;
}
.bot12 {
	display:none;
}