html {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
}
body {
	background-color: #F2f2DA;
	margin-bottom: 20px;
	margin: 0;
	padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
#PageContainer {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    align-items: center;
    align-content: center;
    align-self: center;
    float: initial;
}

#TopHeader {
    border: 0;
    user-select: none;
}
#TopHeaderLogo {
    padding: 2px;
    display: inline-block;
    height: 75px;
    width: 75px;
}
#imgLogo {
    height: 75px;
    width: 75px;
}

#TopHeaderTitle {
    display: inline-block;
    font-size: 28pt;
    color: #0D4220;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 2px;
    user-select: none;
}
#TopHeaderRight {
    float: right;
    margin-top: 20px;
    padding: 2px;
    display: inline-block;
    align-content: center;
    width: 200px;
    height: auto;
    vertical-align: text-bottom;
}
#TopHeaderRight .DonationButton {
    padding: 0px 10px 0px 10px; /* Top , Right , Bottom , Left */
    font-size: 16pt;
    background-color: bisque;
    color: #0D4220;
    font-weight: bold;
    border: 1px solid #8ba38b;
}
    #TopHeaderRight .DonationButton:hover {
        background-color: #598059;
        color: #ffffff;
    }

#BodyContainer {
    margin: 0 auto; /* Top , Right , Bottom , Left */
    padding: 0;
    user-select: none;
}
#BodyLeftPanel {
    display: inline-block;
    margin: 0px 5px 0px 0px; /* Top , Right , Bottom , Left */
    padding: 0px 5px 0px 5px;
    width: 225px;
    height: auto;
    vertical-align:text-top;
}
#BodyMidPanel {
    display: inline-block;
    margin: 0px 0px 0px 0px; /* Top , Right , Bottom , Left */
    padding: 0px 5px 0px 5px;
    width: 600px;
    height: auto;
    vertical-align: text-top;
}
#BodyRightPanel {
    display: inline-block;
    margin: 0px 0px 0px 3px; /* Top , Right , Bottom , Left */
    padding: 0px 5px 0px 5px;
    width: 225px;
    height: auto;
    vertical-align: text-top;
}
BodyLeftSectionPanel {
    display: block;
    width: 100%;
    color: #598059;
    margin: 0 auto; /* Top , Right , Bottom , Left */
    padding: 0;
    width: 225px;
    height: auto;
    vertical-align: text-top;
}
.BodyMidSectionPanel {
    display: block;
    width: 100%;
    color: #598059;
    margin: 0 auto; /* Top , Right , Bottom , Left */
    padding: 0;
    height: auto;
    vertical-align: text-top;
}
.BodyRightSectionPanel {
    display: block;
    width: 100%;
    color: #598059;
    margin: 0 auto; /* Top , Right , Bottom , Left */
    padding: 0;
    height: auto;
    vertical-align: text-top;
}

#navigation-leftbar1 {
    width: 100%;
    background-color: bisque;
    margin: 0px 10px 5px 0px; /* Top , Right , Bottom , Left */
    padding: 0px 0px 0px 0px;
    font-size: 18px;
}
#navigation-leftbar1 ul {
    list-style: none;
    border: none;
}
#navigation-leftbar1 li {
    border-bottom: 1px solid #fff;
    margin: 0;
}
#navigation-leftbar1 li a, #navigation-leftbar1 li#active span {
    display: block;
    padding: 5px 0 5px 5px; /* Top , Right , Bottom , Left */
    border-left: 10px solid #8ba38b;
    background-color: #598059;
    color: #fff;
    text-decoration: none;
    width: 100%;
}
#navigation-leftbar1 li#active span {
    background-color: #d5e5d5;
    color: #0f400f;
}
#navigation-leftbar1 li a:hover {
    border-left: 10px solid #0c330c;
    background-color: #0f400f;
}
#navigation-leftbar1 li #int-select {
    display: block;
    padding: 5px 0 5px 5px;
    border-left: 10px solid #8ba38b;
    background-color: #598059;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
}
#navigation-leftbar1 li #int-select:hover {
    border-left: 10px solid #0c330c;
    background-color: #0f400f;
}
#navigation-leftbar1 li #int-select select {
    margin-top: 5px;
}

#navigation-leftbar2 {
    width: 100%;
    background-color: bisque;
    margin: 0px 10px 5px 0px; /* Top , Right , Bottom , Left */
    padding: 0px 0px 0px 0px;
    font-size: 18px;
}
#navigation-leftbar2 ul {
    list-style: none;
    border: none;
}

#navigation-leftbar2 li {
    border-bottom: 1px solid #fff;
    margin: 0;
}
#navigation-leftbar2 li a, #navigation-leftbar2 li#active span {
    display: block;
    padding: 5px 0 5px 5px; /* Top , Right , Bottom , Left */
    border-left: 10px solid #8ba38b;
    background-color: #598059;
    color: #fff;
    text-decoration: none;
    width: 100%;
}
#navigation-leftbar2 li#active span {
    background-color: #d5e5d5;
    color: #0f400f;
}
#navigation-leftbar2 li a:hover {
    border-left: 10px solid #0c330c;
    background-color: #0f400f;
}
#navigation-leftbar2 li #int-select {
    display: block;
    padding: 5px 0 5px 5px;
    border-left: 10px solid #8ba38b;
    background-color: #598059;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
}
#navigation-leftbar2 li #int-select:hover {
    border-left: 10px solid #0c330c;
    background-color: #0f400f;
}
#navigation-leftbar2 li #int-select select {
    margin-top: 5px;
}

#srchBox {
    width:inherit;
    background-color: #d5e5d5;
    color: #598059;
    margin: 0px 10px 5px 0px; /* Top , Right , Bottom , Left */
    padding: 2px 0px 7px 10px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #598059;
}
#txtSearch {
    width: 195px;
    font: 500 .97em 'arial narrow', 'helvetica condensed', 'helvetica narrow', 'dejavu sans condensed', thonburi, sans-serif;
    border: 1px solid #598059;
    padding: 0px 2px 2px 2px; /* Top , Right , Bottom , Left */
}
#srchButton {
	vertical-align: middle;
	padding: 2px;
	margin-bottom: 4px;
}
	#srchButton:hover {
		text-decoration: none;
		background: #FF8518;
	}

.Footer {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    align-self: center;
}
.FooterTable {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
}
#FooterTB {
    margin: 3px;
    padding: 0;
    position: inherit;
    color: #598059;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
}
#FooterTB a:link, #FooterTB a:visited {
    height:10px;
    color: #000000;
    text-decoration: none;
}
#FooterTB a:hover {
    color: #0f400f;
    text-decoration: underline;
}
.FooterLine {
    border-style: none;
    border-color: inherit;
    border-width: thin;
    margin-left: 10px;
    display: inherit;
    height: 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0014274E, endColorstr=#FF14274E)";
    background-image: linear-gradient(to right, #1BE0A5 0%, #FF0000 50%, #1BE0A5 100%); /* Pre IE10*/
}
.Copyright {
    margin:0;
    font-size: 9pt;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #808080;
    display: inline-block;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
}
#SlideShowContainer {
    width: 100%;
    height: 310px;
    margin: 0px 0px 5px 0px; /* Top , Right , Bottom , Left */
    padding: 5px 5px 5px 5px;
    border: 1px solid #598059; /*#d5e5d5;*/
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
}

#UpdatesTable {
    width: 100%;
}
    #UpdatesTable .UpdatesTitle {
        font-weight: bold;
        padding: 0px 0px 0px 5px; /* Top , Right , Bottom , Left */
        text-align: left;
        width: 70%;
    }
#UpdatesTable a.more:link, .UpdatesLink a.more:visited {
    padding-left: 10px;
    color: #000000;
    text-align: right;
    vertical-align: bottom;
    background-image: url("../Images/Framework/double-arrow-small.gif");
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

#UpdatesContainer {
    width: 100%;
    height: 170px;
    margin: 0px 0px 5px 0px; /* Top , Right , Bottom , Left */
    padding: 5px 5px 5px 5px;
    display: block;
    vertical-align: text-top;
    border: 1px solid #598059; /*#d5e5d5;*/
}

#Update {
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin: 0px 0px 5px 0px;
    padding: 2px 2px 2px 0px; /* Top , Right , Bottom , Left */
}

#UpdateTitle {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background: url(../Images/Common/HeaderGrey.gif) repeat-x;
    padding: 1px 1px 1px 2px; /* Top , Right , Bottom , Left */
    color: #666666;
    text-align: left;
}

.UpdateList {
    font-weight: normal;
    text-align: left;
    padding: 0px 0px 0px 2px; /* Top , Right , Bottom , Left */
}

    .UpdateList a:link, .UpdateList a:visited {
        color: #000000;
        text-decoration: underline;
        font-weight: normal;
    }

    .UpdateList a:hover {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
    }

    .UpdateList ul {
        list-style-type: circle; /*disc, circle, square, upper-roman, lower-alpha*/
    }

    .UpdateList li {
        /*list-style-image: url(../gfx/design/blckrndbullet.gif);*/
        margin-top: 5px;
        margin-left: 20px;
        margin-right: 40px;
        margin-bottom: 5px;
    }

    .UpdateList ul li {
    }

        .UpdateList ul li a {
        }

#PanelWithSolidBorder {
    width: 230px;
    background-color: #d5e5d5;
    margin: 0px 0px 3px 0px; /* Top , Right , Bottom , Left */
    padding: 3px 3px 1px 3px;
    border: 1px solid #598059;
    font-size: 16px;
    font-weight: bold;
    color: #598059;
}
#PanelWithSoftBorder {
    width: 230px;
    background-color: #d5e5d5;
    margin: 0px 0px 3px 0px; /* Top , Right , Bottom , Left */
    padding: 3px 3px 1px 3px;
    border: 1px solid #b0b094;
    font-size: 16px;
    font-weight: bold;
    color: #598059;
}
#PanelHeader {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    background: url(../Images/Common/HeaderGrey.gif) repeat-x;
    padding: 0px 3px 3px 3px; /* Top , Right , Bottom , Left */
    color: #666666;
    text-align: left;
}
#PanelNavigation {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #598059;
    border-top: 1px solid #fff;
}
#PanelNavigation ul {
    list-style: none;
    border: none;
}
#PanelNavigation li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    padding: 1px 8px 1px 0px; /* Top , Right , Bottom , Left */
}
#PanelNavigation li a {
    display: block;
    padding: 3px 0px 2px 8px; /* Top , Right , Bottom , Left */
    color: #598059;
    text-decoration: none;
    width: 100%;
}
#PanelNavigation li a:hover {
    background-color: #F2F2DA;
}

.panelHeader {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    background: url(../Images/Common/HeaderGrey.gif) repeat-x;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px 3px 3px; /* Top , Right , Bottom , Left */
    color: #666666;
    text-align: left;
}
.PanelSectionSolidBorder1 {
    width: 230px;
    background-color: #d5e5d5;
    margin: 0px 0px 5px 0px; /* Top , Right , Bottom , Left */
    padding: 3px 3px 5px 3px;
    border: 1px solid #598059;
    font-size: 16px;
    font-weight:bold;
    color: #598059;
}
.PanelSectionSolidBorder1 ul {
    list-style-type:square;
}
.PanelSectionSolidBorder1 li {
    margin-top: 1px;
    margin-left: 20px;
    margin-bottom: 1px;
    height:20px;
}
.PanelSectionSolidBorder1 li a, a:link, li#active span {
    color: #0D4220;
    text-decoration: none;
    width: 100%;
}
.PanelSectionSolidBorder1 li a:hover {
    background-color: #F2F2DA;
}
.PanelSectionSolidBorder1 li #int-select {
    text-decoration: none;
    width: 100%;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}

.PanelSectionSoftBorder {
    width: 230px;
    background-color: #d5e5d5;
    margin: 0px 0px 5px 0px; /* Top , Right , Bottom , Left */
    padding: 3px 3px 5px 3px;
    border: 1px solid #b0b094;
    font-size: 16px;
    color: #000000;
}
.PanelSectionSoftBorder ul {
    list-style-type: disc;
}
.PanelSectionSoftBorder li {
    margin-top: 1px;
    margin-left: 20px;
    margin-bottom: 1px;
}
.PanelSectionSoftBorder a:link, .bodytextcenter a:visited {
    color: navy;
}
.PanelSectionSoftBorder a:hover {
    color: #003511;
}


