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

#container {
    width: 900px;
    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/corner1.gif) no-repeat left top;
}

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

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

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

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

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

/* 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-bottom: .25em;
}

h5 {
    color: #934;
    font-size: 14px;
    margin-bottom: .5em;
}

pre {
    font-family: "Monaco";
    font-size: 12px;
}

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

p.super {
    font-style: italic;
    margin-bottom: .5em;
}

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

p.intro {
    font-style: italic;
}

p.daterule {
    font-size: 1em;
    border-bottom: 1px solid #666;
    padding-bottom: 3px;
}

p.author {
    font-size: 1em;
    font-style: italic;
}

p.asterisk {
    text-align: left;
    font-style: italic;
}

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

.emphasize {
    color:#357;
    font-weight:bold;
    font-style:italic;
}

.highlight {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    background: #fe5;
    vertical-align: top;
    padding: 1px;
}

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

#content a {
    background: url(../graphics/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;
}

#content h4 + ul, #content h4 + ol {
    margin-top: .5em;
}

#content h3 + ul, #content h3 + ol {
    margin-top: .75em;
}

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

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

#col1 #blurb {
    color: #cba;
    margin: 3em 14px 1em 14px;
    font-size: 11px;
    text-align: left;
}

#col1 #blurb a {
    color: #edc; /*edc or cba*/
    text-decoration: underline;
    font-weight: normal;
}

#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;
    margin: 0;
}

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

#menu li span {
    font-size: 10px;
    font-style: italic;
    color: #fc5;
    vertical-align: top;
}

#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;
    margin: 0;
}

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

/* Topmenu
------------------------------------------------------*/
#topmenubar select {
    width: 150px;
    font-size: 11px;
    margin-left: 1em;
    margin-right: .5em;
}

#topmenubar input {
    font-size: 11px;
    margin-right: 1em;
}

#topmenu li {
    display: inline;
}

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

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

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

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

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

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

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

/* Table styles
--------------------------------------------------------- */
table {
    margin: 0 0 2em 0;
}

caption {
    text-align: left;
    font-size: larger;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
    padding-top: 2em;
    white-space: nowrap;
}

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

td {
    padding-right: 1em;
}

/* 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;
}

.capright table {
    margin-top: 2em;
}

.capright img {
    border: 1px solid #444;
}

.capright .cap {
    font-size: smaller;
    font-style: italic;
    text-align: left;
    margin-left: 0;
}

.capright .label {
    font-size: 1.1em;
    font-weight: bold;
    color: #990044;
    text-align: center;
    padding-bottom: .5em;
}


