body {
  margin: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

body          { font-size: 81.25%; }   /* IE */
html > body   { font-size: 13px; }  /* Other browsers */

blockquote {
  color: black;
}

h3 {
  line-height: 1.3em;
}

.border {
  border-right: 1px solid black;
}

hr {
  background: black;
  color: black;
}

.box {
  padding: .5em; 
  margin-bottom: .5em;
  background-color: #f0f8fc;
}

.horizontal {
  height: 24px;
  width: 490px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: transparent url('../images/horizontal.png') no-repeat top left;
}

ul.large   { font-size: 1.2em; line-height: 2.5em; }

ul.spaced-out-list li {
  margin-bottom: 1em;
}

/* for IE */
li {
  margin-left: 4px;
}


img.header {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 60px;
}

img.banner {
  height: 166px;
  border-bottom: px solid #7299b1;
  margin: 0px;
  padding: 0px;
}

#member_login {
  float: right;
}

.breadcrumb {
  margin-bottom: 1em;
  color: #aa9c84;
}

.breadcrumb a {
  color: #aa9c84;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.tag h3, .tag h4 {
  color: #30668c;
  margin-bottom: .5em;
}

.tag h4 {
  font-weight: normal;
}

.nav {
  clear: both;
  margin: 0px;
  padding: 0px;
  background-color: #7299b1;
}

.nav ul {
  display: block;
  background-color: #7299b1;
  margin: 0px;
	padding: 0px;
  list-style-type: none;
	text-align: left;
	clear: left;
	height: 2.5em;
}

.nav li {
  display: block;
  float: left;
  background-color: #7299b1;
  list-style: none;
	height: 2.5em;
	text-align: left;
	padding: 0px;
	margin: 0px;
  border-right: 1px solid #30668c;
}

.nav li.last {
  border: 0px;
}

.nav li a {
  color: #fff;
	padding: 0px;
	margin: 0px;
	padding: 0px 26px 0px 26px;
	height: 1%;
	text-decoration: none;
	display: block;
	text-align: left;
}

.nav li a:hover {
  text-decoration: underline;
  color: #fff;
}

.sidebar { 
  margin-bottom: 1.5em;
  background: #c9dce7;
  height: 920px; 
}

.sidebar ul {
  list-style-image: url(../images/bullet.gif);
}

.sidebar h3 {
  color: #30668c;
  margin-bottom: 1em;
}

.sidebar h3 a {
  text-decoration: none;
  color: #30668c;
}

.sidebar h5 {
  margin-top: 1em;
}

.sidebar .module {
  padding: 1.5em; 
  border-bottom: 1px dashed #30668c;
}

.sidebar .module_stripe {
  padding: 1.5em; 
  background-color: #cfe3ee;
  border-bottom: 1px dashed #30668c;
}

ul.subnav {
  list-style-type: none;
}

.colorize {
  color: #30668c;
}

.footer {
  background-color: #7299b1;
  color: #fff;
  padding: 5px;
  padding-bottom: 0px;
  margin-top: 2em;
  height: 2.5em;
}

.mugshot {
  margin-top: 1.5em;
  height: 240px;
}

.mugshot img {
  margin: 0 1.5em 0 0; float: left;
  width: 200px;
  height: 200px;
}

sup.footnote {
  font-size: .75em;
  vertical-align: super;
}

.small {
  font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em;
}


.footnotes {
  margin-top: 10em;
  font-weight: normal;
}

.footnotes dd {
  margin-left: 2em;
}

.graph {
  border: 1px solid black;
}