/* General styling */

body, html {
    background:white;
}

* {
    font-family:Verdana, Helvetica, Sans-Serif;
}

th, td, p, dd, dl, li, body, form, input, textarea, option,
legend, select, fieldset {
    font-family:Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    line-height:18px;
}

tt {
    color:maroon;
}

img {
    border:0;
    padding:0;
    margin:0;
}

dt {
    font-weight:bold;
}

dt, dd {
    margin-top: .5em;
}

form {
    border:0;
    padding:0;
    margin:0;
}

/* Header Styling */
h1, h2, h3 {
    font-weight:bold;
}
h1 {
    font-size:1.35em;
    margin-top: 1cm;
}
h2 {
    font-size:1.2em;
}
h3 {
    font-size:1.15em;
}
h1.title {
    text-align: center;
}
h2.subtitle {
    text-align: center;
    font-size:1.0em;
}
p.byline {
    font-style:italic;
    font-size: x-small;
    text-align: center;
}

/* Table Styling */

table {
    empty-cells:show;
}
.borders td, .borders th {
    border:1px solid gray;
    padding:3px;
}
.borders {
    border-spacing:0px;
    border:1px solid gray;
}
.collapsed {
    border-collapse:collapse;
}
.elbowroom td, .elbowroom th {
    padding-right:.5em;
    padding-left:.5em;
}
.top td, .top th {
    vertical-align: top;
}
.odd td {
    background: #fcfaf2;
}
.ruled td {
    border-bottom: 1px solid #B98601;
}
.ruled tr:last-child td {
    border-bottom: none;
}
.ruled a:link, .ruled a:visited {
    text-decoration: none;
}
.ruled a:hover {
    text-decoration: underline;
}
.cleanHeaders th {
    border-style: none none solid none;
    border-color: black;
    border-width: 1px;
    text-align: left;
    background: transparent;
}
.compact td, .compact th {
    font-size:smaller;
}
.verticalHeaders th {
    text-align:right;
    border-right:1px solid #252;
    white-space:nowrap;
}
.verticalHeaders th, .verticalHeaders td {
    vertical-align:top;
}
table.classic {
    border-top: 1px solid #252;
    border-bottom: 1px solid #252;
}
table.verticalMargins {
    margin: 1em 0;
}
.hoverul:link {
    text-decoration: none;
}
.hoverul:hover {
    text-decoration: underline;
}

/* Miscellaneous Styling */

.copyright {
    font-size:75%;
}
.copyright a {
    text-decoration: none;
}
.framedPhoto {
    border: 1px solid #000;
}
.right {
    float: right;
    margin-left: 5px;
}
.left {
    float: left;
    margin-right: 5px;
}
.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.caption, .caption p {
    font-style:italic;
    font-size:x-small;
    text-align:center;
    margin:2px;
}
.bibliography p {
    margin:0 1cm;
    text-indent:-.5cm;
}
.abstract {
    width: 75%;
    margin-left:auto;
    margin-right:auto;
}
hr.divider {
    width:50%;
    margin-left:auto;
    margin-right:auto;
}

/* Vertical Navigation Styling */
.navbar ul {
    list-style: none;
    margin:0;
    padding:0;
}

.navbar li {
    font-size:10px;
    margin: 0 0 5px 0;
}

.navbar li a {
    border:1px #252;
    border-style: solid solid solid none;
    display: block;
    padding: 2px;
    margin: 0;
    color: #252;
    text-decoration: none;
    width: 100%;
    background: #eee;
}

html>body .navbar li a {
    width: auto;
}

.navbar li a:hover {
    text-decoration: none;
    background: white;
}

.navbar li a.active {
    background: #8ae;
    color: black;
}

.navbar ul ul {
    margin: 0 0 0 1em;
    padding: .5em 0 0 0;
    border: 1px #252;
    border-style: none none none solid;
}

#whatsnew {
    margin-top: 20px;
}

#whatsnew a {
    background: #c1ad8e;
    color: black;
}

#whatsnew a:hover {
    background: #eee;
}

/* Page Layout */
#header {
    background: #c1ad8e;
    width: 850px;
}

#content {
    padding: 1.5cm;
}

#wrapper {
    border:1px solid #c1ad8e;
    width: 850px;
}

#navbar {
    width:100px;
    float:left;
    margin-top: 1cm;
}

.hrd h1, .hrd h2, .hrd h3, .hrd p, .hrd b, .hrd i, .hrd a {
    font-family: Times New Roman, serif;
    margin-bottom: .4em;
    margin-top: .3em;
    font-size: medium; 
}

.hrd h1 {
    text-decoration: underline;
    font-variant: small-caps;
    font-size: 3em;
}

.hrd h2 {
    font-size: 2em;
}

.hrd h2.subtitle {
    font-weight: normal;
    font-size: 1em;
    text-decoration: underline;
    font-style: italic;
    margin-bottom: 2em;
}

.hrd hr {
    width: 75%;
    color: black;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
}

.hrd .caption {
    font-size: small; 
    font-style: normal;
}

img.alignright {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

img.alignleft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

span.first-letter {
    display:block;
    float:left;
    font-size:36px;
    line-height:36px;
    width:auto;
    font-weight:bold;
    padding-right: 5px;
    font-family: georgia, times;
}
