/* Layout */
body
{
    margin: 0;
    background-color: #d4cbae;
	font-family: Arial;
}

.siteFrame
{
    width: 999px;
    background-color: #ffffff;
    border: #906d00 solid 1px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.header
{
    height: 158px;
    padding-left: 25px;
}

.subHeaderTitle
{
    height: 25px;
    background-color: #906d00;
    padding-right: 25px;
}

.navBar
{
    height: 28px;
}

.pageArt
{
    height: 225px;
    border-bottom: #906d00 solid 1px;
}

.rightColumn
{
    text-align: right;
    width: 250px;
    padding-top: 10px;
}


/* Text */
.body
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    border-right: #906d00 solid 6px;
}

.homeBodyText
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 700px;
    line-height: 23px;
    padding-right: 35px;
}

.bodyText
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 700px;
    line-height: 20px;
    padding-right: 30px;
}

.bodyText a
{
    color: #01483a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

.bodyText a:hover
{
    text-decoration: none;
}

.greenBox
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    border: 1px solid #8cc63f;
    background-color: #eef7e3;
    margin-top: 0px;
    padding: 10px;
}

.greenBox a
{
    color: #d4e7b3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

.greenBox a:hover
{
    text-decoration: none;
}

.subHeading
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

h1
{
    color: #c41230;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 36px;
}

h2
{
    color: #c41230;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-bottom: 6px;
    margin-top: 14px;
    line-height: 18px;
}

h3
{
    color: #906d00;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    line-height: 18px;
    vertical-align: top;
}

h4
{
    color: #906d00;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 14px;
    line-height: 18px;
    vertical-align: top;
}


/* Navigation */
.breadCrumbs
{
    color: #8cc641;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
}

.breadCrumbs a
{
    color: #8cc641;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

.breadCrumbs a:hover
{
    color: #8cc641;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}


.backToTop
{
    color: #c41230;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
}

.backToTop a
{
    color: #c41230;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

.backToTop a:hover
{
    color: #c41230;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}


/* Form elements */
form
{
    margin: 0;
}

select
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.formHeader
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 16px;
    text-align: left;
    background-color: #01483a;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.formArea
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 16px;
    text-align: left;
    background-color: #eef7e3;
    padding: 10px;
}

.formElementSpacing1
{
    vertical-align: middle;
    padding-bottom: 5px;
}

.formElementSpacing2
{
    vertical-align: middle;
    padding-bottom: 0px;
}

.subElementSpacing
{
    vertical-align: top;
    padding-bottom: 1px;
}

.label
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 13px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.textBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 18px;
    margin-right: 5px;
}

.ddlBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 22px;
    margin-right: 5px;
}

.panelHeader
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 12px;
    text-align: left;
    background-color: #01483a;
    padding: 5px;
    border-bottom: solid 1px #eef7e3;
}

.panelHeaderOpen
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 12px;
    text-align: left;
    background-color: #01483a;
    padding: 5px;
}

.panelData
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 16px;
    text-align: left;
    background-color: #eef7e3;
    padding: 10px;
    border-right: solid 1px #01483a;
    border-left: solid 1px #01483a;
}


/* Footer */
.footer
{
    height: 100px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 5px;
    border-right: #906d00 solid 6px;
}

.footerText
{
    height: 40px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

.footerText a
{
    color: #01483a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

.footerText a:hover
{
    color: #01483a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.footerTextActive
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}


/* Site Map */

.SiteMap
{
    border: none;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-left: 0px;
}

.RootNode
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 1px;
}

.RootNode a
{
    color: black;
    text-decoration: none;
}

.RootNode a:hover
{
    color: black;
    text-decoration: underline;
}

.ParentNode
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.ParentNode a
{
    color: black;
    text-decoration: none;
}

.ParentNode a:hover
{
    color: black;
    text-decoration: underline;
}

.LeafNode
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.LeafNode a
{
    color: black;
    text-decoration: none;
}

.LeafNode a:hover
{
    color: black;
    text-decoration: underline;
}

.BreadcrumbsNode
{
    color: #2fa124;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.BreadcrumbsNode a
{
    color: #2fa124;
    text-decoration: none;
}

.BreadcrumbsNode a:hover
{
    color: #2fa124;
    text-decoration: underline;
}

