body {
  margin: 0;
  padding:0;     
  background: #fff;
  color: #333;
	font-family: "Lucida Grande", tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
	line-height: 15px;
  }
	
/* -- Layout -- */
#header {
  width: 100%;
  height: 65px;
  margin: 0;
  border-bottom: 1px dotted #333;
  background: #eee;
  color: #333;
	font-family: "Lucida Grande", tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  }

#toolset {
	padding:2px;
	margin-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border:1px solid #333;
	color:#333;
	background:#eee;
	text-align:center;
	font-size: 11px; 
	}

/* Table Classes */
.grey { background-color: #B2B2B2; padding: 0px; margin: 0px; }
.white { background-color: #fff; }

/* Main Links */
a:link, a:visited {
	font-weight : normal;
	text-decoration :none;
	color: #002127;
	background: transparent;
	}
a:hover {
	font-weight : normal;
	border: none;
	color: #1C4B7F;
	}
a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #526968;
	background: transparent;
	}

/* Forms */
.form {
	color: #000;
	border: 1px dotted #666;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding: 1px;
	margin: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}
html>.form { font-size: x-small; } 

.form-button {
	color: #000;
	background-color: #eee;
	border: 1px solid #666;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}
html>.form-button { font-size: x-small;	}

form {
  margin:0; 
  line-height:1.3em;
  }

select, option, textarea, input { line-height: normal; }
form div img { padding-top: 0px; vertical-align: top; }
.searchtextfield { 
  border: 1px solid #333;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}

.textfield, .button {
  border: 1px solid #333;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}

/* Misc */
img { border: none; }
img.overlayico { border: 1px solid #0C4853; }
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}
table#map img { vertical-align: text-bottom; }
table#map td { line-height: 0; }
table#map td img { vertical-align: bottom; }

#navcontainer { padding: 0px; }
#navlist { 
 list-style: none; 
 }

#navlist ul { margin: 1px; }
.listhigh { background-color: #D8E1BE; margin: 1px; padding-left: 3px;}
#searchbox {
  background:#eee;
	padding:2px;
	margin-right: -8px;
	margin-top: 2px;
	margin-bottom: 2px;
	border:1px solid #333;
	color:#333;
	text-align:center;
	}
select {
 background-color: #EFEFEF;
 color: #333;
 font-size: 85%;
 border:1px solid #333;
}
.textfield {
 font-size: 85%;
 background-color: #eee;
 border: 1px solid #666666;
}
#leftdiv1, #leftdiv2, #leftdiv3 {
  font-size: 11px; 
	line-spacing: 1px;
	padding: 0 2px 0 2px;
	}
#leftdiv1 { border: 1px dotted #38A6BA; background-color: #D9E8EB; text-align: justify; }
#leftdiv2 { border: 1px solid #A2C33B; background-color: #E5ECCF; text-align: center; }
#leftdiv3 { border: 1px dotted #F5932A; background-color: #EEE5DB; text-align: left; }
#leftdiv1 table { font-size: 11px; }
#leftdiv2 table, #toolset table { padding: 0px; }
#leftdiv2 td, #toolset td { font-size: 11px; }
