body {
    color: #170e02;
    font: 16px Arial,Verdana;
}
/*body {
    color: #422D12;
    font: 16px arial, verdana;
}*/
.h-center {
    text-align: center;
}
.pcont {
    line-height: 24px;
}

.clear_both {
    clear: both;
}

h1, h2, h3, h4, h5 {
    font-family: Georgia;
    font-style: italic;
}

h2 {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 26px;
}

h3 {
    font-size: 18px;
    margin: 14px 0;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    margin: 14px 0;
    line-height: 22px;
}


p {
    margin: 10px 20px;
    text-align: justify;
}

p.p-noxmargin {
    margin: 10px 0;
}

p.p-center {
    text-align: center;
}

ul {
    margin: 10px 20px 10px 40px;
}

ul li {
    padding-bottom: 5px;
}

ol {
    margin: 10px 20px 10px 40px;
}

ol li {
    padding-bottom: 5px;
}

.imgright-nobg {
    float: right;
    margin: 0px 20px 10px 10px;
}

cite {
    font-style:italic;
    margin: 10px 20px;
    padding: 5px 5px 5px 20px;
}

cite.ontop
{
    display: block;
    padding-left: 300px;
}

blockquote {
    padding-left: 30px;
}

.img-border
{
    border: 2px solid #A99580;
}

.pcont a img
{
    border: none;
}

.pcont img.img-left
{
    float: left;
    margin: 10px 20px 10px 0px;
    border: 2px solid #A99580;
}

.pcont img.img-right
{
    float: right;
    margin: 10px 0px 10px 20px;
    border: 2px solid #A99580;
}

.img-slide
{
    text-align: center;
}

.img-slide p
{
    font-style: italic;
}

hr
{
    background: url("img/lm_longline.gif") no-repeat left top;
    height: 5px;
    margin: 10px 0px 20px;
    border: none;
}

table.tbrd
{
    margin: 20px auto;
}

table.tbrd, table.tbrd td
{
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #422D12;
}

table.tbrd thead
{
    font-weight: bold;
}

body table.tbrd_light, body table.tbrd_light td {
    border: 1px solid #8E846B;
}

table.tnobrd
{
    margin: 20px auto;
}

table.tnobrd, table.tnobrd td
{
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}

.pcont table.nobodrer, .pcont table.nobodrer td
{
    border: none;
}

.pcont table td
{
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

.footer-top
{
    float: right;
}

.footer-top-a
{
    display: block;
    width: 20px;
    height: 18px;
    background: url(img/gotop.gif) no-repeat 0 -18px;
}

.footer-top-a:hover
{
    background: url(img/gotop.gif) no-repeat 0 0;
}

.regioncard
{
    margin: 20px; padding: 10px;
    overflow: hidden;
}

.regioncard h4
{
    margin-top: 0;
    font-size: 15px;
}

.regioncard p
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.regioncard-city
{
    margin: 0 0 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #3B2810;
}

.regioncard-img
{
    float: right;
    margin: 5px 5px 10px 20px;
    border: 2px solid #8E846B !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.regioncard-label
{
    font-size: 14px;
    font-weight: bold;
    color: #3B2810;
}