/* CSS Document 
  -- main stylesheet for the ISAS site
*/
body {
  font-size: medium;
  font-family: verdana, arial, sans-serif;
  color: #ffffff;
  background: #fff url(../images/top_gradient.gif) repeat-x;
}

h1, h2, h3, h4 {
	color: #194a75;
}

h3 {
	border-bottom: thin solid #577A96;
}

h4 {
	border-bottom: thin dashed #577A96;
	background: #B8E393; 
	width: auto;
}

p, li {
  line-height: 20px;
}

a:link { color: #039; }
a:visited { color: #779}
a:hover { color: #333; }
a:active { color: #000; }

code, samp, kbd {
  font-size: 1.2em;
}

samp {
  color: darkred;
}

kbd {
  color: darkblue;
  font-weight: bold;
}

a.definition {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #039;
}

a, img, table {
	border: 0px;
}

#pimage {
	text-align: center;
}

#note, #warning, #disclaimer {
	font-size: x-small;
}

#site_search {
  font-size: x-small;
  position: absolute;
  top: 72px;
  left: 660px;
  color: #000000;
  z-index: 1;
}

#main {
  display: block;
  position: absolute;
  padding: 0px;
  top: 20px;
  left: 220px;
  margin: 0px;
  width: 700px;
}

#main_header {
  padding: 0px;
  margin: 0px;
  z-index: 0;
}

#main_frame_contents {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0px;
  margin:0px;
  font-family: verdana, arial,sans-serif;
  font-size: small;
  line-height: 25px;
  color: #000000;
}

#blue_block {
  width: 550px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background: #f5f5f5;
  text-align: left;
  line-height: 25px;
  border-width: 1px;
  border-color: #66869f;
  border-style: dashed;
  color: #000000;
}

#side_nav {
  position: absolute;
  top: 80px;
  left: 18px;
  width: 170px;
  height: 750px;
  padding-top: 150px;
  padding-left: 40px;
  background: url(../images/spect_side_nav_02.jpg) top center no-repeat ;
}
