﻿a {
	color: #220099;
	text-decoration: underline;
}
a:visited {
    color:#220099;
}
a:hover {
    text-decoration:underline;
}
a.discreet,  div#footer a.discreet {
    cursor:text;
    color:inherit;
}
div#footer a {
	color: #9999ff;
	text-decoration: underline;
}

div.printOnly, .printOnly {
    display:none;
}

body {
  margin:0px;
  padding:0px;
  font-family:Verdana,sans-serif;
}
h1 {
  font-size:18px;
  margin-left:0px;
  margin-bottom:10px;
  font-family:Century Gothic,Gill Sans MT,Verdana,sans-serif;
}
h3 {
  font-size:12px;
  margin-bottom:0px;
}
h3.pullquote {
  margin-top:12px;
  margin-bottom:12px;
  border-top:solid 1px #000000;
  border-bottom:solid 1px #000000;
  color:#000000;
  font-size:14px;
  line-height:1.4em;
  margin-top:40px;
  opacity:.3;
}
h3 + p {
  margin-top:0px;
}
p {
  font-size:12px;
  line-height:1.5em;
}
/*
p.nav {
  font-size:12px;
  font-family:Gill Sans MT,Verdana,sans-serif;
  background-color:#777777;
  line-height:normal;
  padding:5px 3px 3px 3px;
  margin:0px;
  opacity:.5;
}
p.nav:hover {
  opacity:1.0;
}
p.nav a {
  background-color:#aaaaaa;
  padding:2px 6px 0px 6px;
  text-decoration:none;
  color:#000000;
  font-weight:bold;
  white-space:nowrap;
}
p.nav a:hover {
  background-color:#ffcc00;
}
p.nav a:active {
  background-color:#cc0000;
}
*/
p.subhead {
  font-weight:bold;
  margin-bottom:0px;
}
p.subhead + p, p.subhead + ul {
  margin-top:0px;
}
p.footnote, p.caption {
  font-size:10px;
  color:#555555;
}
p.caption {
  margin-top:2px;
  letter-spacing:.2em;
}
p.copyright {
  font-size:10px;
  color:#999999;
}
li {
  font-size:12px;
  font-family:Verdana,sans-serif;
  line-height:1.5em;
}
img {
  border:none;
}
img.floatRight {
  border:none;
  float:right;
  margin:4px 0px 4px 10px;
}
div#menuGlobal {
  position:absolute;
  top:0px;
  left:0px;
  padding-left:0px;
  width:100%;
  height:18px;
  background-color:#000000;
  border-top:solid 2px #990000;
  cursor:default;
}
div#menuGlobal p {
  letter-spacing:.1em;
  color:#dddddd;
  line-height:12px;
  margin-bottom:3px;
  margin-top:3px;
  margin-left:200px;
  width:500px;
  font-weight:bold;
  text-align:center;
  white-space:nowrap;
}

div#logotype {
  border-top:solid 2px #a50000;
  border-bottom:solid 1px #a50000;
  padding-bottom:6px;
}
div#content {
  position:relative;
  top:20px;
  left:200px;
  width:500px;
  z-index:998;
  text-align:left;
}
div#footer {
  border-top:solid 1px #a50000;
  width:100%;
  text-align:center;
  clear:both;
}
div#footer p a {
  text-decoration:none;
}

div.upgradeFlash {
  padding:4px;
  border:solid 1px #777777;
  background-color:#eeeeee;
  font-size:10px;
}
div.upgradeFlash p {
  font-size:.9em;
}
div.projectDescription {
  border:solid 1px #a50000;
  background-color:#eeeeee;
  padding:10px;
  width:448px;
}
div.projectDescription h1 {
  font-size:14px;
  margin-top:0px;
}
div.projectDescription p {
  font-size:11px;
}
div.projectDescription h1 + p {
  margin-top:0px;
}

div.insetLeft, div.insetRight {
  margin:0px 10px 10px 0px;
  float:left;
}
div.insetRight {
  margin:0px 0px 10px 10px;
  float:right;
}
div.insetLeft p, div.insetRight p {
  margin:0px 4px 2px 0px;
  font-size:9px;;
}
div.bioInset {
  margin:0 0 0 10px;
  cursor:crosshair;
  border:dotted 1px #000000;
}
div.bioInset:hover {
  border:solid 1px #000000;
}

div#sidebar {
  position:absolute;
  left:20px;
  top:0px;
  padding-top:70px;
  background-image:url('../images/sidebars/type-about-SEI.png');
  background-position: 40px 90px;
  background-repeat:no-repeat;
  width:160px;
  height:100%;
}

span.highlight {
  /* background-color:#dbe8cc; */
}

.printOnly {
  display:none;
}
