/* 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, h4 {
  margin: 0.7em 0;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 125%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}

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

ol li {
	margin-bottom: 0.5em;
}

div.hr {
	border-top: 1px solid black;
  margin: 1em 0;
}

/* Special Visual Modifiers ------------------------------------*/

.extrapadtop {
  margin-top: 1.5em;
}

/* Random content formatting -----------------------------------*/
ul.hyphen {
	list-style-image: url(/images/hyphen.gif);
	margin-left: 1em;
}

ul.sitemap ul li {
	list-style: none;
}

/* Page Sections -----------------------------------------------*/
div#header {
  text-align: right;
  border-bottom: 1px solid black;
}

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

div#printhead img {
  display: inline;
}

div#search, div#globalnav, div#date, div#headlogo, div#brokerreferral, div#col2, div#col3, div#footer, div#footer2, div.floatbroker {
  display: none;
}