body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a:link, a:visited {
	font-weight: bold;
	color:#036886;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#036886;
	margin-left:10px;
	margin-top:0px;
}

h2 {
font-size:1.2em;
display:inline;
margin-bottom:0;
}

h3{
  color:#CC9999;
	color:#036886;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color:#036886;
}

.menubar, .menubar a:link, .menubar a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}

.menubar a:hover {
	font-weight: bold;
	color: #23E9F9;
	text-align: center;
	text-decoration:none;
}

.boldblue {
	font-weight: bold;
	color:#036886;
}

p {
margin-left:10px;
margin-right:10px;
}

table.main{
  width:500px;
  background-color:white;
  margin-top:0;
}

.container {
	color:blue;
  position: absolute; 
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99;
	margin:0 0 0 0;
}

.center {
  /* take element out of the normal page flow! */
  position: relative;
  /* position the element vertically using top or bottom
     and define width as you like:                       */
  width: 400px;   
	height: 400px;
  /* set left and right to the same value! */
  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: auto;
	margin-top: 100px;
  margin-right: auto;
  /* mark this element visually prominent */
  background:white;
}
.blueLink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.grayed {
	color: silver;
}

.shield {
	color:blue;
  position: absolute; 
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0 0 0 0;
	background-color:white;
	opacity:.5;
	filter:alpha(opacity=50);
}

/* styles added for smallview/maps */
.dropdown {background-color:#00FF66;color:white;font-size:1em;font-weight:bold;}
.inputContainer{position:relative;margin:0 0 0 0;}
.innerInput{position:absolute;}
.hidden{border:thin solid black;background-color:white;position:absolute;max-width:300px;width:140px;top:1.6em;display:none;overflow:auto;max-height:300px;z-index:100}
.info{margin-left:20;}
.label{width:auto;height:auto}
.input{padding:0 0 0 0;width:100px;height:25px;}
/*******************************/
