/* ETSU2004.CCS developed for (obsolete) 2004 ETSU (circular) Logo and homepage elements
* Author: Bill Hemphill
* Revised: April 4, 2009
* Created: Sept. 18, 2004
* CSS Specification: http://www.w3.org/TR/CSS1 (Level 1)
*                    http://www.w3.org/TR/CSS2 (Level 2)
*/

body {
  text-align: justify;
  line-height: 1.3;
  font-family: "Times New Roman", "Times", Roman, times, serif;
  font-size: 12pt; 
  color: #000000 }

h1 {
  text-align: center;
  line-height: 1.2;
  font-size: 20pt;
  font-family: "Goudy Old Style", "Goudy", "Times New Roman", Times, Roman, times;
  font-weight: bold;
  font-style: normal;
  font-variant: small-caps;
  color: #336699;
  padding: 0.2em 0em 0.2em 0em;
  text-transform: uppercase;
  clear: both;
  margin-top: 0.1em;
  margin-bottom: 0.1em }

h2 {
  text-align: center;
  line-height: 1;
  font-size: 18pt;
  font-family: "Goudy Old Style Bold", "Goudy Bold", "Goudy", "Times New Roman", Times, Roman, times, serif;
  font-weight: bold;
  font-style: normal;
  font-variant: small-caps;
  color: #336699;
  border-top: thick solid #336699;
  padding: 0.2em 0.2em 0em 0.2em;
  clear: both;
  margin-top: 0.3em;
  margin-bottom: 0.3em }

h3 {
  text-align: left;
  line-height: 1;
  font-family: "Goudy Old Style", "Goudy", "Goudy", "Times New Roman", Times, Roman, times, serif;
  font-size: 16pt;
  font-weight: bold;
  font-style: normal;
  font-variant: small-caps;
  color: #336699;
  border-top: medium solid #336699;
  padding: 0.1em 0.1em 0em 0.1em;
  clear: both;
  margin-top: 0.3em;
  margin-bottom: 0em }


h4 {
  text-align: left;
  line-height: 1;
  font-family: "Goudy Old Style", "Goudy", "Goudy", "Times New Roman", Times, Roman, times, serif;
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  font-variant: small-caps;
  color: #336699;
  border-top: thin solid #6699cc;
  padding: 0.1em 0.1em 0em 0.1em;
  clear: both;
  margin-top: 0.1em;
  margin-bottom: 0em }

UL {font-family: times; font-size: 11pt; color: #000000; list-style-image: url("images/Gray_Head_20.gif")}
OL {font-family: times; font-size: 11pt; color: #000000}
TH {font-family: times; font-size: 12pt; color: #000000; font-weight: bold; text-align: center}
TD {font-family: times; font-size: 11pt; color: #000000}
PRE {font-family: courier; font-size: 10pt; color: #000000}
CODE {font-family: courier; font-size: 10pt; color: #000000}

P.indented { font-family: times; font-size: 13pt; color: #000066; margin-left:0.5in}
P.sidebar {font-family: times; font-size: 13pt; color: #000066; border: 4px outset}
CODE.small {font-family: courier; font-size: 12pt; color: #000033}
CODE.new {font-family: courier; font-size: 13pt; color: #000000; background-color: #ccffcc}
TD.small {font-family: times; font-size: 11pt; color: #000066; text-align: center}
TD.heading {font-family: times; font-size: 13pt; color: #000066; text-align: center; background-color: #ccccff}
TD.smheading {font-family: times; font-size: 11pt; color: #000066; text-align: center; background-color: #ccccff}

