.highlight{
	color: #F28F5B; /* #FF0033 */
	/*font-weight: bold;*/
	}
.resultsTable{
	border-collapse: collapse;
	line-height: 1.4em;
	}
.resultsTable td{
	font-size: .78em;
	vertical-align: top;
	padding: 3px;
	}
.resultsTable th{
	font-size: .8em;
	/*background-color: #DCEAF4;*/
	padding: 3px;
	text-align: left;
	/*font-weight: normal;*/
	vertical-align: top;
	}
.button{   /* used on the Ajax form */
	border-style: solid;
	border-width: thin;
	border-color: silver;
	background-color: #1577b7;
	color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;		
	cursor: hand;		
	}
.hidden{
	display: none;
	}
.grayBorder{
	border: 1px solid #dcdcdc;
	}
#webform{
	background-color: white;
	}
#showcase td{
	font-size: .78em;
	vertical-align: top;
	padding: 5px;
	line-height: 1.5em;
	}
#sideNavGD{
	float: left;
	position: relative;
	/*width: 150px;*/
	/*padding: 0px 0px 26px 0px;*/
	width: 158px;
	/*border-top: 5px solid #F0EEE9;*/
	}

/* override default GISDay styles to support IE6 */

#content {
	float: right;
	position: relative;
	/*top: -300px;
	left: 25px*/;
	width: 500px;
	/*padding: 0;
	float: left;   these settings are OK
	padding: 26px 0 26px 32px;
	width: 510px;*/
	}