/** styles for links **/
a:link {
  color: maroon;
  }

a:visited, a:hover {
  color: gray;
  }
/** end styles for links **/

/** styles for headers **/
h1 {
  font-family:     	Georgia, "Times New Roman", serif;
  color:           	black;
  text-align:     	center;
  vertical-align:	middle;
  text-transform:  	uppercase;
  margin-top:      	0px;
  }

h2, h3 {
  font-family:   Georgia, "Times New Roman", serif;
  color:         black;
  }
/** end styles for headers **/

/** styles for content **/
#content {
  width:   970px;
  margin:  10px 0;
  padding-top: 10px;
  }

/** styles for headers **/
#header {
  height:           140px;
  width:            1000px;
  border-top:       1px solid black;
  border-bottom:    1px solid black;
  margin-top:       10px;
  background-color: white;
  }

#header img, {
  vertical-align: middle;
  }
/** end styles for headers **/


/** add a bit of white space on left side of screen **/
#position {
  padding-left:  2%;
  }

/** styles for tables of content **/
#toc, #email {
  display: block;
  clear:   both;
  }

#toc #subjects {
  float:           left;
  list-style-type: none;
  width:           980px;
  margin:          1px 0;
  padding:         0;
  }

#toc #subjects li {
  display: inline;
  }

#toc #subjects li a {
  float:            left;
  display:          block;
  height:           30px;
  font:             15px/25px Georgia, "Times New Roman", Times, serif;
  padding:          3px 24px 0 24px;
  border-right:     1px solid white;
  color:            white;
  background-color: maroon;
  text-decoration:  none;
  }

#toc #subjects li a:hover {
  text-decoration:  underline;
  background-color: gray;
  color:            black;
  }
/** end styles for table of contents**/

/** styles for tables **/
table {
  font-family:   Georgia, "Times New Roman", Times, serif;
  text-align:    left;
  /** background:    maroon; **/
  color:         black;
  border:  		 none;
  }

td {
  padding:      5px 10px 5px 10px;
  background:   white;
  }
/** end styles for tables **/


div.text {
  font-family: Arial, san-serif;
  line-height: 140%;
  text-indent: 20px;
  }

div.text #topics li, #sources li {
  text-indent: 0px;
  }