body {
    background: url("morphGrid3.png") fixed no-repeat;
    padding-top: 0;
    font-family: sans-serif;
}

a {
    color: blue;
}
a:visited {
    color: purple;
}

div.content p {
    text-align: justify;
}

.hide {
/*    visibility: hidden;*/
    display: none;
}

div.header {
    background: #182657;
    text-align: center;
    margin-top: 0;
}

div.header h1 {
    font-variant: small-caps;
    min-height: 100px;
    margin: 0;
    padding-top: 25px;
    background: url("ridge.jpg") bottom center no-repeat;
    color: white;
}

div.header a {
    margin: 0;
    padding: 0 35px;
    color: white;
    text-decoration: none;
}

div.header a:link, div.header a:visited {
    background: #182657;
}
div.header a:focus, div.header a:hover, div.header a:active {
    background: #9595FF;    color: black;
}

div.navigation {
    position: absolute;
    border: 2px inset;
    background: white;
    padding: 0;
    margin-top: 10px;
    width: 7em;
    min-width: 50px;
    max-width: 25%;
}

div.navigation a {
    display: block;
    text-decoration: none;
    margin-left: 20px;
}

div.navigation a:focus, div.navigation a:hover, div.navigation a:active {
    font-weight: bold;
}

div.navigation h3 {
    border-bottom: 2px solid;
    padding: 0 15px 0 15px;
    margin: 10px 0 5px 0;
}

div.content {
    padding: 25px;
    margin-left: 7em;
}

div.content h2 {
    text-indent: 2em;
    margin: .5em 0 .4em;
}

div.story {
    /*background: #BEBEBE;*/
    background-image: url("grayTranslucent.png");
    padding: 0 0 .6em 0;
    margin: 0 0 25px 0;
}

div.story p {
    margin: 0;
}

div.story h3 {
    float: left;
    background: blue;
    color: white;
    border-right: 3px dotted gray;
    border-bottom: 4px dotted silver;
    margin: 0 10px 0 0;
    padding: .2em;
}

div.info {
    float: right;
    max-width: 13em;
    border: 3px inset;
    background: #9ebacb;/*c6e9fd;*/
    padding: 5px 10px;
    margin-left: 10px;
}

div.info ul {
    padding: 0;	margin: 0;
}

div.info li {
    list-style-type: none;
}

div.info span.id {
    font-weight: bold;
    text-indent: -5px;
}

div.story span {
    display: block;
}

div.story .title {
    letter-spacing: .25em;
    padding-right: 30px;
}

div.story .date {
    font-size: 75%;
    font-style: italic;
    font-weight: lighter;
    text-align: right;
}

div.story p {
    padding: .3em 1em;		/*none top/bottom, pad left/right*/
    line-height: 1.25em;
}

div.story p.first {
    border-top: 2px dotted black;
}
div.story table {
    margin-top: .4em;
}

div.story table td {
    padding-left: 3em;
}

div.footer {
    text-align: center;
    font-size: 85%;
}

div.footer p {
    margin: .3em;
}

