body { background-color: antiquewhite; 
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: black;
}

#home {
  position:  absolute;
  top:  80px;
  left: 120px;
  width: 335px;
}


.main {
  position:  absolute;
  top:  80px;
  left: 120px;
  width: 450px;
  text-align: justify;
}

.nav {
  position:  absolute;
  top: 80px;
  background-color: chocolate;
  color: white;
  text-align: left;
  font-family: Comic Sans MS, Arial, sans-serif;
  font-size: 8pt;
  padding: 10px;
  width: 80px;
}


h1 {
  color: black;
  background: transparent;
  font-weight: normal;
  text-align: center;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 15pt;
}

h2 {
  color: black;
  background: transparent;
  font-weight: normal;
  font-size: 13pt;
}


h3 {
  color: black;
  background: transparent;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold;
  font-size: 10pt;
}

.artlisthdr {
  margin-left: 0%;
  margin-right: 0%;
}



h4 {
   margin-left: 6%;
  margin-right: 6%;
  font-weight: bold;
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold;
}

.normal {
	background-color: antiquewhite;
	color: black;
	font : normal normal 10pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}


.fancylist {
	list-style-type: upper-roman;
}

li {
	padding-top: 10px;
}

li.quoted {
	font-style : italic;
	font-weight : bolder;
	color: #A52A2A;	/* brown */
    background-color: antiquewhite;
}

.checklist {
	font-style: italic;
	list-style-image: url("images/chkbox.gif");
}

dt {
	font-weight:  bold;
	padding-bottom: 5px;
}

dd {
	padding-bottom: 12px;
}

blockquote {
  margin-left: 2%;
  margin-right: 5%;
  padding: 3px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  color: #A52A2A;	/* brown */
  background-color: antiquewhite;
}

.quote {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 9pt; 
  color: #A52A2A;	/* brown */
  background-color: antiquewhite;
}

a.toc:link {
  color: white;
  background: transparent;
}

a.toc:visited {
  color: white;
  background: transparent;
}

a.toc:active {
  color: red;
  background: transparent;
}

a.tocsub:link {
  color: white;
  background: transparent;
  position: relative;
  left: 10px;
}

a.tocsub:visited {
  color: white;
  background: transparent;
  position: relative;
  left: 10px;
}

a.tocsub:active {
  color: red;
  background: transparent;
  position: relative;
  left: 10px;
}


a:link {
  color: blue;
  background: transparent;
}

a:visited {
  color: purple;
  background: transparent;
}

a:active {
  color: red;
  background: transparent;
}

.logo {
  background-color:  #A0522D;	/* sienna */
  text-align: center;
  font-family: Alpha Geometrique, Critter, Cottonwood, FB Reactor, Studz, Impact; 
  font-weight: normal;
  font-size: 18pt; 
  color: white;
  padding: 15px;
  width: 600px;
}

#homefoot {
	position:  relative;
	top:  445px;
	left:  110px;
	width: 380px;
	font-weight:  200;
	font-size: 7pt;
	padding-top: 10px;
}

.footer {
	font-weight:  200;
	font-size: 7pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

#linkbutt {
	position: absolute;
	top: 68px;
	left: 460px;
}

.about {
	width: 380px;
	color: #8B4513;  /* saddlebrown */
    background-color: antiquewhite;
}

sup {
	font-size: 7pt;
}

.SigInfoBlock {
  background-color: white;
  width: 380px;
  padding: 10px;
  border: thin ridge #8B4513;	
}

.OtherInfoBlock {
  background-color: #F4A460;
  width: 380px;
  padding: 10px;
  border: thin ridge #8B4513;	
}

.footnote {
	width: 380px;
	padding: 10px;
	font-size: 8pt; 
	color: #8B4513;  /* saddlebrown */
    background-color: antiquewhite;
}

Table.mad {
	display: table;
	width: 450px;
	border: 3px solid saddlebrown;
}

TD.mad {
	border: 2px solid peru;
}


