/*
   Base Style Sheet 
*/

@import url(navbar.css);  /* CSS for navigation menu. */
@import url(docs.css);    /* CSS for the Documentation. */

html, body {
  line-height:     120%;
  color:           black;
  background:      white;
  font-weight:     normal;
  font-family: 	   sans-serif;
  font-style:      normal;
  text-decoration: none;
  margin:  0;
  padding: 0;
  border:  0;
}

div#main {
  padding-top: 1em;
/*   margin-right: 7.6em; */ /* no need for this without the righthand bar */
  margin: 0;
}

div#main p, div#main dt {
  padding-left: 1em;
  padding-right: 1em;
}

dt {
  margin-top: 1em;
}

a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */

a:link, a:visited {
  color: Brown;
}

a:hover {
  color: Brown;
  background-color: DarkSalmon;
}

a:active {
  color: red;
  background-color: yellow;
}

img {vertical-align: middle}

address img {
  float: right;
  width: 88px;
}

address {
  padding-right:    1em;
  padding-left:     1em;
  margin-top:       3em;
  border-top:       1px solid black;
  background-color: #eee;
  clear:            right;
}

address {
  /*background-image: url(./back.png);  */
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 50px;
  background-position: center;
}

/* Various header(ish) things. Definitions cribbed from the CORE Styles. */
h1 {
  font-family: sans-serif;
  font-size-adjust: .53;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #053188;
}

#banner h1 {font-size: 1.3em;
display: inline
}

#banner {
	background-attachment: scroll;
	height: 170px;                
	background-position: left;  
	/*margin:0; padding:0;   */
	margin-top : 0.2em;
	margin-left : 0.2em;
	margin-right : 0.2em;
	border-bottom: 1px solid black;
	background-image: url(kpogre.png);
  	background-repeat: no-repeat;
}

#banner #versioninfo {
  font-size: small;
  color: DarkRed;
  
}

#banner img {
  float: right;
}

h1#title {
  /*background-color: #eee; 
  border-bottom: 1px solid black; 
  padding: .25em;    */
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 1.5em;
  margin-right : 5em;
  color: DarkRed;
}

h1, h2, h3, h4, h5, h6, dt {
  font-family: sans-serif;
  /*font-size-adjust: .53;*/
}

h2 {
  font-size: 1.0em;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 1em;
  margin-left : 0em;
  margin-right : 0em;
  padding: .2em;
  line-height: 120%;
  border-top:       1px solid IndianRed;
  border-bottom:       1px solid IndianRed;
  background-color: DarkSalmon;
}

h3 {
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  background-color: #eee;
  text-indent: 2em;
  padding: .2em;
  border-top: 1px dotted black;
}

h4 {
  font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
}

h5, dt {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-indent: .5em;
  margin:0;
}

h6 {
  font-size: 1em;
  font-style: italic;
  text-decoration: none;
  color: #666;
  text-indent: 1em;
  margin:0;
}