body {
    background-color: #fff;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt;
}

#wrapper {
    background-color: #83b342;   
    max-width: 978px;
    margin: 0 auto;
}
#menunarrow {
    display: none;
}

#menuwide {
    display: block;
}
a:link {
    color: #9d0708; 
    text-decoration: none;
}

a:visited {
    color: #9d0708;
    text-decoration: none;
}

a:active {
    color: #9d0708;
    text-decoration: none;
}

a:hover {
    color: #83b342;
    text-decoration: none;
}

.green {
    color: #00883d;
    font-weight: bold;
}

.pink {
    color: #CD2E95;
}

.purple {
    color: #9900CC;
}

.RedBoldBigSpaced {
    font-size: 11pt;
    font-weight: bold;
    color: #ce1126;
    line-height: 14pt;
    text-decoration: none;
}

.TableOuter {
    border: 5px solid #83b342;
    background-color: #ffffff;
    width: 100%;
}

    .TableOuter tr > td {
        padding: 20px;
        text-align: left;
    }

.TableInner {
    border: solid 2pt #83b342;
    width: 100%;
}

    .TableInner tr > td {
        padding: 10px;
        border: solid 1pt #83b342;
        text-align: left;
    }

.hdrC {
     text-align:center;
     background-image:url("../images/newvenue.png");
     background-repeat: no-repeat;
     background-size: 150px;
     background-position: 550px;

 }
.hdrL {
    float: left;
}

.hdrR {
    float: right;
}

#TableMenu {
    width: 100%;
    border: 2pt solid #83b342;
    text-align: left;
}

    #TableMenu td {
        padding: 2px;
        border: 1pt solid #83b342;
        vertical-align: top;
        text-align:left;
    }

    #TableMenu .TableMenuDet {
        width: 100%;
        border: none;
    }

        #TableMenu .TableMenuDet td {
            border: none;
            padding: 0;
            vertical-align: top;
        }
 

#HeadLine {
    margin-top: 2px;
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 10px;
}
.HeadLineTitle {
    font-size: 18pt;
    line-height: 35pt;
    font-weight: bolder;
    color: #ffffff;
    background-color: #83b342;
    letter-spacing: 3pt;
    margin-bottom: -5pt;
    background-position: center center;
    text-align: center;
    border: thin none #a66f35;
}
.HeadlineTitleBigBul {
    font-size: 18pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20pt;
    text-align: center;
    color: #0061af;
}
.info {
    font-size: 12px;
    font-weight: bold;
}
.Item1 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    background-color: #83b342;
    color: #ffffff;
    line-height: 17pt;
    border: 1pt solid #ffffff;
}

.HeadlineTitleSpaced {
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    top: -15px;
    margin-bottom: -10px;
    text-align: center;
}

.Bold_Red_Small {
    font-size: 9pt;
    font-weight: bold;
    color: #9d0708;
    line-height: 12pt;
    text-decoration: none;
}

.Bold_Red {
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000;
    line-height: 12pt;
    text-decoration: none;
}

.Bold_Blue {
    font-size: 11pt;
    font-weight: bold;
    color: #0075ff;
    line-height: 12pt;
    text-decoration: none;
}

.Bold_BlueSmall {
    font-size: 9pt;
    font-weight: bold;
    color: #0075ff;
    line-height: 12pt;
    text-decoration: none;
}

.Negative_Red {
    font-size: 14pt;
    line-height: 18pt;
    font-weight: bolder;
    color: #ffffff;
    background-color: #83b342;
    letter-spacing: 3pt;
    margin-bottom: -5pt;
    background-position: center center;
    text-align: center;
    border: thin none #83b342;
}

.Footnote {
    color: #ff7400;
    font-size: 10pt;
    font-weight: bold;
}

.Red {
    color: #83b342;
}

.Blue {
    color: #0075ff;
}

.ven {
    float: right;
    margin: 3px;
}

.TableEntries {
    font-size: 9pt;
    color: #000000;
    line-height: 1em;
    text-decoration: none;
    border: 2pt solid #83b342;
    background-color: #fff;
    width: 100%;
}
.TableEntries td {
    vertical-align:top;
}
table#TablePhoto {
    margin-top: 10px;
    border: #83b342 solid 2pt;
     width:100%;
}

#TablePhoto {
    border-collapse: separate;
}

    #TablePhoto td {
        vertical-align: middle;
        text-align: center;
        background-color: #FFFFFF;
        padding-top: 5px;
        border: #83b342 solid 1pt;
        width:250px;
    }

        #TablePhoto td img {
            border: none;
        }

        #TablePhoto td div {
            font-weight: bold;
            margin-top: 0px;
            margin-bottom: 0;
            color: #83b342;
            background-color: #FFFFFF;
            height: 40px;
            border: none;
            overflow: auto;
        }

#lightboxDetails {
    font-weight: bold;
}


table.aycEnt {
    margin-top: 10px;
}

.left {float:left;}
.right {float:right;}
.half {width:50%;}
.third {width:33%;}
.asciifix { font-family: Times, Serif; font-size: 150%; line-height: 0;}

.pdflist ul {
    list-style-image: url(/images/pdf.gif);
}

.pdflist li {
    padding-left: 5px;
}
.pdf {
    border:none;
    width: 19px;
    height: 19px;
    margin: 0 5px;
    vertical-align: middle;
}


fieldset {
    padding: 20px;
    border: 1px solid #ff0000;
    border-radius: 10px;
    box-shadow: 0 0 10px #CCCCCC;
    margin-bottom: 20px;
}

    fieldset * {
        font-size: 13px;
    }

legend {
    float: left;
    margin-top: -30px;
    padding: 3px 10px;
    background: none #ececec;
    border: 1px solid #ff0000;
    border-radius: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px;
}

    legend + * {
        clear: both;
    }

#contacts div {
    float: left;
    width: 25%;
}
/* Partners */
.partnerform {
     background-color: #d0e3b5;
}
.partreq th {
    color: #9d0708;
    background-color: #d9d9d9;
}
.parthead th {
    color: #527029;    
    background-color:#fff;
}
.prog {
    padding: 2px;
}

    .prog h2, .prog h3 {
        text-align: center;
    }

    .prog table {
        width: 100%;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #000000;
        line-height: 13pt;
        border: 1pt solid #000000;
        border-collapse: collapse;
        background-color: #EEF700;
    }

    .prog td, .prog th {
        border: 1pt solid #000000;
        width: 33%;
        text-align: left;
        vertical-align: top;
        padding: 2px;
    }

    .acc, .acc tr > td {border: none}
    .acc tr > td {padding:4px;}