/* Site Structure Rules ---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  line-height: 135%;
  color: black;
  background-color: white;
}

/* General Element Rules --------------------------------------*/
a {
  color: black;
  font-weight: bold;
}

img {
  display: none;
}

p, h1, h2, h3 {
  margin: 0.7em 0;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 120%;
}

h3 {
	font-size: 100%;
}

ul, ol {
  padding: 0.5em 0;
  margin: 0 0 0 2em;
}

ol li {
	margin-bottom: 0.5em;
}


/* Special Visual Modifiers ------------------------------------*/
.extrapadtop {
  margin-top: 1.5em;
}


/* Page Sections -----------------------------------------------*/
div#col1-2panel {
	padding: 0.5em 0;
  margin: 0.5em 0;
  border: 0px solid black;
  border-width: 1px 0;
}

div#printhead {
  margin-bottom: 1em;
}

div#printhead img {
  display: inline;
}

div#sgicmainlinks, div#datemain, div#footer, div#footer2, div#col2 {
  display: none;
}
