/* PRINT style sheet for kimbriggs.com
/
/ Stop a lot of DIVs from showing
/ Change width of main section to 100%.
/ Use font size in pts instead of pixels */

/* Stuff NOT shown when printing */
#below-nav2, #footer-small, #google-custom, #icons, #MainHead, #MainFoot, .navtrail, .sidebar, #tip-top, #top-level 
{display: none;} 

/********************************************/
/*** GLOBAL SETTINGS to begin the cascade ***/
/********************************************/

html, body {
   background-color: white;
   border: 0;
   color: black;
   font-family: sans-serif;
	font-size: 11pt;
	height: 95%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.main {
   background-color:white;
	color:black;
	border-right:none;
	margin:1em 0;
   padding:0 5px;
   width:100%;
}

table {
	background-color:white;
	color:black;
	margin:0 auto;
	text-align:center;
	width:90%;
}

.terminal   {background-color:white;
            border: 1px solid black;
            color:black;
            margin: 6px auto 6px 20px;
            padding:4px;
            width:90%}