body
{
    margin: 0px;
    text-align: justify;
    background-image: url(images/bg_body.jpg);   
    background-position: center;
    background-repeat: repeat-y;
}

.content
{
    font-family: Arial;
    font-size: 9pt;
    text-align: justify;
    color: #000000;
    padding: 8px;

}
.HeaderDiv
{
    padding: 0px;
    margin: 2px;
    padding-top: 5px;
    text-align: center;
    background-color: #f1f1f1;
    font-family: verdana;
    font-size: 8pt;
    font-weight: 600;
}
.Footer
{
    background-image: url(images/footer_bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    width: 1000px;
    height: 65px;
    float: left;
    font-family: verdana;
    font-size: 8pt;
    text-align: center;
    padding-top: 10px;
    color:black;
    line-height: 10pt;
}
.TopMenuButtons
{
    height: 50px;
    width: 90px;
    background-color: transparent;
    background-image: url(images/bg_topmenu.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0px;
    padding-top: 21px;
    text-align: center;
    vertical-align: middle;
    color: #242424;
    font-size: 8pt;
    font-family: verdana;
    font-weight: 600;
    float: left;
}
.TopMenuButtons:hover
{
    background-image: url(images/bg_topmenu_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    color: #f4e9d5;
}

.TopMenuButtonsActive
{
    height: 50px;
    width: 90px;
    background-color: transparent;
    background-image: url(images/bg_topmenu_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0px;
    padding-top: 21px;
    text-align: center;
    vertical-align: middle;
    color: #f4e9d5;
    font-size: 8pt;
    font-family: verdana;
    font-weight: 600;
    float: left;
}

.TopMenuButtonsActive:hover
{
    cursor:pointer;
    color: #ffffff;
}

Text, Html
{
    scrollbar-3dlight-color: #434343;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #121212;
    scrollbar-darkshadow-color: #232323;
    scrollbar-face-color: #121212;
    scrollbar-highlight-color: #888888;
    scrollbar-shadow-color: #181818;
}

.MainDiv
{
    width: 1000px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #121212;
    border-left-color: #121212;
    border-width: 0px;
    float: left;
}

.Hyperlinks
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}
.Hyperlinks:hover
{
    color: red;
}

.BoxesOnMainPage
{
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #212121;
    float: left;
    text-align: justify;
}

.List
{
    text-align: left;
    color: #808080;
    line-height: 16pt;
    list-style-type: circle;
}
.MailToLinks
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: 100;
    color: #FEE085;
    text-decoration: none;       
}
.MailToLinks:hover
{
    color: #BB7C3E;
}
.InputSubscribe
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: 400;
    background-color: #F5ECDC;
    color: #232323;
    border: solid 2px #9a8159;
    padding-left: 3px;
    height: 14px;
    width: 260px;
}
.Buttons
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: 500;
    color: #dddddd;
    border: 1px solid #323232;
    background-color: #232323;
    width: 150px;
    height: 32px;
    border-width: 1px;
}
.Buttons:hover
{
    color: #FEE085;
    border: 1px solid #FEE085;
    cursor: pointer;
}
.ImagesWithBorder
{
    border: solid 6px #292929;
}
.InputsOnContact
{
    padding: 3px 3px 3px 4px;
    background-color: #000000;
    font-family: verdana;
    font-size: 7pt;
    color: #aeaeae;
    border: solid 1px #414141;
    width: 240px;
}
.StylishHeading1
{
    font-size: 10pt;
    font-style: italic;
    font-weight: 600;
    color: #d6ba95;
    font-family: verdana;
}

.StylishHeading2
{
    font-weight: 500;
    color: #d6ba95;
    font-family: verdana;
    font-size: 8pt;
}

.StylishHeading_Gray
{
    font-size: 10pt;
    font-style: italic;
    font-weight: 600;
    font-family: verdana;
}

.HeaderText
{
    color: #463724;
    font-family: 'Arial Rounded MT Bold';
    font-size: 26pt;
    font-weight: 500;
    line-height: 18pt;
    line-height: 20pt;
    font-style: italic;
    font-variant: small-caps;
}


