
body {
    background: url(grad.png) repeat-x;
    _background:; /* Shockingly IE breaks with pngs with transparency */
    margin-left: 30px;
    margin-top: 30px;

    background-color: #EEEEFF;
    color: #0C114A;
}

div#content {
    min-width: 240px;
    max-width: 50%;
    margin: auto;
}

div#header {
    font-size: 32pt;
    font-family: monospace;
}

img#logo {
    width: 100%;
}

.hspace {
    height: 30px;
}

.raised {
    position: relative;
    top: 0.3em;
    font-size: 0.7em;
}

.breadcaption {
    font-size: 12pt;
    font-family: monospace;
    line-height: 1.33;
    height: 2em;
/*     background-color: #ddd; */
}

.caption {
    font-size: 12pt;
    font-family: monospace;
    line-height: 1.33;
/*     background-color: #ddd; */
}

.ulcaption {
    font-size: 12pt;
    font-family: monospace;
    line-height: 1.33;
/*     background-color: #ddd; */
}

.bread {
    font-size: 10pt;
    font-family: monospace;
}

a {
  color: #080043;
  text-decoration: underline;
}

a:visited {
  color: #080043;
  text-decoration: underline;
}

a:hover {
  color: blue;
  text-decoration: underline;
}


ul li:before
{
    margin-left: -12pt;
    content: "- "; 
}

ul 
{ 
    list-style: none;
    padding-left: 2pt;
    margin-left: 3ex;
    max-width: 70ex;
}

