/* body defaults */
  body {
/*    background: #F3F3EB; */
    background: steelblue; 
/*    background: #1E90FF; 
	background-image: url("../images/grad01b.gif"); background-repeat: repeat-x; */
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	margin: 0em;
  }
  h1 {
  	font-size: 16pt;
  }
  h2 {
  	font-size: 14pt;
  }
  h3 {
  	font-size: 12pt;
	line-height: 110%;
  }

/* header holds logo  */
  div#header {
    padding: 0px;
    border: 0px solid #000;
    background: #1E90FF;
	background-image: url("../images/grad01btop.gif"); background-repeat: repeat-x;
	height: 129px;
	text-align: left;
    }

/* footer holds formatting for all-page footer */
  div#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0 0 1em 0;
  padding: 1em 4mm 1em 4mm;
    }

	#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

.booktitle {
	color: blue;
	font-style: italic;
}

/* leftcol holds formatting for left-hand column */
  div#leftcol {
  	width: 27%;
  	float: left;
  	clear: left;
    padding: 0;
    border: 2px solid black;
    background: #F3F3EB;
	text-align: left;
	margin: 1em 1em 1em 1em;
    }
	#leftcol p {
	font-size: 8pt;
	font-style: italic;
	margin: 0 1em 0 3em;
	}
	#leftcol h1 {
	  text-align: center;
	  color: #404040;
	  font-size: 12pt;
	  margin: 0 0 1em 0;
	  padding: 0.8em 0 0 0;
	}
	#leftcol h2 {
	  text-align: left;
	  color: #404040;
	  background-color: #E6DFCF;
	  font-size: 10pt;
	  margin: 0.2em 0 1em 0;
	  padding: 0.3em 0 0.3em 1em;
	}
	#leftcol h3 {
	  color: #8B4513;
	  font-size: 10pt;
	  margin: 0.2em 0 0 1em;
	  padding: 0;
	}
	#leftcol a {
	  color: rgb(139,69,19);
	  background-color: transparent;
	  text-decoration: none;
	  font-weight: bold;
	}
	#leftcol a:link {
	  color: rgb(139,69,19);
	  background-color: transparent;
	  text-decoration: none;
	  font-weight: bold;
	}
	#leftcol a:visited {
	  color: rgb(139,69,19);
	  background-color: transparent;
	  text-decoration: none;
	  font-weight: bold;
	}
	#leftcol a:hover {
	  font-weight: bold;
	  color: white;
	  background-color: steelblue;
	  text-decoration: none;
	}

/* maincol holds formatting for main column */
  div#maincol {
  	color: black;
	background-color: transparent;
	line-height: 1.5em;
	margin: 0 1em 0 30%;
	padding: 0 0 0 0;
	border: 0;
	text-align: left;
	}
	#maincol h1 {
	  color: #8B4513;
	  font-weight: bold;
	  line-height: 110%;
	  margin: 0;
	}

/* leader holds formatting for lead-off item in the main column */
  div#leader p {
  	color: #404040;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #E6DFCF;
	border: 2px solid #404040;
	line-height: 1.0em;
	margin: 1em 0 0 0;
	padding: 0.3em 1em 0.3em 2em;
	}
/* selQ holds formatting for the drop-down lists of frequently-asked questions */
  
  #selSoup {
	text-align: center;
	background-color: #E6DFCF;
	border-style: none;
	}

/* odd holds formatting for odd-numbered items in the main column */
  div.odd {
  	color: black;
	background-color: #fffedf;
	border: 3px solid black;
	line-height: 1.0em;
	margin: 1em 0 1em 0;
	padding: 1em 1em 1em 2em;
	  }

/* even holds formatting for even-numbered items in the main column */
  div.even {
  	color: black;
	background-color: white;
	border: 3px solid #A52A2A;
	line-height: 1.0em;
	margin: 1em 0 1em 0;
	padding: 1em 1em 1em 2em;
	  }
