/*
 * General styles
 * Background: #D9D1CF
 * Text: #2E3A84
 * Tan text: #8B703B;
 */

body {
	background-color: #D9D1CF;
    
    margin-top: 0;
    margin-bottom: 0;

    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    color: #2E3A84;

    font-family: Times New Roman, Times, serif;
    font-size: medium;
    font-style: italic;
}

h3 {
    color: #8B703B;
    
    font-size: medium;
    font-style: bold;
}

div {
    margin: 0;
}

p {
    font-family: Times New Roman, Times, serif;
    text-align: justify;
}

p.short {
    text-align: center;
}

form {
    text-align: left;
}

ul {
    text-align: left;
    font-family: Times New Roman, Times, serif;
}

.copyright {
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

/*
 * Layout elements
 */
#topbanner {
    text-align: center;
}

#page {
    position: relative;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

#nav {
    position: absolute;
    top: 1em;
    left: 0px;
    z-index: 2;
    width: 6em;
}

#nav a {
    display: block;
}

#collage {
    float: right;
    margin-left: 1em;
}

#content {
    width: auto;
    margin-left: 8em;
    z-index: 1;
    text-align: center;
}

#vspacer {
    float: left;
    width: 1px;
    height: 300px;
}

#copyright {
    clear: both;
    padding-top: 1em;
    font-size: x-small;
    text-align: center;
}

/*
 * Photo Galleries
 */

.gal_head {
    margin: 0;
}

.gal_nav {
}

.gal_idx {
    width: auto;
    clear: none;
}

.gal_idx td {
    padding: 4px;
}

.gal_img {
}

.gal_foot {
}

.gal_slide_info {
    font-size: small;
}

.gal_idx_inst {
    font-size: small;
}
