@import url("common.css");

body {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
}

#mainSearch{
    position: absolute;
	top: 37px;
    left: 780px;
  padding:0;
  margin:0;
  z-index: 99;
}
#siteBanner{
	background: transparent url(banner.jpg) top left no-repeat;
}
#siteBanner1{
	background: transparent url(banner.jpg) top left no-repeat;
}

/*form{
  position:absolute;
  top: 55px;
  left: 670px;
  padding:0;
  margin:0;
}*/
#banner{
  background: #003201 url(banner.jpg) top left no-repeat;
  height: 91px;
  position: relative;
  /*z-index: 10;*/
}
#content  a{
  color: #0C618D;
}
#content  a:hover{
  background-color: #e6e5e2;
}
.modtime {
  position: relative;
  float:right; 
  top:-32px;
  font-size: 0.7em;
  color: #666666;
}

#contentWrapper {
  margin-top: 0 !important;
}

#cssdropdown {
  position:absolute;
  top: 3px;
  left: 437px;
  padding:0;
  margin:0;
  z-index:1000;
  list-style: none;
  text-decoration: none;
  font-size: 0.75em;
}
li.headlink{
  display:inline;
}
#cssdropdown a{
  text-decoration: none; color: #2D7104;
}
#cssdropdown a:hover{
  text-decoration: underline; color: black;}
    
li.headlink ul {
  display:none;
  border: 0px solid black;
  width: 250px;
  margin-left: 0px;
  padding-left: 10px;
  list-style: none;
  margin-top:-5px;
}
    
li.headlink:hover ul li{
  display:inline;
}