body * {
	font-family: "Comic Sans MS", Helvetica, Monospace, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #777777;
	}

div#container {
	width: 99%;
	/* max-width: 2000px; */
	min-width: 900px;
	background: white;
	margin: 0 auto;
	text-align: left;
	}

div#header {
	font-size: 30px;
	position: relative;
	height: 100px;
	padding: 8px 8px 8px 8px;
	}

div#panorama {
	position: relative;
	background: url(IM000067.2.JPG) repeat; 
	height: 123px;
	padding: 8px 8px 8px 8px;
	}

div#left {
	float: left;
	width: 180px;
	/* height: 210px; */
	/*background-color: #E0E0E0;*/
	background-color: #FFFFFF;
	padding: 26px 0 34px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4e4e4e;
	}

div#main {
	/*text-align: left;*/
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 182px;
	min-height: 520px;
	padding: 8px 8px 8px 8px;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #4e4e4e;
	}

div#footer {
	/* margin-bottom: 10px; */
	font-size: 12px; 
	/*background-color: #666666;*/
	background-color: #FFFFFF;
	max-height: 32px;
	overflow: hidden;
	margin-top: 20px;
	padding: 8px 8px 8px 8px;
	/*color: white;*/
	color: #666666;
	text-align: center;
}

a.inactive {
	color: #777777; 
	text-decoration: none;
	padding-left: 5px;
	}

a.active {
	color: #222222; 
	text-decoration: none;
	padding-left: 5px;
	}

a.subinactive {
	color: #777777; 
	text-decoration: none;
	padding-left: 16px;
	font-size: 14px; 
	}

a.subactive {
	color: #222222; 
	text-decoration: none;
	padding-left: 16px;
	font-size: 14px; 
	}

a:hover {
	color: blue;
	}

a:active {
	color: #d07010;
	}

input{
	/* font-size: 13px; */
	/* background-color: #989898; */
	background-color: #BBBBBB;
	}

ol {
	list-style: upper-latin;
}

div#changeImage img {
        display:none;
        position:absolute;
        top:12px;
        /*top:14px;*/
	right:20px;
        padding: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
/* site specific definitions */

span#head1 {font-size: 60px; color: gray;}
span.dots {color:blue;}
h1.slogan {color: blue; height: 50px;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
div#map{ width: 700px; height: 400px; margin: 18px 18px 18px 18px; }
