body {
width: 970px
width: 100%;
font-size: 120%;
line-height: 125%;
}

#page {
width: 900px;
margin-left:  76px;
}

#logo {
position: absolute;
top: 8px;
left: 79px;
 }

/* ========== Images ========== */

.brdr {
margin: 0 auto;
text-align: center;
border: 2px solid #00688b;
}

.nobrdr {
border: none;
}

.right {
float: right;
}

.left {
float:left;
border: none;
padding-right: 0.6em;
}

.center {
text-align: center;
margin: 0 auto;
}

.caption {
font-size: 80%;
font-style: italic;
text-align: center;
}

/* ========== Typography ========== */
h1 {
text-align: center;
font : 200% Constantia, "Palatino Linotype", Palatino, Georgia, serif;
margin-top: 0.8em;
line-height: 1.1;
}

h2 {
width: 100%;
margin: 1em auto 1em auto;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
font-size: 180%;
display: block;
font-weight: normal;
vertical-align: middle;
letter-spacing: 2px;
text-align: center;
background: #f0f8ff url(../art/yelback.jpg) repeat right top;
border-top: 3px solid #eee8aa;
border-right: 3px solid #eed8ae;
border-bottom: 3px solid #eee9bf;
border-left: 3px solid #f5f5dc;
padding: 0.2em;
clear: both;
}

.small {
font-size: 90%
}

.date {
text-align:center;
font-size: 120%;
margin-top: 0;
}

h3 {
font-size: 140%;
color: #1C86EE;
text-align: center;
}

h4 {
width: 100%;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
font-size: 120%;
display: block;
font-weight: normal;
vertical-align: middle;
}


p {
text-align: left;
font-size: 100%;
line-height: 120%;
width: 42em;
}

.bigdivider { /* light gray-green bar, half the width of the text area. Use a content-empty para. */
position: relative;
margin-top: 1.5em;
border-top: 4px solid #4682b4;
width: 100%;
text-align: center;
clear: both;
}

table {
border-collapse: collapse;
margin: 0 auto; 
}

th {
border: 1px solid black;
background: white;
}

td {
padding: 0.4em;
border: 1px solid black;
}

/* ========== Links ========== */

a:link  {
display: inline;
margin: 0;
padding: 0;
background-color: #e0ffff;
color: #0000cd;
text-decoration: underline;
}

a:visited {
display: inline;
margin: 0;
padding: 0;
text-decoration: underline;
background-color: #e0ffff;
color: #00008b;
}

a:hover {
display: inline;
margin: 0;
padding: 0;
text-decoration: none;
}


/* ======== footer with links ======= */

.nav-hdr {
font-size: 120%; 
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
color: #191970;
font-weight: bold;
text-align: center;
margin-top: 20px; 
margin-bottom: 11px;
font-variant:small-caps;
}

.navbar {
text-align: center;
line-height: 1.3em; 
width: 900px; 
font-size: 90%;
padding: 0.5em;
margin-left: -13px; 

}

.navbar ul {
margin: 0 auto 3em auto; 
line-height: 105%; 
width: 60%;
text-align: left;
list-style-type: none;
}

.navbar li {
text-align: left;
border-bottom: #ececec 1px solid;
list-style-type: none;
font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
font-size: 100%; 
}

.navbar a:link {
display: block;
padding: 0.3em;
padding-left: 0.9em;
margin-bottom: 0.1em;
background-color: #e0ffff;
border: 1px solid #ffe4c4;
text-decoration: none;
width: 100%;
}

.navbar a:visited {
display: block;
padding: 0.3em;
padding-left: 0.9em;
color:  #000000;
background: #e0ffff;
border: 1px solid #ffe4c4;
text-decoration: none;
width: 100%;
}

.navbar a:hover {
display: block;
padding: 0.3em;
padding-left: 0.9em;
text-decoration: none;
background-color:  #1c86ee;
color: white;
text-decoration: none;
}


/*  Small listings of links with blue backgrounds */
.linklist {
width:  200px;
text-align: left;
margin:  0 auto;
margin-bottom: 1em;
list-style-type: none;
}

.linklist a:link {
display: block;
padding-left: 0.9em;
margin-bottom: 0.1em;
background-color: #e0ffff;
border: 1px solid #ffe4c4;
text-decoration: none;
width: 100%;
}

.linklist a:visited {
display: block;
padding-left: 0.9em;
margin-bottom: 0.1em;
color:  #000000;
background: #e0ffff;
border: 1px solid #ffe4c4;
text-decoration: none;
width: 100%;
}

.linklist a:hover {
display: block;
padding-left: 0.9em;
margin-bottom: 0.1em;
text-decoration: none;
background-color:  #1c86ee;
color: white;
text-decoration: none;
}

