html, body  {
      margin: 0;
      padding: 0;
      height: 100%;
      }

body	{
	background-color:#fff0d0;
	color:#000000;
	font-family: Georgia, Times New Roman, Times
	}

h1,h2,h3,h4,h5,h6	{
	font-family: Verdana, Arial, Helvetica;
	font-size:32pt;
	color:#906848;
	margin-top:1.5em;
	margin-bottom:0em;
	}


h1	{
  margin-top: 1em;
	text-align: center;
  font-size:32pt;
	}

h2	{
	font-size:24pt;
	}

h3	{
	font-size:16pt;
	}

h4	{
	font-size:14pt;
	}

h5	{
	font-size:12pt;
	}

h6	{
	font-size:10pt;
	}

p	{
	margin-top:0em;
	margin-bottom:0.5em;
	}
	
p.body
	{
	text-indent:1.5em;
	}

a
	{
	color:#876c40;
	text-decoration:none;
	}

a.menu
	{
	color:#000000;
	font-family: Verdana, Arial, Helvetica;
	font-weight:bold;
	font-size:9pt;
	position:relative;
	top:-0.15em;
	}

a:hover
	{
	color:#705018;
	text-decoration:underline;
	}
	
ul
  {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  }

ol
  {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  }

li
  {
  margin-bottom: 0.5em;
  }
	
table.menu
	{
	background-color:#af9870;
	}

table.pullquote
  {
  border-style: solid;
  border-color: #604010;
  margin: 24px 0px 24px 0px;
  float: right;
  position: relative;
  left: 88px;
  }
  
td.pullquote
  {
  padding: 8px;
  background-color: #ffffff;
  }
  
td.body
  {
  vertical-align: top;
  }
  
table.disclaimer
  {
  padding: 0.5em 1em 0em 1em;
  background-color: #d9bdbd;
  border:none;
  }
  
img
  {
  border: 0;
  }
	
.nomargin
  {
  margin: 0;
  }

.pullmargin
  {
  margin: 1em;