
body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a[href]:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  font-size: 90%;
  padding-left: 1ex;
}

ol {
  margin: 1em 0 1.5em 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 3em;
}

ul li, ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 1.5em;
}

blockquote {
	margin-left: 2em;
}

tr.shaded {
	background-color:#C5D0E2;
}

table.contact {
	width:100%;
}

table.contact td {
	padding: 8px;
}

table.figures td, table.figures th {
	padding: 0 1em 0.5em 0;
}

.doNotPrint {
  display: none;
}


/* ##### Header ##### */

#header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background-color: rgb(61,92,122);
}

.superHeader {
  display: none;
}

.midHeader {
  color: white;
  padding: .25ex 10px .5ex 10px;
}

.headerTitle {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 250%;
  margin-top: .5ex;
}

.headerSubTitle {
  margin-top:1ex;
}

h1.headerSubTitle {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 140%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 14em;
}

.headerLinks {
  display: none;
}

.subHeader {
  display: none;
}


/* ##### Side Menu ##### */

#side-bar {
  display: none !important;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0 !important;
  padding: 0;
}

#main-copy h1 {
  color: rgb(117,144,174);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 186%;
  padding: 1.5ex 0 0 0;
}

#main-copy h2 {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 151%;
  padding: 1ex 0 0 0;
}

#main-copy h1 + h2 {
  padding-top: 0;
}

#main-copy p {
  margin: 0 0 2ex 0;
  padding: 0;
}

#main-copy table.small {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:.85em;
}

#main-copy table.small td {
	padding:.4em .8em;
}

#graph {
  width:240px;
  float:right;
  margin:1.3em 0 1em 2em;
  padding:1em;
  border: 1px solid #9090AA;
  font: .75em Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  background-color:white;
  white-space:nowrap;
}

#picture {
	float:right;
	background-color: transparent;
	margin: 1.5em 0 .5em 2em;
}

#quote {
	float:right;
	width:15em;
	background-color:#FFFFFF;
	padding: 0.25em 1em 1em 1em;
	margin: 1.5em 0 .5em 2em;
}

#picture img {
	border: 1px solid #9090AA;
}

#highlight {
	border:1px solid #9090AA;
	padding:2em;
	margin:2em;
	background-color:white;
}

#highlight input, #highlight textarea {
	border:1px solid #9090AA;
	padding:.2em;
	margin:.5em;
}

/* ##### Footer ##### */

#footer {
  color: black;
  background-color: transparent;
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1ex 10px;
  clear:left;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}