/* CSS Document */

/* Print styles */

/* body {
	background: white;
	font-size: 12pt;
	font-family: Georgia, Times New Roman, Times, serif;
	} */
	
#threeleftcol, #leftcolnav {
	display: none;
}

#threemidcol, #rightcolcontent, #rightcolimagegallery, #threemidcolpatrons {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#topnav {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #000066;
	font-weight: bold;
	clear: both;
}

#topnav li {
	list-style: none;
	margin: 0;
	display: inline;
}

#topnav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: none;
	border-left: 1px solid #000066;
	background: #ECECFE;
	text-decoration: none;
}

#topnav li a:link { color: #000066; }
#topnav li a:visited { color: #000066; }
#topnav li a:hover {
	color: #FFFFFF;
	background: #666699;
	border-color: #000066;
}

#topnav li a#current {
	color: #000066;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#topnav li#current a:hover {
	background: #666699;
	color: #000066;
	border-bottom: 2px solid white;
}

#topnav li#first {
	margin-left: 1em;
}

.gemimages {
	float: none;
	width: 90%;
	height: auto;
}