/* Defaults */
BODY, TD {
    color:#53442A;
    font-size:97%;
    text-decoration:none;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
    line-height: 175%;
    list-style-position: outside;
    list-style-type: square;
}
BODY {
    background-image: url(../images/green-background.jpg);
}
a {
    color:#53442A;
    /* text-decoration:none; */
}
a:link {
    color:#53442A;
}
a:visited {
    color:#53442A;
}
a:hover {
    color: #3B1E1A;
    /* text-decoration: underline; */
}
h1 {
    font-weight: bold;
    font-size: 200%;
    line-height: 150%;
    text-align: left;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
}
h2 {
    font-weight: bold;
    font-size: 130%;
    line-height: 100%;
    text-align: left;
    padding: 0px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
h3 {
    font-weight: bold;
    font-size: 110%;
    line-height: 150%;
    text-align: left;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: -16px;
    margin-left: 0px;
}
/* End Defaults*/


/* Custom Styles */
.mynormal {
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
}
.heading {
    font-weight: bold;
    font-size: 200%;
}
.side {
    line-height: 240%;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 93%;
}
.siderows {
    line-height: 240%;
    font-weight: normal;
    font-size: 93%;
}
.top {
    font-size: 100%;
    line-height: 20pt;
    color: #333333;
}
.inset {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
}
.insetText {
    font-size: 100%;
}
.insetTitle {
    font-size: 100%;
    font-weight: bold;
    color: #390606;
    font-style: italic;
}
.quotes {
    font-size: 130%;
    font-family: Goudy, Georgia, "Times New Roman", Times, serif;
    color: #390606;
    font-style: italic;
    line-height:30px;
}
.whiteText {
    color: #FFFFFF;
}
.quotes-header {
    font-size: 150%;
    font-family: Goudy, Georgia, "Times New Roman", Times, serif;
    color: #390606;
    font-style: italic;
    line-height:30px;
}
.headings {
font-family: Goudy, Georgia, "Times New Roman", Times, serif;
font-size:200%;
letter-spacing:-1px;
}
.imgBoxText{
    height:30px;
    width:300px;
    text-align:center;
    line-height:30px;
    font-size: 95%;
}
.imgBoxText a {
    text-decoration: underline;
}
.imgBoxText a:link {
    text-decoration: underline;
}.imgBoxText a:visited {
    text-decoration: underline;
}
.imgBoxText a:hover {
    text-decoration: underline;
}
.imgBoxImage{
    vertical-align:middle
}
.smallerText {
    line-height: 175%;
    font-size: 90%;
}
.bottom {
    font-size: 90%;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center
}
.bottom a {
    color: #FFFFFF;
    text-decoration: none;
}
.bottom a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.bottom a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.bottom a:hover {
    color: #E1D3A8;
    text-decoration: underline;
}
/* End Custom Styles */


/* Footer Navigation Style */
.footernav {
    text-decoration:none;
    font-size: 95%;
}
.footernav a {
    text-decoration:none;
    font-size: 95%;
}
.footernav a:link {
    text-decoration:none;
    font-size: 95%;
}
.footernav a:visited {
    text-decoration:none;
    font-size: 95%;
}
.footernav a:hover {
    text-decoration:underline;
}
/* End Foother Navigation Style */


/* Footer Text Style*/
.footer {
    line-height: 150%;
    color: #FFFFFF;
    font-size: 85%;
}
.footer a {
    color: #FFFFFF;
    text-decoration:none;
}
.footer a:link {
    color: #FFFFFF;
    text-decoration:none;
}
.footer a:visited {
    color: #FFFFFF;
    text-decoration:none;
}
.footer a:hover {
    text-decoration:underline;
}
/* End Foother Text Style */

img.floatLeft {
    float:left;
    margin: 13px 20px 10px -40px;
    }

img.floatRight {
    float:right;
    margin: 0 6px 0 20px;
    }
p img.floatRight {
    float:right;
    margin: 13px -40px 10px 20px;
    }
img.sub {
    margin:6px 0 -11px 0px;
    }
