
body {
    margin: 0;
    padding: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85.01%;
    background: #E8F4C3;
}

a img {
    border: 0;
}

img.section {
    border: 0;
}

i {
    overflow: hidden;
    zoom: 1;
    /* IE confuses element widths when italic text spans more than one line. */
}

body.front #body {
    background: white;
}

body.front #body .column {
    background: white;
    width: 400px;
    float: left;
}

body.front #body .column .photo {
    background: #EAEFDB;
    margin: 3px 4px;
    text-align: center;
}

body.front #body .column .description {
    border-top: solid 1px #929E6F;
    font-size: 100%;
    height: 24em;
    overflow: hidden;
}

body.front #body .column .description h2 {
    margin: 0;
    padding: 0;
}

body.front #body .column .description ul {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 0;
}

body.front #body .column .buttons {
    text-align: right;
    padding: 1em;
}

body.front #body .column .buttons ul {
    margin: 0.5em 0;
    padding: 0;
}

body.front #body .column .buttons ul li {
    display: inline;
    padding: 0 0.5em;
    margin: 0;
}

body.front #body #colwrapper {
    border-bottom: solid 1px #929E6F;
}

body.front #body #colind {
    border-right: solid 1px #929E6F;
    width: 399px !important;
    color: #2A0079;
}

body.front #body #colpro {
    color: #633;
}

body.content #body #colwrapper {
    background: #c6d49d bottom left repeat-x url('column-bg.png');
    zoom: 1; /* To fix peekaboo bug in IE */
}

body.content #body #sidecol {
    width: 141px;
    float: left;
}

body.content #body #maincol {
    border-left: solid 1px #7F7F7F;
    width: 659px;
    float: left;
    background: white;
}

body.content #body #maincol[id] {
    width: 658px;
    /* IE includes border width in element width. Mozilla doesn't. */
}

body.content #body #maincol .content {
    padding: 0px 15px;
}

body.content #body #maincol .content p {
    margin-left: 26px;
}

body.content #footer[id] {
    margin-top: 1px;
    margin-bottom: -1px;
}

#body h1 {
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    font-size: 190%;
    color: #933;
    margin-top: 0.5em;
}

#body h2 {
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #669;
}

#screen {
    padding: auto;
    text-align: center;
}

#page {
    text-align: left;
    width: 804px;
    margin: auto;
    border: solid 2px #7F7F7F;
}

#page[id] {
    width: 800px;
}

#header {
    background: #929E6F;
    zoom: 1; /* To fix peekaboo bug in IE */
}

#headerlogo {
    float: left;
}

#headermenu {
    border-top: solid 1px #C7CB95;
    padding-left: 142px;
    font-size: 90%;
}

#headermenu ul {
    padding: 0;
    margin: 0;
}

#headermenu ul li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#headermenu ul li a {
    display: block;
    float: left;
    color: #e8f4c3;
    padding: 0 1.4em;
    line-height: 1.5em;
    text-decoration: none;
    border-right: dotted 1px #b8c690;
    height: 20px;
}

#headermenu ul li a[href] {
    min-height: 19px;
    height: auto;
}

#headermenu ul li a:hover,
#headermenu ul li a.active {
    background: #e8f4c3;
    color: #a44d46;
}

#headertop {
    background: top right no-repeat url('header-bg.png');
    zoom: 1;
}

#headertop #linkhome {
    position: relative;
    left: -3px;
    /* The above is for IE only, to correct the famous three-pixel gap bug. */
}

#headertop #linkhome[id] {
    left: 0;
}

#headerframe {
    background: top left repeat-x url('header-frame.png');
    height: 13px;
}

#body a {
    color: #933;
}

#bodymenu {
    font-size: 90%;
    padding: 0.5em 0;
    border-bottom: solid 1px #7F7F7F;
    background: #E8F4C3;
}

#bodymenu ul {
    margin: 0 0.5em;
    padding: 0;
}

#bodymenu ul li {
    display: inline;
}

#bodymenu[id] ul li {
    margin-right: 0;
}

#bodymenu ul li a {
    color: #435324;
    text-decoration: none;
    padding: 0 1em;
    border-left: solid 1px #7F7F7F;
}

#bodymenu ul li.first a {
    border: none;
}

#bodymenu ul li a:hover {
    color: #933;
}

#bodymenu ul li a.active {
    color: #933;
    font-weight: bold;
}

#bodynote {
    border-top: solid 1px #929E6F;
    padding: 0.5em;
    color: #929E6F;
    font-size: 90%;
}

#bodynote p {
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-top: 0;
    padding-bottom: 0;
}

#bodynote a {
    color: #929E6F;
}

#copyright {
    font-size: 95%;
}

#footer {
    background: #929E6F;
    color: #C5D39B;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 80%;
    padding: 0.5em 1em;
}

#footer a {
    color: #C5D39B;
    text-decoration: none;
}

#footer a:hover {
    color: white;
}

#footer em {
    color: #E8F4C3;
    font-style: normal;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    margin: 0 1em 0 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 1px;
    line-height: 0.1px;
    font-size: 0.1px;
    width: 100%;
    overflow: hidden;
}


