*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    /*box-sizing: border-box;*/
}

/* Columns and graphic template
---------------------------------------------------- */
#container {
    /* original width: 1050px */
    width: 950px;
    margin: 0 auto;
    background: #404977;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#col1 {
    float: left;
    width: 220px;
    font-family: "Lucida Grande", Arial, sans-serif;
    background: url(../graphics/pictures/corner1.gif) no-repeat left top;
}

#col2 {
    margin-left: 220px;
    background-color: white;
}

#content {
    background: url(../graphics/pictures/corner2.gif) no-repeat left top;
    padding: 2em 2em 0 2em;
    margin: 0;
    min-height: 600px;
}

body {
    /*width: 900px; done in container */
    margin: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    background: #d5d5c4;
}

#topmenubar {
    text-align: center;
    background-color: #404977;
    padding: .6em 0;
    /*margin: 0;*/
}

#logo {
    margin: 15px 0 0 22px;
}

#log img {
    border: 0;
}

#wedge {
    float: left;
    width: 7px;
}

/* Navbar
---------------------------------------------------- */
#col1 a {
    color: #fff;
    text-decoration: none;
}

#col1 a:hover {
    text-decoration: underline;
}

#menu {
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    margin: 14px 14px 0 14px;
    padding: .85em 0;
    /* adjust to push borders apart */
    list-style-type: none;
    border-top: 1px solid #668;
    border-bottom: 1px solid #668;
}

#menu li {
    padding: 6px 0;
}

#menu .active {
    color: #7079a7;
    padding: 6px 0;
}

#rel {
    font-size: .85em;
    font-weight: bold;
    text-align: right;
    margin: 0 14px 14px 14px;
    padding: .85em 0;
    /* adjust to push borders apart */
    list-style-type: none;
    border-bottom: 1px solid #668;
}

#rel li {
    width: 100%;
    padding: 4px 0;
}

#rel .active {
    color: #fc5;
    padding: 4px 0;
}

/* Topmenu
------------------------------------------------------*/

#topmenu li {
    display: inline;
}

#topmenu a {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 0 10px 0 6px;
    border-right: 1px solid #fff;
}

#topmenu .last a {
    border-right: 0;
}

#topmenu a:hover {
    text-decoration: underline;
}

/* Footer
-------------------------------------------------------- */
#footer {
    font-size: .95em;
    font-style: italic;
    border-top: 2px solid #404977;
    padding: 4px 0 1em 0;
    margin: 3em 2em 0 2em;
    line-height: 1.4;
}

#footer #left {
    list-style-type: none;
    padding: 2px 0 0 0;
}

#footer #right {
    float: right;
    list-style-type: none;
    text-align: right;
    padding: 2px 0 0 0;
}

#footer img {
    vertical-align: text-bottom;
    /* for @ symbol in email address */
}

/* Main text styles
--------------------------------------------------------- */
h1 {
    font-family: Palatino, "Times New Roman", serif;
    font-size: 1.75em;
    color: #000;
    text-align: center;
    margin-bottom: .5em;
    margin-top: 0;
}

h3 {
    color: #934;
    font-size: 1.25em;
    margin-bottom: .35em;
    margin-top: 1.25em;
}

h4 {
    color: #222;
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: .25em;
}

p {
    line-height: 1.5;
    margin: 0 0 1em 0;
    padding: 0;
}

p.super {
    /* super heading in upper left corner of content*/
    font-style: italic;
    margin-bottom: .5em;
}

p.sub {
    font-style: italic;
    text-align: center;
}

p.intro {
    font-style: italic;
}

.callout {
    color: #934;
    font-weight: bold;
    font-style: italic;
}

/* Link styles
---------------------------------------------------- */
a {
    color: #348;
    font-weight: bold;
    text-decoration: none;
}

#content a {
    background: url(../graphics/pictures/underline.gif) repeat-x left bottom;
}

/* List styles
---------------------------------------------------- */
#content ul,
#content ol {
    margin: 0 0 1em 2em;
    padding: 0;
    line-height: 1.3;
}

#content ul li,
#content ol li {
    margin: 0 0 .20em 0;
    padding: 0;
}

#content .loose li {
    margin-bottom: .75em;
    line-height: 1.3;
}

/* Photo captions
--------------------------------------------------------- */
.floatr {
    float: right;
    padding: 10px 10px 5px 10px;
    border: 1px solid #aaa;
    margin: 0 0 1em 1em;
}

.floatr img {
    border: 0;
}

.floatr div {
    font-size: .85em;
    font-weight: normal;
    font-style: italic;
    padding: 3px;
    text-align: left;
    border-top: 3px solid white;
}

/* Table styles
--------------------------------------------------------- */

table {
    margin: 0 0 2em 0;
}

caption {
    text-align: left;
    font-size: larger;
    font-weight: bold;
    padding: 4px 0;
    border-bottom: 1px solid #333;
}

th {
    text-align: left;
    padding: 1em 1em .5em 0;
}

td {
    /*padding-right: 1em;*/
    padding: 1px 1.5em 1px 0;

}