/* Basic elements */
body, html, div{
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border: solid #000 1px;
  border-spacing: 0px 0px;
}

#table td { 
#  border: solid #000 1px;
# }

td {
  margin: 0;
  padding: 2px;
}

body {
  font: 8pt/16pt verdana, geneva, arial, sans serif;
  color: #000;
 background: #fff url(listgray.gif) repeat-y;
}




#container {
  margin: 0;
  padding: 0;
/*   width: 761px; */
   background: transparent url(foobar.png) repeat-x;  
}

#intro {
  height: 197px;
  margin:0;
  padding: 0;
/*  margin-top: 20px;  */
/*   width: 760px; */
}

#pageHeader {
/*   position: absolute; */
/*   left: 0; */
  width: 696px; 
  height: 177px; 
  padding: 20px 0px 0px 0px;
} 

#pageHeader h1 { 
  background: transparent url(dragonlogo.png) no-repeat;
  width: 348px;
  height: 177px;
  margin: 0;
 }

#pageHeader h1 span {
  display: none;
}

#pageHeader h2 { 
 }
#pageHeader h2 {
  display:none;
}

#pageHeader h3 {
  background: transparent url(dragonlogo2.png) no-repeat;
  width: 348px;
  display: inline;
  position: absolute;
  height: 177px;
  left:348px;
  top: 0px;
  margin: 0;
  margin-top: 20px;
  padding:0 ;
}

#pageHeader h3 span {
  display: none;
}

#quickLinks {
  color: #ff0;
/*   position: absolute; */
/*   top: 207px; */
/*   left: 0px; */
/*   color: #0ff; */
  margin-right: 5px;
  text-align: right; 
} 
#quickLinks a {
  color: #fff;
}

#article {
  font-size: 1.0em;
  border-width: 0px 0px 1px 1px;
  border-color: #ddd #ddd;
  border-style: solid;
  margin: 0px 0px 0px 170px;
  padding: 40px 10px 0 10px;
/*   width: 592px;  */
/*   voice-family: "\"}\"";  */
/*   voice-family: inherit;  */
/*   width: 570px;   */

}

#articleInfo {
  padding: 20px 0 20px 0;
  margin-bottom: 20px;
  text-align: center;
  background: transparent url(endtitleinfo.png) no-repeat bottom center;
}

#article h1 {
  font-size: 2em;
}
#article h2 {
  font-size: 1.5em;
}
#article h3 {
  font-size: 1.25em;
}
#article h4 {
  font-size: 1em;
}

#pullQuote{ 
}

#articleBody p {
  text-align: justify;
}

#linkList {
  position: absolute; 
  left: 0px;
  top: 227px;
  width: 150px; 
  padding: 20px 10px 0 10px; 
  background: transparent  url(lefttopmelt.gif)  no-repeat top left;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 150px;

}

#linkList ul {
  margin: 10px 0 0 0;
  padding: 10px 10px 0px 0px;
}

#linkList li {
  line-height: 2.5ex; 
  list-style-type: none;
  display: block; 
  padding: 5px 0px 5px 25px; 
  margin: 5px 0;
  border-bottom:1px solid #eee;
  background: transparent url(bullet.gif) no-repeat 0px 7px; 
}

#linkList li a {
 white-space: nowrap;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#linkList li a:hover {
  text-decoration: underline;
}

/* generic anchor goodies */
a {
  color: #230;
}
a:visited {
  color: #672;
}
a:hover {
  color: #007500;
}

