body {
  background-color: #cccc99;
  margin-top: 0px;
  color: #333300;
  }

/*ul {
    list-style: disc url(bullet.gif) inside;
    padding: 0 0 1em 0;
	margin-bottom: 1em;
	text-indent: 1.5em;
	}
*/

h1 { 
  padding:0px 0px 0px 0px;
  font-size: 115%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333300;
  }
h2 { 
  padding:0px 0px 0px 0px;
  margin-top:0px;
  margin-bottom:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  color: #333300; 
  }

h3 {
  font-weight: bold;
  font-size: 105%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-justify: left;
  color: #333300;
  }
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 0 0em;
margin-left: 2em;
padding-bottom: 0.5em;
padding-left: 2em;
}

/* the wrapper around the page to give side gradient borders and specifcy width */
div#container {
  background-image: url("bg_gradient.gif");
  background-repeat:repeat-y; 
 /* background-color: #ffffcc;*/
  width: 800px;
  }
/* the main content */
div#content {
  padding-right: 15px;
  padding-left: 15px;
  text-align: justify; 
  text-justify: newspaper;
  overflow: auto;
  color: #333300;
  }

div#footer {
  font-size: 8pt;
  }



/* adjusting height of the headers */
div#content h1 {
  font-size: 16pt;
  }
div#content h2 {
  font-size: 14pt;
  }


/* top navigation panel */
div#topnav1 {
  background-color: #cccc99;
  border-left: 1px solid #666633;
  border-top: 1px solid #666633;
  border-right: 1px solid #666633;
  text-align:center;
  }

div#topnav2 {
  background-color: #cccc99;
  border-left: 1px solid #666633;
  border-top: 1px solid #666633;
  border-bottom: 1px solid #666633;
  border-right: 1px solid #666633;
  text-align:center;
  }
/* images with text to the right of the picture */
.graphic {
  border: 1px solid #666633;
  float:left; 
  padding: 5px;
  margin: 0px 20px 8px 0px;
  background-color: #cccc99;
  }

/* images with text to the left of the picture */
.graphic2 {
  border: 1px solid #666633;
  float:right; 
  padding: 5px;
  margin: 0px 0px 5px 15px;
  background-color: #cccc99;
  }

/* images with text to the right of the picture */
.graphic3 {
  border: 1px solid #666633;
  float:right; 
  padding: 5px;
  margin: 0px 20px 8px 0px;
  background-color: #cccc99;
  }


.frame { padding: 5px; border: 1px solid #666633; } 


