/* James M. Gartenberg Memorial Golf Outing  */
/* PRINT STYLES*/
body {
	margin:10px;
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	}	
form {
	margin:15px;
	padding:20px;
	background: #fff;
	}
div#Main p, div#Main h1, div#Main h2, div.info p {
	color: #000;	
	}
h1 {
	font-size: 15px;
	font-weight: bold;
	border-bottom:solid 1px #ccc;
	}
input, select, textarea {
	margin: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	border:0;
	}
input, textarea {
	border-bottom:solid 1px #ccc;
	font-weight:bold;
	}	
.red, .button, .reset, div#header, div#nav, div#sideNav, div#footer, div#copy {
	display:none;
	visibility:hidden;
	}
div.info {
	visibility:visible;
	display: block;
	}
div.friends {
	visibility:hidden;
	display:none;
	}	
div#content {
	border: solid 1px #fff;
	}
div#Main {
	background:#fff;
	width:600px;
	padding:0;
	border:0;
	margin-left:-40px;	
	}
