div#content
{
	background-color: white; /*#B57575; */
	margin-left: auto;
	margin-right: auto;

	width: auto;
	border: 1px dotted #DDD;
	padding: 0;
	overflow: hidden;
}

div.print_only
{
	display: block;
}

h1#banner_text
{
	display: inline;
	padding: 0 0 0 15px;
	font-weight:500;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

div#banner
{
	display: block;
	background-color: white;
	padding: 5px;
	margin: 0;
	border-bottom: 2px solid #CCCCCC;
}

div#main_menu
{
	text-align: center;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	border-bottom: 2px solid #CCCCCC;
	background-color:  #955555;
	color: white;
}

div#main_menu a
{
	color: white;
	text-decoration: none;
}

div#main_menu a:active
{
	color: white;
	text-decoration: none;
}

div#main_menu a:visited
{
	color: white;
	text-decoration: none;
}

div#footer
{
	display: none;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 700;
}

img#map
{
	border: 1px solid grey;
}

.noprint
{
	display: none;
}

a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}
a:active
{
	text-decoration: none;
	color: #000000;
}
