﻿/*
*** Colors:
***
*** Rust = #a64500
*** Background = #d4c8b8
*** Light Background = #eeebe4
*** Light Background + = #ddd6cd
*** border color = White
*** Hover Menu = #d2c7b9
*** Text Type = Verdana
*** Text Size = X-Small
*** Text Color = Black
*** Contact Text Color = White
*** Logo-Tag Text = Garamond
*/

body
{
    margin-top: 0px;
    background-color: #d4c8b8;
    font-family: Verdana, 'Microsoft Sans Serif' , Arial;
    font-size: 9pt;
}

CuteEditor
{
    background-color: White;
    font-family: Verdana, 'Microsoft Sans Serif' , Arial;
}
.menubar
{
    background-color: #eeebe4;
}
.menubar:hover
{
    background-color: #d2c7b9;
}
.testbar
{
    background-color: #d4c8b8;
    cursor: hand;
}
.testbar:hover
{
    background-color: #a64500;
    cursor: hand;
    color: White;
}
.menubarhover
{
    background-color: #d2c7b9;
    cursor: hand;
}
.menubar1
{
    border-bottom: white 1px solid;
}

.menubarHeader
{
    font-weight: bold;
    color: #ffffff;
    background-color: #a64500;
    font-size: small;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.HypHeader
{
    font-weight: bold;
    color: #ffffff;
    background-color: #a64500;
    font-size: small;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
}
.HypHeader:hover
{
    font-weight: bold;
    color: #ffffff;
    background-color: #a64500;
    font-size: small;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: underline;
}

.menulink
{
    color: black;
    font-size: x-small;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.menulink:hover
{
    color: #a64500;
    font-size: x-small;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: hand;
}
.tetimonial
{
    color: black;
    background-color: #ddd6cd;
}
a
{
    color: #a64500;
}
a:hover
{
    color: black;
    text-decoration: underline;
    cursor: hand;
}
.Header
{
    font-weight:bold;
    font-size: medium;
}
.tagline
{
    font-size: 18pt;
}
.images
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}
.copyright
{
    font-size: x-small;
    color: dimgray;
    margin: 5px;
}
.menubottom
{
    font-size: x-small;
    margin: 5px;
}
h1
{
    font-size: 11pt;
}
.TableHeader
{
    color: White;
    background-color: #a64500;
}
.tabStrip
{
    color: #a64500;
    text-decoration: underline;
    margin-right: 10px;
}
.tabStrip:hover
{
    color: black;
    text-decoration: underline;
    cursor: hand;
    margin-right: 10px;
}