html, body {width: 100%; height: 100%; background-color: #C0C090}
A:link {text-decoration: none; color:#3300FA}
A:visited {text-decoration: none; color:#3300FA}
A:active {text-decoration: none; color:#C0C090}
A:hover {text-decoration: underline; color:#808050}
body {margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px;}
p.bold {font-weight: bold;} 

.band_metal{background-color: DarkGray}
.band_gray{background-color: LightGray}
.band_red{background-color: Red}
.band_orange{background-color: Orange}
.band_green{background-color: Green}
.band_yellow{background-color: Yellow}
.band_white{background-color: White}
.band_pblue{background-color: PowderBlue}
.band_lblue{background-color: RoyalBlue}
.band_dblue{background-color: DarkBlue}
.band_brown{background-color: Brown}
.band_purple{background-color: Purple}
.band_black{background-color: Black}


#map {
  position : absolute;
  top: 30px;
  height:570px;
  right: 320px;
  left : 0;
  padding : 3px;
  background-color:black;
}


#textDiv, #formDiv, #aboutDiv, #subDiv {
  position : absolute;
  top : 30px;
  bottom: auto;
  right: 20px;
  width: 280px;
  padding : 3px;
  display:none;
  }

  #header{
   margin-left: auto;
   margin-right: auto;
   text-align:center;
   line-height:30px;
   position:absolute;
   width:100%;
   top:0px;
   height:30px;
   background-color:#90A0B0;
   display:block;
  }
  
  #footer{
  text-align:center;
  font-size:10px;
  }
  

#helpDiv { 
  position : absolute;
  top : 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: 800px;
  padding : 3px;
  display:block;
}
  
    #rssfeed{
   position:absolute;
   top:600px;
   right: 320px;
   left:0;
   height:auto;
   background-color:#90A0B0;
   display:block;
  }
  
  #rsstable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 20px;
	text-align: left;
}

#rsstable th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#rsstable td
{
vertical-align:top;
	color: #669;
	padding: 6px 8px;
}
#rsstable tbody tr:hover td
{
	color: #009;
}



iframe {
    border-width: 0px;
    height: 60px;
    width: 400px;
    vertical-align:top;
}
iframe.hidden {
    visibility: hidden;
    width:0px;
    height:0px;
}

