html
{
    color: black;
    background-color: #EEF;
    width: 100%;
}

body
{
    color: inherit;
    background-color: #C0DFFD;
    width: 100%;
    margin: 0px;
    font-family: times, serif;
}

div#pageheader
{
    background-color: #003366;
    color: white;
    padding-bottom: 1em;
    padding-top: 0.5em;
    width: 100%;
    position: relative;
    text-align: center;
    background-image: url(/images/header.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 130px;
}

div#pageheader span#pagetitle
{
    font-family: sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: xx-large;
    letter-spacing: 0.75em;
    width: 60%;
    display: none;
}

div#pageheader span#pagesubtitle
{
    font-size: xx-large;
    font-weight: bold;
    font-family: serif;
    padding-left: 0.5em;
    display: block;
    letter-spacing: 0.75em;
    display: none;
}

div#mainmenu
{
    color: inherit;
    background-color: #E6F3FF;
    float: left;
    height: 100%;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-right: 1em;
    margin-right: 2.5em;
    margin-bottom: 1.5em;
    text-align: center;
}

div#mainmenu ul
{
    text-align: left;
}

div#mainmenu li.submenu
{
    border-top: 1px dotted #777;
    list-style: none;
    margin-top: 1em;
    margin-left: -20px;
    padding-left: 0px;
}

div#mainmenu li.submenu ul li
{
    list-style-type: square;
    margin-left: -10px;
    padding-right: 2em;
}

div#mainmenu li.submenu a
{
    font-family: serif;
    text-decoration: none;
    font-weight: bold;
}

div#mainmenu li.submenu a:hover
{
    text-decoration: underline;
}

div#mainmenu img.bottom
{
    border: 2px solid #222;
    margin-bottom: 20px;
}

div#mainmenu img.top
{
    border: 2px solid #222;
    margin-top: 20px;
}

div#destinations
{
    float: right;
    text-align: center;
}

div#destinations div#donation
{
    margin-left: auto;
    margin-right: auto;
}

div#pagecontent
{
    padding-left: 2em;
    padding-right: 2em;
    text-align: justify;
}

div#pagecontent h2,h3
{
    text-align: center;
    color: #3366CC;
    background-color: inherit;
}

p#mission 
{
    text-align: justify;
    font-size : 1.25em;
    font-weight : bold;
    font-family: serif;
    color: black;
    background-color: inherit;
}

div#pagecontent h1
{
    text-align: center;
    color: #3366CC;
    background-color: inherit;
}

div#pagecontent p
{
    text-indent: 1.5em;
}

div#pagecontent ul
{
   text-align: left;
}

div.photograph
{
    float: left;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 1em;
}

div.photograph2
{
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 1em;
}

span.caption
{
    display: block;
    width: 370px;
    text-align: center;
    font-size: small;
}

div#destinations
{
    border-left: 1px dotted #777;
    margin-left: 2em;
    padding-left: 1em;
}

div#destinations div.smallphotograph
{
    margin-top: 2em;
    margin-bottom: 2em;
}

div#destinations div.smallphotograph img
{
    border: none;
}

div#destinations div.smallphotograph span.caption
{
    width: 240px;
    text-align: center;
}

div.alert
{
    color: #D33;
    background-color: inherit;
    font-weight: bold;
    width: 75%;
    margin-left: 3em;
    margin-right: auto;
    padding-top: 2em;    
}

span.notice
{
    text-decoration: underline;
    font-style: italic;
}

div#appendix
{
    text-align: center;
    font-weight: bold;
    font-size: larger;
    margin-top: 3em;
    clear: both;
}

dl dt
{
    font-weight: bold;
}

dl dd
{
    margin-bottom: 1em;
}

form.feedbackform
{
    text-align: left;
}

form.feedbackform fieldset
{
    padding-left: 2em;
    margin-right: 2em;
}

form.feedbackform label
{
    width: 75%;
    font-weight: bold;
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;   
}

form.feedbackform fieldset.radiofield
{
    margin-top: 2em;
    margin-bottom: 1em;
    border-bottom: 0px;
    border: 1px dotted;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

form.feedbackform fieldset.radiofield label
{
    display: inline;
    padding-left: 0em;
}

div#pagefooter
{
    color: inherit;
    background-color: #EEF;
    width: 100%;
    border-top: 1px dotted black;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: small;
    text-align: center;
    clear: both;
}

div#pagefooter p
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

div#pagefooter span.sitecredits
{
    display: block;
    font-weight: normal;
    font-style: italic;
/*	font-size: xsmall;*/
}

div#pagefooter span#siteinfo
{
    display: block;
    font-weight: normal;
    font-style: italic;
}
div#pagecontent table
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    color: #3366CC;
    background-color: inherit;
}