/* Global type settings */
body, p, td, blockquote, li, dt, ol, th, form {
    font-family: georgia, bookman old style, bookman, times new roman, times, serif;
    font-size: 9pt;
    color: #000000;
}

body.background {
    background: #996532;
    margin-left: 0;
    margin-right: 0;
}

body.title {
    background: #996532;
    margin-left: 0;
    margin-right: 0;
}

body.content {
    background: #E5CCB2;
    margin-left: 14;
    margin-right: 6;
    margin-top: 6;
}

p.toc {
    line-height: 150%;
}

p.event {
    margin-bottom: 0;
    text-decoration: none;
    font-size: 14pt;
    font-weight: bold;
    color: #0000000;
    text-align: center;
}

p.event-date {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 12pt;
    color: #0000000;
    text-align: center;
}

p.event-info {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 12pt;
    color: #0000000;
    text-align: center;
}

p.indented {
    margin-top: 1;
    margin-left: 16;
    margin-bottom: 10;
}

p.mission {
    margin-bottom: 0;
    text-decoration: none;
    font-size: 14pt;
    font-weight: bold;
    color: #0000000;
    text-align: center;
    margin-left: 30;
    margin-right: 30;
}

ul {
    margin-top: 2;
    margin-left: 24;
    margin-bottom: 8;
}

ul.indented {
    margin-left: 48; 
}

li {
    margin-bottom: 10;
}

li.indented {
    margin-left: 30;
}

/* Tables */

table.frame {
    background: #996532;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table.indented {
    margin-left: 20;
}

TD.indented {
    margin-left: 20;
}

/* Link settings */

a {
    color: #0000CC;
 }

a:hover {
    color: #AA0000;
}

a.toc {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #F4993D;
 }

a.toc:hover {
    color: #dddd00;
}

a.toc:active {
    color: #dddd00;
}

/* Heading Classes */

h1 {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #993132;
    text-align: left;
    text-decoration: underline;
    margin-top: 16;
}

h1.title {
    margin-bottom: 0;
    text-decoration: none;
    font-size: 20pt;
    text-align: center;
    color: #CCCC65;
}

h2 {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #994B31;
    white-space: normal;
    margin-bottom: 10;
}

h2.title {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 12pt;
    color: #CCCC65;
    text-align: center;
}

h3 {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #CCCC65;
    white-space:normal;
}

hr.menu {
    color: #405BC0;
}
