.general {margin: 0px; padding: 0px; border: 0px; font-family: times new roman, times, serif; font-size:medium; background-image: url('graphite.jpg')}

.center     {text-align: center; margin-left: auto; margin-right: auto; width: 840px}
.header     {font-size: 300%; color: #c4c4c4; position: relative; top: 45px; width: 840px; overflow: hidden}
.lineTop    {color: #c0c0c0; position: relative; top: 50px; width: 840px; overflow: hidden}
.imageBand  {position: relative; top: 85px; width: 840px; overflow: hidden}
.continent  {float: left; height: 500px}
.caption    {font-size: 18px; color: #c3c3c3; position: relative; top: 105px; width: 840px; overflow: hidden}
.lineBottom {color: #c0c0c0; position: relative; top: 120px; width: 840px; overflow: hidden}
.footer     {font-family: trebuchet MS, helvetica, sans-serif; font-size: 12px; color: #808080; position: relative; top: 140px; width: 840px; overflow: hidden}

img         { border-style: none; padding: 0px 10px; }
a:link      { text-decoration: underline; color: #c3c3c3;}
a:active    { text-decoration: underline; color: #c3c3c3;}
a:visited   { text-decoration: underline; color: #c3c3c3; }
a:hover     { text-decoration: underline; color: #c3c3c3;}

select {
  display: block;
  width: 100px;
}
select.replaced {
  display: none;
}
ul.selectReplacement {
  background: url(button_top.jpg) top left no-repeat;
  margin: 35px 10px 0px;
  padding: 0;
  height: 1.65em;
  width: 100px;
}
ul.selectReplacement li {
  background: #666666;                    
  color: #c3c3c3;
  cursor: pointer;
  display: none;                            
  font-size: 12px;
  line-height: 1.7em;                       
  list-style: none;                          
  margin: 0;
  padding: 1px 10px;
  width: 80px;
}
ul.selectOpen li {
  display: block;
}
ul.selectReplacement li.selected {
   background: url(button_bottom.jpg) bottom left no-repeat;
   color: #c3c3c3;
   display: block;
}
ul.selectOpen li.selected {
  background: #202020;
  display: block;
}
ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
  background: #202020;
  color: #c3c3c3;
}

