/*************************************************************/
/*                      GENERAL PAGE STYLING                 */
/*************************************************************/

body {
    font-family: Verdana, sans-serif;
}

a {
    color: #B34C00; /* dark orange */
    text-decoration: underline;
}
a:hover {
    color: #4C6A25; /* dark green */
}

/*** http://alistapart.com/articles/hattrick ***/
#center abbr a, #center dfn a
#right abbr a, #right dfn a {
    color: inherit;
    text-decoration: none;
    cursor: help;
/*    border-bottom-width: 1px;
    border-bottom-style: dotted; */
}


/*************************************************************/
/*                        CENTER COLUMN                      */
/*************************************************************/

#center {
    word-spacing: 15%;
    line-height: 130%;
    font-size: 80%;
    border-bottom: 2em solid white;
}

h1 {
    color: #4C6A25; /* dark green */
    font-size: 160%;
    padding:0;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

h2, h3, h4, h5 {
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #4C6A25; /* dark green */
    clear: both;
}
h2 {font-size: 125%;}
h3 {font-size: 115%;}
h4 {font-size: 105%;}
p {
    margin: 0 0 1em 0;
}


#center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#center img.icon {
    display: inline;
}

/* http://www.designmeme.com/articles/csspullquotes/ */
blockquote
{
    margin: 0 30px;
    padding: 12px;
    padding-left: 65px;
    background-color: #F7EFE7;
    background-image: url('/images/quote.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    font-size: 1.1em;
/*    font-style: italic; /* IE MUST DIE */
    line-height: 1.3em;
    text-align: right;
}
blockquote p {
    margin: 0;
}
blockquote cite {
    font-weight: bold;
}



dt {
    font-size: 115%;
    padding-left: 10px;
    font-weight: bold;
    color: #4C6A25; /* dark green */
    margin-top: 15px;
}

dd p {
    margin: 0;
    padding: 0;
    line-height: 110%;
}

hr {
    border: 0;
    width: 90%;
    color: #4C6A25; /* dark green */
    background-color: #4C6A25; /* dark green */
    height: 2px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.content_list li {
    list-style: none;
}

#center ul, #center ol {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
}

#center hr {
    margin: 10px 0;
}

p + ol, p + ul {
    margin-top: -1em !important;
}

hr {
    margin: 1em 0;
}

p + hr {
    margin-top: -.5em !important;
    margin-bottom: .5em !important;
}

#center ol { list-style-type: decimal }
#center ol ol { list-style-type: upper-alpha }
#center ol ol ol { list-style-type: upper-roman }
#center ol ol ol ol { list-style-type: lower-alpha }
#center ol ol ol ol ol { list-style-type: lower-roman }
#center ol ol ol ol ol ol { list-style-type: decimal }

