body * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 150%;
	font-weight: normal;
	color: #bbbbbb;
	margin: 0px 0px 0px 0px;
	/*padding: 4px 4px 4px 4px;
	border-width: 3px;*/
	}

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

div#header {
	font-weight: bold;
	background: #4e4e4e;
	text-align: center;
	font-size: 35px;
	font-variant: small-caps;
	position: relative;
	padding: 8px 8px 8px 8px;
	}

div#left {
	float: left;
	width: 180px;
	padding: 26px 0 34px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: white;
	}

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

div#footer {
	/* margin-bottom: 10px; */
	font-size: 12px; 
	max-height: 32px;
	overflow: hidden;
	margin-top: 20px;
	padding: 8px 8px 8px 8px;
	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: #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 */

td.heat { color: black; background: #d0f010; border-style: solid; border-width: 1px; border-color: white; }

img {float: right}
span#head1 {font-size: 55px;}
span.small {font-size: 15px;}
span.dots {color:blue;}
h1.slogan {color: blue; height: 50px;}
h1 {font-size: 35px;}
h2 {font-size: 30px;}
h3 {font-size: 25px;}
div#map{ width: 700px; height: 400px; margin: 18px 18px 18px 18px; }
