/* Styles used to create the 3-column layout for the home page. */#nav {	display: none;}#maincontent {	padding: 0.2em 3em 1em 3em;	margin-right: 22%;	margin-left: 22%;/*	background-color: white;  */}#memberside, #eventside {	padding: 1.5em;	background-color: #fddec5; 	width: 18%;	border: 0;}#eventside {	position: absolute;	top: 0;	right: 0;}#memberside {	position: absolute;	top: 0;	left: 0;}#motto {	border: 3px solid #900; /* was 1px dotted #f90; */	padding: 0.5em 0.5em;	margin: 1em 25%;	clear: both;	background-color: #fddec5;	text-align: center;	font-family: Goudy, "Goudy Old Style", Garamond, "Garamond Premier Pro", "ITC Garamond", Times, "Times New Roman", serif;	font-size: 120%;	line-height: 150%;	font-style: italic;	font-weight: bold;	color: #900;}@media print {img {	display: inline;}#mainnews {	max-width: none;}}@media handheld {#maincontent {	margin-right: 0;	margin-left: 0;}#memberside, #eventside {	width: auto;	position: relative;	float: none;	top: auto;	left: auto;	right: auto;}}