body, html
{
  margin: 0;
  padding: 0;
  font: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  background: white;
}

img
{
  border-style: none;
}

h1, h2, h3, h4
{
  color: black;
}

abbr
{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#Wrap, #Main
{
  width: auto; 
  margin: 0 5%;
  padding: 0; 
  border: 0;
  float: none !important;
  color: black; 
  background: transparent;
}

#Header
{
  display: none;
}

#Menu
{
  display: none;
}

blockquote {
  padding: 8px 70px;  
  font: italic 1.05em Georgia, Times, serif;
  background: url(../images/left_dbl_quote_mark.gif) 20px 10px no-repeat;
  margin: 5px 0;
}

.image_inline
{
  top:10px;
  height: auto !important;
  width: auto;
}

.image_left
{
  top: 10px;
  margin-left: 15px;
  float: left;
  display: block;
}

.image_right
{
  top: 10px;
  float: right;
  display: block;
}

.figure
{
  margin: 0 0 1.5em;
}

.figure p
{
  margin: 0;
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  border-bottom: 1px dotted #404040;
}

.figure .credit
{
  font-size: .9em;
  text-align: right;
}

.figure .credit cite
{
  font-style: inherit;
}

.figure .caption
{
  font-style: italic;
  font-size: .9em;
}

.figure .title
{
  font-style: normal;
  font-weight: bold;
}

.figure .title:after
{
  content: ":";
}

/* Default and menu item link colors */

a:link, a:visited
{
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}
